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

Qml formatter breaks function arguments

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • Qt Creator 4.10.0-beta1
    • Qt Creator 4.9.0-rc1
    • Editors
    • None

      Assume we have simple function:

          function doLogin(name,password) {
              currentSession = Platform.startSession(name, password)
          }
      

      after format becomes

       function doLogin(namepassword) { currentSession = Platform.startSession(name, password) } 
      

      Give me my comma back please

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

            tjenssen Tim Jenssen
            alexeym A M
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes