Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: spintz on March 02, 2007, 09:16:09 pm
-
I converted a project from VS2005. Now, files in the Project tree are displayed as 'include\<filename>', Here's SS to see what I'm talking about -
(http://irrlicht.spintz.com/junk/cb01.jpg)
Is there anyway to change that displayed filename? I tried editing the .cbp file manually and couldn't see anything, and there's nothing in the options either, that I can tell. From what I can tell, CodeBlocks tried to be smart, and will attempt to display a filename and path in the project tree, unless the file is in a Virtual Folder. I think that behavior should be toggleable and also, there's then a bug, in that the file, 'include\EDriverTypes.h' is actually '..\include\EDriverTypes.h'.
EDIT: Also, when you move a file into the virtual folder, the actual display name in the tree doesn't update until you save the Project.