Quantcast
Channel: ScintillaNET Forum Rss Feed
Viewing all articles
Browse latest Browse all 296

New Post: Creating Colored Indicator

$
0
0
rangeIndicator = new ScintillaNET.Range(start, start + tokenString.Length, scintilla);

rangeIndicator.SetIndicator((int)ScintillaNET.IndicatorStyle.Squiggle);
I have this set up, which gives a blue squiggly line in the given range. Is there an easy way to make that red, I've tried both setting the fore and background style with no avail. Is there anything that can be done without going into the native scintilla?

I believe that I'm looking for the equivalent of SCI_INDICSETFORE(int indicatorNumber, int colour)

Viewing all articles
Browse latest Browse all 296

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>