Hello,
I use the SyntaxEditor with the MS Roslyn compiler toolbox.
1) The location of the source of the compiler error (e.g., an unknown identifier) is defined by the first and last character positions of the identifier.
How to convert these positions into line number and character position in the SyntaxEditor?
2) How to underline (e.g. in wavy red, like in Visual studio) temporarily, the source of the error, in the SyntaxEditor?
Thanks
Stephane