QmlJS editor: Simplify document/semInfo updating significantly.
* Instead of having SemanticInfoUpdater reparse documents itself, it now
relies on the ModelManager doing that.
* SemanticInfoUpdater now takes a doc and snapshot to generate the
convenience Context / ScopeChain. Could be converted into a future
to avoid having a (99% idle) thread per editor.
* Renamed several functions in QmlJSTextEditorWidget to better indicate
their behavior.
Change-Id: I8af6ccab099130fa7fa227e44864561ca2c3f9e0
Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
Showing
- src/plugins/qmljseditor/qmljseditor.cpp 51 additions, 58 deletionssrc/plugins/qmljseditor/qmljseditor.cpp
- src/plugins/qmljseditor/qmljseditor.h 7 additions, 9 deletionssrc/plugins/qmljseditor/qmljseditor.h
- src/plugins/qmljseditor/qmljseditorplugin.cpp 3 additions, 3 deletionssrc/plugins/qmljseditor/qmljseditorplugin.cpp
- src/plugins/qmljseditor/qmljshoverhandler.cpp 1 addition, 1 deletionsrc/plugins/qmljseditor/qmljshoverhandler.cpp
- src/plugins/qmljseditor/qmljssemanticinfoupdater.cpp 21 additions, 60 deletionssrc/plugins/qmljseditor/qmljssemanticinfoupdater.cpp
- src/plugins/qmljseditor/qmljssemanticinfoupdater.h 11 additions, 26 deletionssrc/plugins/qmljseditor/qmljssemanticinfoupdater.h
- src/plugins/qmljseditor/qmloutlinemodel.cpp 1 addition, 1 deletionsrc/plugins/qmljseditor/qmloutlinemodel.cpp
Loading
Please register or sign in to comment