Project Explorer - folder tree
CompletedOne have to manually add folders and then add files to it in CrossWorks in order to maitain desired structure of source code files. It is quite time consuming.
It would be nice if there was an option to maintain that structure automatically having regard to structure of files on HDD. Exactly like Qt Creator. Please see attachment.
qt.png
-
I agree that dynamic folders can simplify maintaining folder tree but they are not exactly what I mean. My problem is that I have many .c/.h/.cpp files in my library folders and not all are going to be used in the project.
I just want to manually select files to be included to project. Then CW should automatically organize them to maintain folder tree (without creating single directory manually) so I can easily see where the file came from.
Try Qt Creator...
-
The latest v3 software automatically creates folders in folders to match the directory structure. if you edit the contents of the dynamic folder in the editor, e.g. remove a file from a folder, the link to the file system is broken and the folder structure becomes static. You can then edit in/out the files you want to include in the project.
-
Consider this: I settled the dynamic folder ./Dynamic. I made a new folder on my disk ./Dynamic/New. I want to add file from ./Dynamic/New to my project. Directory structure must be maintained. I have no clue how to do it as I'm not allowed to manually create new folders inside Dynamic folder in Project Explorer.
Maintaining directory structure like Qt Creator does would be really nice and helpful alternative. I think the idea of automatically maintained directory structure is very simple to implement. Just like going through disorganized file heap and organizing it when the file heap is presented to user.
Please sign in to leave a comment.
Comments
8 comments