Added select all and select paragraph features.

This commit is contained in:
Veronica K. B. Olsen
2019-04-23 18:38:22 +02:00
parent 91605f225a
commit 16f15db6fd
4 changed files with 50 additions and 22 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class GuiDocHighlighter(QSyntaxHighlighter):
self.colDialD = (184,200, 0,255)
self.colDialS = (136,200, 0,255)
self.colComm = (150,150,150,255)
self.colKey = (200, 0, 0,255)
self.colKey = (200, 46, 0,255)
self.colVal = (184,200, 0,255)
self.hStyles = {