Author Topic: Removing a directory from a project doesn't work  (Read 3327 times)

ikolev

  • Guest
Removing a directory from a project doesn't work
« on: March 14, 2006, 05:59:32 pm »
Right-click on a project directory, e.g. src, select "Remove src\*". The directory is removed from the project tree, but if you close and reopen the project, the directory is still there. Also, if you do not close/reopen the project but do something else that changes the project, e.g. add some file to it, the deleted directory will reappear in the tree.

This may be related to the fact that the .cbp file is located in a sub-folder of the project root folder, I don't think such bug could have remained unnoticed until now, and it seems I'm one of the few CB users who prefer this kind of project file organization. So I guess you'll be receiving further bug reports related to this "use case" from me in the future... :)
I can upload a simple example project, if needed, but it's really easy to set up.

ikolev

  • Guest