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

Autocomplete offers no help in PropertyChanges elements

    XMLWordPrintable

Details

    • 088bdb29db87571963e0fab6ff98a6f023c55f0e

    Description

      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?

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes