From e720f2a6813188630c0b3700ac6609f97e0df08b Mon Sep 17 00:00:00 2001
From: nyamatongwe SCI_SETSTYLEBITS up to a maximum of 8 bits.
The remaining bits can be used for indicators.
In this document, 'character' normally refers to a byte even when multi-byte characters are used. @@ -483,7 +483,7 @@
SCI_SETSTYLEBITS(int bits)
SCI_GETSTYLEBITS
This pair of routines sets and reads back the number of bits in each cell to use for styling,
- to a maximum of 7 style bits. The remaining bits can be used as indicators. The standard
+ to a maximum of 8 style bits. The remaining bits can be used as indicators. The standard
setting is SCI_SETSTYLEBITS(5).
The number of styling bits needed by the current lexer can be found with
.
The number of bits used for styles can be altered with from 0 to 7 bits. The remaining bits
+ href="#SCI_SETSTYLEBITS">SCI_SETSTYLEBITS from 0 to 8 bits. The remaining bits
can be used for indicators, so there can be from 1 to 8 indicators. However, the
INDIC*_MASK constants defined in Scintilla.h all assume 5 bits of
styling information and 3 indicators. If you use a different arrangement, you must define your
--
cgit v1.2.3