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

Python: Better listing of project files in .pyproject file

XMLWordPrintable

    • 8d733f95e (11.0)

      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"
          ]
      }
      

       

        For Gerrit Dashboard: QTCREATORBUG-28541
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes