04-12-2013 10:36 AM
This may be a dumb question, but is there a way to rearrange the order that the folders show up in a project tree? It seems by default CVI has them in the order of "User Interface Files", "Source Files", "Include Files", which is fine. However, I have an old project where the "User Interface Files" for some reason comes after the "Include Files" which is driving me crazy . How can I change the order that they show up? There doesn't seem to be a way in the Project Tree and the Edit->Project... window doesn't seem to have a way to do this either. Thanks!
Solved! Go to Solution.
04-12-2013 12:31 PM
You should be able to drag and drop them directly in the project tree
04-12-2013 01:01 PM
When I try that, I just get a black circle with the line through it. That's pretty much the case if I try dragging and dropping anything on that panel. Seems like I'm missing something obvious.
04-12-2013 02:03 PM
This is not the most elegant solution but the "brute force" approach is to open the project file in a text editor, locate the [Folders] section and arrange the listed folders to meet your needs. Once the folders are arranged, rename the Folder keys numerically from 0 to n.
04-12-2013 02:15 PM
Thanks. Not the prettiest solution, but it worked.