Hello. Let me know if you have any tips or hint on highlighting all search words.
Details:
Syntax Editor WPF Version: v14.2 or v17.2
On SDI Code Editor in sample browser of SyntaxEditor, when I typed Ctrl+I, "using",
all "using" in the Editor are highlighted.
But in our application, it does not happen.
I added "SyntaxEditor.IsIncrementalSearchResultHighlightingEnabled = true;" code,
the phenomenon was not changed.
Our application calls SyntaxEditor.ActiveView.Searcher.FindNextIncremental, etc. for incremental search.
Is it related to the unavailability of highlight all words?
Does the lauguage definition file (made with Language Designer) have anything to do with it?
Thanks in advance.
[Modified 1 year ago]