recursive adding of files and directories?

General questions regarding the usage of CodeLite
nemesis
CodeLite Enthusiast
Posts: 37
Joined: Fri Oct 01, 2010 8:32 pm
Genuine User: Yes
IDE Question: all
Contact:

recursive adding of files and directories?

Post by nemesis »

hi there!

i wondered whether it's possible to add a directorystructure recursively with its files to a project? the option 'import files from directory' doesn't work at all for me (it shortly shows the import-bar, then disappears and nothing happened - version 2.7.0.4375).
this would make life much easier than creating all the virtual folders yourself.

greets,
nem
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: recursive adding of files and directories?

Post by eranif »

It is working just fine, if it does not than:
- Make sure that you have checked all the folders your files are located - including the root directory
- The file extension that you wish to import exists in the 'File extensions to import' field

Eran
Make sure you have read the HOW TO POST thread
nemesis
CodeLite Enthusiast
Posts: 37
Joined: Fri Oct 01, 2010 8:32 pm
Genuine User: Yes
IDE Question: all
Contact:

Re: recursive adding of files and directories?

Post by nemesis »

heh! thanks!
i didn't recognize the white box as a checkbox.

greets,
nem
Post Reply