forked from qt-creator/qt-creator
QmlJSEditor: refines textmarker logic
The textmarker is now updated when the document gets updated and the textmarker is shown again, if the user closes the QuickToolBar.
This commit is contained in:
@@ -244,6 +244,7 @@ private slots:
|
||||
void updateOutlineNow();
|
||||
void updateOutlineIndexNow();
|
||||
void updateCursorPositionNow();
|
||||
void showTextMarker();
|
||||
void updateFileName();
|
||||
|
||||
void updateUses();
|
||||
|
||||
Reference in New Issue
Block a user