Updating the index now only rehighlights lines with meta keywords
This commit is contained in:
+1
-2
@@ -716,13 +716,12 @@ class GuiMain(QMainWindow):
|
||||
|
||||
tEnd = time()
|
||||
self.statusBar.setStatus("Indexing completed in %.1f ms" % ((tEnd - tStart)*1000.0))
|
||||
self.docEditor.updateTagHighLighting()
|
||||
qApp.restoreOverrideCursor()
|
||||
|
||||
if not beQuiet:
|
||||
self.makeAlert("The project index has been successfully rebuilt.", nwAlert.INFO)
|
||||
|
||||
self.docEditor.reHighLightText()
|
||||
|
||||
return True
|
||||
|
||||
def rebuildOutline(self):
|
||||
|
||||
Reference in New Issue
Block a user