Bug #11939 2007-09-07 07:49

indrek

Dragged virtual folder structure doesn't save.

Revision string:

svn build rev 4429 (2007-09-06 17:36:05) gcc 4.1.2 Linux/unicode

Code::blocks only saves virtual folder structure that you first create.

For example:

If you create a virtual folder "aaa". Then select folder "aaa", create a new folder under it named "bbb" and now save and close it. Then after opening it again it is correct.

But if you create both virtual folders "aaa" and "bbb" under project and now drag "bbb" under "aaa" then "bbb" will move back to root directory after save-close-open.

Actually it is not only the matter of moving virtual folders from root dir to subdir. The same problem exists if you drag "bbb" out from "aaa" in example 1 then it will jump back under "aaa" after save-close-open.

But it can save the position of source files after draging them to virtual folders.

If I create two virtual folders "aaa" and "bbb" under project, drag "bbb" under "aaa" and now drag source file "mysource.cpp" under "bbb" then after save-close-open "bbb" has been moved back to root directori and new "bbb" has been created under "aaa". So I have "bbb" and "aaa" under root. Another "bbb" under "aaa" (witch is correct) and "mysource.cpp" under "bbb" (wich is also correct).

Category
Application::WrongBehaviour
Group
 
Status
Closed
Close date
2008-03-10 15:44
Assigned to
biplab
biplab 2008-03-10 15:44

This bug is now fixed in HEAD.

Thank you for reporting it.