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

QtCreator CMake editor should suggest and autocomplete file and folder names wherever possible.

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • Qt Creator 4.7.0-beta1

    Description

      QtCreator CMake editor should suggest and autocomplete file and folder names wherever possible.

      Assume you use CMake buildsystem for your project.

       Usecase:  Bob wants to add new file to the project.

      • Opens CMakeLists.txt in the level the file name will be referred and added
      • Finds the right place where Bob stores filenames which should be part of the build (Note: does not necessarily needs to be add_library or add_executable directives; it could be a list, own function or macro invocation)
      • Starts writing the filename (absolute or relative; relative in most cases)
      • QtCreator editor will suggest (on top of other suggestions) filename matching the actually typed string.
      • Bob will select the suggested filename

      Usecase: Bob wants to add subdirectory

      [same as above, it will just suggest all filesystem nodes; as it is not obvious in both cases what Bob wants to enter, in both cases suggestion of all matching filesystem nodes is preffered]

       

       

       

       

      Attachments

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

        Activity

          People

            hunger Tobias Hunger
            vbspam vbspam
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes