Add new class wizard bug
-
- CodeLite Enthusiast
- Posts: 19
- Joined: Fri Dec 07, 2012 8:20 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Add new class wizard bug
In static library project, you have scr and include virtual folders. That's pretty good and I'd like to use it in every project. However, the add class plugin can only have one virtual directory and can't put header in include and .cpp in src. How can I solve it?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Add new class wizard bug
Try this:
settings -> global editor preferences -> C++ -> code
and enable the option:
When adding new files to project, place the files in the 'include' and 'src' folders
You can always Drag the file to a new virtual folder ...
Eran
settings -> global editor preferences -> C++ -> code
and enable the option:
When adding new files to project, place the files in the 'include' and 'src' folders
You can always Drag the file to a new virtual folder ...
Eran
Make sure you have read the HOW TO POST thread