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

Auto format removes default values of qml/js files

    XMLWordPrintable

Details

    • Linux/X11, Windows
    • 9e4e44d180a2bf1bad05010d754cd821d112d519 (qt-creator/qt-creator/master)

    Description

      For example this function :

      function test(p = 1) {
          console.log("hello")
      }
      

      is changed to:

      function test(p) {
          console.log("hello")
      }
      

      After saving.

      Attachments

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

        Activity

          People

            fawzi Fawzi Mohamed
            nejatafshar Nejat Afshar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes