Don't waste time rehighlighting all the files opened in Creator.

This commit is contained in:
Roberto Raggi
2010-12-14 15:04:46 +01:00
parent 6e17e7a3ab
commit ea5d923fe0
4 changed files with 15 additions and 4 deletions

View File

@@ -158,6 +158,7 @@ public:
static QVector<QString> highlighterFormatCategories();
public slots:
void forceSemanticRehighlight();
void followSymbolUnderCursor();
void findUsages();
void showContextPane();
@@ -187,7 +188,6 @@ private slots:
void renameIdUnderCursor();
void semanticRehighlight();
void forceSemanticRehighlight();
void updateSemanticInfo(const QmlJSEditor::SemanticInfo &semanticInfo);
void onCursorPositionChanged();
void onRefactorMarkerClicked(const TextEditor::RefactorMarker &marker);