Bug #6782 2006-03-15 06:51
ikolev
Removing a directory from a project doesn't work
Make a project folder structure like this:
/proj/Test.cbp
/src/main.cpp
The workspace window should look like this:
- Test
- src
- main.cpp
Right-click on "src" in the workspace window, 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 other file to it, the deleted directory will reappear in the tree.
- Category
- Application::WrongBehaviour
- Group
- Status
- Closed
- Close date
- 2006-03-24 20:34
- Assigned to
History
mandrav 2006-03-24 20:34
This bug is now fixed in HEAD.
Thank you for reporting it.