Custom SpanIndicator rendering issue

SyntaxEditor for Windows Forms Forum

Posted 15 years ago by Matt Whitfield
Version: 4.0.0282
Avatar
Hello

I've created a custom SpanIndicator class, and I have over-ridden ApplyHighlightingStyleAdornments.

protected override void ApplyHighlightingStyleAdornments(HighlightingStyleResolver resolver)
        {
            resolver.ApplyUnderline(_foreColor, HighlightingStyleLineStyle.Dot, HighlightingStyleLineWeight.Single);
        }
However - when scrolling horizontally, the dotted line gets painted over, having the effect of turning it into a solid underline. This doesn't happen if I use HighlightingStyleLineStyle.Wave.

Am I missing something obvious?

Thanks!

Comments (2)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Matt,

Thanks, we've tweaked our code for the next build to fix this rendering issue.


Actipro Software Support

Posted 15 years ago by Matt Whitfield
Avatar
Thanks!
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.