Frank Wunderlich wrote:
Neil Hodgson schrieb:
Frank Wunderlich:

    editor:SetStyling(len,INDIC0_MASK + ind)

Its a mask so can't be added to: use INDIC0_MASK, INDIC1_MASK, INDIC2_MASK.

An additional comment relative to your original posted code sample:

It is a good idea to do a get_end_styled call before setting the indicators on a range, followed by restoring the original value with an "extra" start_styling (which should also restore the default style mask) when you are done - this should allow your code to coexist [better] with any lexing that may be going on.

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to