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

QML/JS editor offers wrong default for property autocompletion for animations

    XMLWordPrintable

Details

    • 6cf98e281a570d0f7fb507d853b0e68f98f0f9f2

    Description

      When writing NumberAnimations, PropertyAnimations and other animations that have "property" or "properties" fields, the first item on the list is the code snippet for creating new dynamic properties, i.e. "property type name: name" is produced.

      For almost all of the cases, the user would instead like to write "property: " or "properties:".

          NumberAnimation {
              property: ""
              // Not this:
              property type name: name
              
          }
      

      Attachments

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

        Activity

          People

            ckamm Christian Kamm
            holmsted Lasse Holmstedt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes