allow separate folders for .cpp and .h files

General questions regarding the usage of CodeLite
ultrajunkie
CodeLite Enthusiast
Posts: 13
Joined: Mon Mar 20, 2017 11:05 pm
Genuine User: Yes
IDE Question: C++
Contact:

allow separate folders for .cpp and .h files

Post by ultrajunkie »

When creating a class with the wizard, I can select only 1 folder for the generated files. So when I want to have .cpp and .h(pp) separate I have to delete 1 file in the virtual folder, then copy it into the right folder and re-import it.

In general, it would be a nice feature if I could simply select for a given file in the project structure another directory instead of deleting and re-importing it.

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

Re: allow separate folders for .cpp and .h files

Post by eranif »

Please post features on github

Make sure you have read the HOW TO POST thread
Post Reply