
In the new WPF SyntaxEditor, is there way to highlight specific lines without parsing the text?
E.g. like we can in the WinForms editor:
myEditor.Document.Lines[lineNo].BorderColor = colorRed
We use the xml dymanic language to simply highlight keywords but need to mark certain lines.
E.g. like we can in the WinForms editor:
myEditor.Document.Lines[lineNo].BorderColor = colorRed
We use the xml dymanic language to simply highlight keywords but need to mark certain lines.