Sort files in several subdirectorys

General questions regarding the usage of CodeLite
guenni81
CodeLite Enthusiast
Posts: 12
Joined: Thu Mar 05, 2009 3:25 pm
Contact:

Sort files in several subdirectorys

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Sort files in several subdirectorys

Post 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
Make sure you have read the HOW TO POST thread
guenni81
CodeLite Enthusiast
Posts: 12
Joined: Thu Mar 05, 2009 3:25 pm
Contact:

Re: Sort files in several subdirectorys

Post 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!!!
Post Reply