Page 1 of 1

Sort files in several subdirectorys

Posted: Thu Mar 05, 2009 7:30 pm
by guenni81
Hello at all.
How can i sort my files in several subdirectorys (not virtual directorys) in a project?
Example:
src/common/gui
src/common/structs

Re: Sort files in several subdirectorys

Posted: Thu Mar 05, 2009 10:16 pm
by eranif
You can create the directory structure you like on the disk and then add/create the files.
CodeLite does not create directories on the file system for you

Eran

Re: Sort files in several subdirectorys

Posted: Thu Mar 05, 2009 11:46 pm
by guenni81
ok, i understand. I can make the directorys manually and set the output path on the class wizard in the directory field. It works perfectly.

P.S. Codelite is a very good IDE for develop with wxWidgets. Great!!!