You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
I can highlight individual characters using myScintillaBox.IndicatorFillRange(start, length);, but is there a way to highlight in between two characters - just with an approx 2 pixel width highlight? I'm creating an ultra sugary Regex wrapper program, and I'd love to highlight the zero-width matches it finds.
A related issue is to highlight carriage returns, again with a very narrow highlight.
I can highlight individual characters using
myScintillaBox.IndicatorFillRange(start, length);, but is there a way to highlight in between two characters - just with an approx 2 pixel width highlight? I'm creating an ultra sugary Regex wrapper program, and I'd love to highlight the zero-width matches it finds.A related issue is to highlight carriage returns, again with a very narrow highlight.