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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user