From 4d4ebd95f2f25e4c814dcd441a98d388e659455a Mon Sep 17 00:00:00 2001
From: rdaneelolivaw SCI_STARTSTYLING with a INDICS_MASK mask
and with the values
INDIC0_MASK, INDIC1_MASK and INDIC2_MASK.
IMPORTANT: if you are using indicators in a buffer that has a lexer active
+ (see ),
+ you must save lexing state information before setting any indicators and restore it afterwards.
+ Use
+ to retrieve the current "styled to" position and
+
+ to reset the styling position and mask (0x1f in the default layout of 5 style bits and 3 indicator bits)
+ when you are done.
The number of bits used for styles can be altered with from 0 to 7 bits. The remaining bits @@ -4666,7 +4675,7 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber);