10-21-2011 09:15 AM
In some of my projects the project workspace tree group order is 'User Interface Files', then 'Include Files', then 'Source File's, and so on. In other projects, the tree order is different. While the workspace panel provides me the ability to sort within each group, is there a way that I can specify the way the groups are ordered (for instance: 'Source Files', then 'User Interface FIles', then 'Include FIles')? It seems that I should be able to drag-and-drop the groups in the order that I want, but this is not allowable.
10-21-2011 09:23 AM
The order of presentation of groups in the project tree depends on [Folders] section in .prj file (which is a text file in .INI format): you can edit that section and arrange groups as you want. It's true that you have no way of reordering files other that this edit out of CVI environment.