Merge branch 'main' into dev

This commit is contained in:
Veronica Berglyd Olsen
2023-11-05 18:54:52 +01:00
29 changed files with 576 additions and 464 deletions
+3 -1
View File
@@ -339,6 +339,8 @@ class GuiDocEditor(QPlainTextEdit):
self.clearEditor()
else:
self.redrawText()
if not self._bigDoc:
self.highLight.rehighlight()
return
@@ -980,7 +982,7 @@ class GuiDocEditor(QPlainTextEdit):
uCursor = self.textCursor()
pCursor = self.cursorForPosition(pos)
ctxMenu = QMenu()
ctxMenu = QMenu(self)
# Follow
if self._followTag(cursor=pCursor, loadTag=False):