Drop the doceditor reloadText function as it resets undo stack
This commit is contained in:
+2
-2
@@ -716,13 +716,13 @@ class GuiMain(QMainWindow):
|
||||
|
||||
tEnd = time()
|
||||
self.statusBar.setStatus("Indexing completed in %.1f ms" % ((tEnd - tStart)*1000.0))
|
||||
self.docEditor.reloadText()
|
||||
|
||||
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