Updating the index now only rehighlights lines with meta keywords

This commit is contained in:
Veronica K. B. Olsen
2020-10-05 22:55:21 +02:00
parent efdf88be66
commit 003d28f9db
3 changed files with 33 additions and 8 deletions
+1 -2
View File
@@ -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):