Skip to content
Snippets Groups Projects
Commit 56bf0e30 authored by Christian Kamm's avatar Christian Kamm Committed by Leandro Melo
Browse files

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: default avatarLeandro Melo <leandro.melo@nokia.com>
parent fa6c3cc1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment