forked from qt-creator/qt-creator
QmlJS: Avoid frequent libraryInfoUpdated emissions.
Also don't require a rehighlight of every open document when the signal is emitted. Reviewed-by: Roberto Raggi
This commit is contained in:
@@ -192,6 +192,7 @@ private slots:
|
||||
void renameIdUnderCursor();
|
||||
|
||||
void semanticRehighlight();
|
||||
void forceSemanticRehighlightIfCurrentEditor();
|
||||
void updateSemanticInfo(const QmlJSEditor::SemanticInfo &semanticInfo);
|
||||
void onCursorPositionChanged();
|
||||
void onRefactorMarkerClicked(const TextEditor::RefactorMarker &marker);
|
||||
|
||||
Reference in New Issue
Block a user