Page 1 of 1

Possibility to add class/files directly to a project node

Posted: Thu Dec 10, 2009 5:55 pm
by marfi
Hi Eran,
I think it would be nice to allow user to add class/new or existing file directly to the project (tree node) instead of making him to add those items to virtual folders only. Since you allow to place <File> tag outside any <VirtualDirectory> in the *.project files, the implementation of this feature should be easy. Also "premake" configuration tool produces projects where source files are placed outside any virtual folder.

Regards
Michal

Re: Possibility to add class/files directly to a project node

Posted: Thu Dec 10, 2009 7:56 pm
by eranif
marfi wrote:the implementation of this feature should be easy
Not really, there are cases in the code which make assumption that there is always a virtual folder
marfi wrote:"premake" configuration tool produces projects where source files are placed outside any virtual folder.
This is because they create the XML outside of codelite

Eran