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

Python: Better listing of project files in .pyproject file

    XMLWordPrintable

Details

    • 8d733f95e (11.0)

    Description

      Currently files in .pyproject are listed in single line. It's unreadable, when there are more files.

      My suggestion is to list files in separate lines, with indentations.

      Current state:

      {
          "files": ["main.py","file1.py","file2.py"]
      }
      

      Suggestion:

      {
          "files": [
              "main.py",
              "file1.py",
              "file2.py"
          ]
      }
      

       

      Attachments

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

        Activity

          People

            davschul David Schulz
            charliie Karol Appel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes