Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-31753

Make CMake Project Names more visible in Qt Creator

    XMLWordPrintable

Details

    • f9a1e6249 (15.0)

    Description

      Qt user had following suggestion to improve Qt Creators project visibility:
      "
      As we are transitioning from qmake to CMake, identifying projects in Qt Creator seems a bit more difficult than it used to. Reason: project files are no longer named <projectname>.pro but CMakeLists.txt make them indistinguishable just by their names.

      In the Recent Projects List in Qt Creator (Files>>Recent Projects) it seems to me that I have to put in more effort to find the desired CMake-project than with qmake projects.

      Before, the entries in that list ended with <projectname>/<projectname>.pro, now they end with <projectname>/CMakeLists.txt

      Example-before:
      C:\dev\git\qtprojects\foo\foo.pro
      C:\dev\git\qtprojects\bar\bar.pro
      C:\dev\git\qtprojects\demo\demo.pro

      Example-now:
      C:\dev\git\qtprojects\foo\CMakeLists.txt
      C:\dev\git\qtprojects\bar\CMakeLists.txt
      C:\dev\git\qtprojects\demo\CMakeLists.txt

      I guess it would help immensely here if the project folder stood out a little more, e.g. by making the strings "foo", "bar" and "demo" bold for example.

      I have added a screen shot with what it currently looks like (Recent-files.png) and how it might look like with the folder name emphasized as bold, for example (Recent-Files-bold.png) I guess this illustrates my point in a better way.

      Similar argument could be made for Qt Creator's Welcome Page, where qmake Projects appear wit their name and full path (e.g. qt-demo, c:\dev\git....\qt-demo.pro) and CMake Projects all appear under "CMakeLists" and then their full name.
      I have included a screenshot as well: see "Welcome-page.png"
      "

      Attachments

        1. Recent-Files.png
          Recent-Files.png
          9 kB
        2. Recent-Files-bold.png
          Recent-Files-bold.png
          21 kB
        3. Welcome-page.png
          Welcome-page.png
          7 kB

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              artem.sokolovskii Artem Sokolovskii (Inactive)
              tero.pelkonen Tero Pelkonen
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes