Hi all,
Is there a simple way to add squiggled lines in the new SyntaxEditor (v20.1.0400). I checked out the sample application and found the step by step example with a full parser and so on to add squiggled lines.
Is there a simpler way ta add these lines to a text language?
The (simplified) code we used before looks like this:
SpanIndicatorLayer layer = Document.SpanIndicatorLayers[SpanIndicatorLayer.SyntaxErrorKey];
SyntaxErrorSpanIndicator indicator = new SyntaxErrorSpanIndicator();
...
layer.Add(indicator, offset, length);
Thanks for you help
Sylko
[Modified 5 years ago]