ui: Fixes for fulltext search

* show line indicators for fulltext search results
* matches at line start started at previous line
This commit is contained in:
Eberhard Graether
2017-11-26 19:56:59 +01:00
parent a9cd67659a
commit 2b2c3e1194
2 changed files with 27 additions and 34 deletions
+1
View File
@@ -166,6 +166,7 @@ void QtCodeArea::lineNumberAreaPaintEvent(QPaintEvent *event)
break;
case LOCATION_ERROR:
case LOCATION_FULLTEXT_SEARCH:
case LOCATION_SCREEN_SEARCH:
if (annotation.isFocused || annotation.isActive)
{