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

Autocomplete offers no help in PropertyChanges elements

XMLWordPrintable

    • 088bdb29db87571963e0fab6ff98a6f023c55f0e

      As per

      import Qt 4.7
      Rectangle {
          id: app
          width: 400
          height: 400
          states: State{
              PropertyChanges {
                  target: app
                  color: "red"
                  <- cursor here
              }       
          }
      }

      You get no helpful autocomplere here. Could we do anything clever such as look at the 'target', see what element type it is targeting and offer the properties is supports in the completion?

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

            ckamm Christian Kamm
            designker Nigel Hietala
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes