
How can I change the background color of the search result highlight after searching? (using the EditorSearchView)
thx
How can I change the background color of the search result highlight after searching? (using the EditorSearchView)
thx
Hi Mark,
I believe it just moves the selection to cover the search result text range. There is no specific highlight at this time.
Actually the selection after the search looks slightly ligther than the selection highlight.
So my next question: How can I change the color of the selection?
Hi Mark,
The "inactive" selection color (when SyntaxEditor doesn't have focus) is lighter than the "active" one. That's probably what you are seeing.
The SyntaxEditor.SelectionBackgroundActive and SelectionBackgroundInactive properties control this.