ui: reworked code view highlighting

This change draws the annotations in the code view in the paintEvent handler instead of using the ExtraSelections API.
Annotations are now drawn with a slight corner radius. Fill and border colors are defined in the ColorScheme.
This commit is contained in:
Eberhard Graether
2015-11-11 15:02:23 +01:00
parent 3351e4aad7
commit 42aa99d99b
9 changed files with 345 additions and 147 deletions
+1 -1
View File
@@ -37,6 +37,6 @@
<key>CFBundleIconFile</key>
<string>icon</string>
<key>LSMinimumSystemVersion</key>
<string>10.10</string>
<string>10.9</string>
</dict>
</plist>