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

JScript arguments concatenated on file save

    XMLWordPrintable

Details

    • Linux/Other display system

    Description

      Issue seen in QT creator 4.9

      if a js function has multiple arguments, when saving the file the separating comma is ommited and args concatenated. eg

      function myFunction(myVal1, myVal2)...

      when saving it becomes :

      function myFunction(myVal1myVal2)...

      if the qml file is edited and saved in external editor, reloads  ok - occurs only when saving file from within QT Creator. 

      If the QtQuick/QML/JS Editing "enable autoformat on file save" option is deselected saves ok. 

       

      Attachments

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

        Activity

          People

            tjenssen Tim Jenssen
            awilliams3001 Andrew Williams
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes