Skip to content
  • Christian Kamm's avatar
    QmlJS editor: Simplify document/semInfo updating significantly. · 56bf0e30
    Christian Kamm authored
    
    
    * 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>
    56bf0e30