[Qt-creator] Qt-Creator: the variant of project's tree
Ignat Awwit
ignatius.awwit at gmail.com
Wed Nov 18 20:24:58 CET 2015
Hi, developers of Qt-Creator.
I have a very interesting idea how to create a comfortable file tree
project.
(It seems to me that it is really very convenient for developers of C++
applications)
Now files in the project's tree are grouped by Headers and Sources
For example:
- Headers
Header.h
Main.h
Test.h
Test.inc
- Sources
Main.cpp
Test.cpp
This division is not bad, but in large projects it is difficult to find the
necessary file in the tree.
I propose a solution: the files should be grouped according to the names of
the entities, and the choice of a particular file can occur by clicking on
the icon of the file extension.
For example:
- Folder
Header [h]
Main [h] [cpp]
Test [h] [cpp] [inc]
[h], [cpp] and [inc] are the icons of files' extensions.
This option will make the search for the necessary file in a project much
easier.
I hope you will read and evaluate my message.
I'm waiting for an answer from you: what do you think?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20151118/318409e7/attachment.html>
More information about the Qt-creator
mailing list