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

Implement QML rename functionality based on find usages

    XMLWordPrintable

Details

    • 35cb3793a1d48988239f9664f32506291320a81c 51d8f468e4b18efc525d1c50efc8b4761a663717

    Description

      Currently you can only rename ids locally:

      1. Open snake.qmlproject from Qt's sources.
      2. In snake.qml, right-click on line 76:
        id: heartbeat;

        Click "Rename id heartbeat".

      3. Enter a new name and click "OK".
      4. Run the project.
        The game can't be started because the id was not renamed in a js file.

      Creator 2.2 even finds the usage of the id in the js file but does not change it.

      Attachments

        Activity

          People

            ckamm Christian Kamm
            rlohning Robert Löhning
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: