ui: Text color for highlights in code view

* Deactivate local symbols by clicking into void
* Refactored QtHightlighter to only highlight once
* Removed undo for local symbol activation
This commit is contained in:
Eberhard Graether
2016-04-18 12:34:35 +02:00
parent 985be86da0
commit 325bc6ac83
9 changed files with 106 additions and 58 deletions
+4
View File
@@ -99,6 +99,7 @@
<active>
<border>#B2B2B2</border>
<fill>#EDEDED</fill>
<text>#000000</text>
</active>
</token>
<local_symbol>
@@ -133,14 +134,17 @@
<normal>
<border>transparent</border>
<fill>#80FF0000</fill>
<text>#000000</text>
</normal>
<focus>
<border>transparent</border>
<fill>#FFFF0000</fill>
<text>#000000</text>
</focus>
<active>
<border>transparent</border>
<fill>#FFFF0000</fill>
<text>#000000</text>
</active>
</error>
</selection>
+1
View File
@@ -99,6 +99,7 @@
<active>
<border>#B2B2B2</border>
<fill>#4A4A4A</fill>
<text>#F7F7F7</text>
</active>
</token>
<local_symbol>