Added spellCheck flag to project settings

This commit is contained in:
Veronica K. B. Olsen
2019-05-12 15:42:42 +02:00
parent 0dd105e828
commit 00cc5617a5
4 changed files with 66 additions and 11 deletions
+4
View File
@@ -156,6 +156,10 @@ class GuiDocEditor(QTextEdit):
logger.error("Unknown or unsupported document action %s" % str(theAction))
return
def rehighlightDocument(self):
self.hLight.rehighlight()
return
##
# Document Events and Maintenance
##