Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Feature request to support existing projects
Re: Feature request to support existing projects [message #22067 is a reply to message #22061] Tue, 16 June 2009 15:00 Go to previous message
janwilmans is currently offline  janwilmans
Messages: 51
Registered: January 2007
Member

Whoops, I didn't test this feature very well!

I seems that all files are imported into the project as being in the 'root' import directory! the paths aren't used at all.

Also, the order of the imported files seems 'random' they do not seem to be ordered in a logical way, nor sorted.

I think it would be logical to sort by name, and would also keep the 'classes' together in most cases.

Bar.cpp
Bar.h
Foo.cpp
Foo.h

Finally, I vote for a separator for the 'root' import directory as well, as files from the last subdirectory and the 'root' directory are now grouped together.a

All this means:

importdir/fb.cpp
importdir/fb.h
importdir/foo/bar.h
importdir/foo/bar.cpp
importdir/foo/br.h
importdir/foo/br.cpp

will become:

seporator<foo>
br.h
br.cpp
bar.cpp
bar.h
fb.h
fb.cpp

instead of:
seporator<foo>
foo/bar.cpp
foo/bar.h
foo/br.cpp
foo/br.h
seporator<importdir>
fb.cpp
fb.h

Greetings,

Jan


Jan (skyhawk)

[Updated on: Tue, 16 June 2009 15:12]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: codetip bug in the unbuntu9.04
Next Topic: Breakpoints in gcc
Goto Forum:
  


Current Time: Fri Jun 07 12:26:49 CEST 2024

Total time taken to generate the page: 0.01261 seconds