Change Virtual Folders generated by wxC

Post here wxCrafter related issues / features / bugs
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Change Virtual Folders generated by wxC

Post by evstevemd »

Hi,
I have small need to change virtual folder. Fo example I have dialogs as virtual folder that I store all my dialogs in app. When I generate dialogs with wxC it add files of inherited class in dialogs which is fine, but it puts resources and base files in its own wxCrafter virtual folder. Is there a way I can change this?
I want something like

Code: Select all

Projects/Dialogs/base/[all base files generated by wxC]
project/Dialogs/[all inherited class files generated by wxC]
Projects/Dialogs/resources/[all resources files generated by wxC]
wxC is great piece of Code!

CodeLite 15.x
CodeLite is awesome, I just Love it!