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

Avoid triggering a full update when saving a qml file (mobile project)

    XMLWordPrintable

Details

    Description

      Currently saving a qml file triggers a "folderUpdated" (due to the atomic save), that triggers an async update that reparses the project and updates the code models.
      The cpp code model sees any update to the pro file as a "full" update and re-parses everything.
      The qml code model from his side when a cpp file that exposes qml types is parsed triggers a full reparse of its model.
      Thus lots of parsing

      Attachments

        Activity

          People

            dt Daniel Teske
            fawzi Fawzi Mohamed
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: