From 3ab956861ef8646362a47a3a42d750f202704253 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 9 Aug 2016 15:35:16 +1000 Subject: Some more documentation for multi-coloured indicators. --- doc/ScintillaDoc.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index c6929a370..215f01fc3 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3989,8 +3989,9 @@ struct Sci_TextToFind {

Indicators are stored in a format similar to run length encoding which is efficient in both speed and storage for sparse information.

-

An indicator may store different values for each range but currently all values are drawn the same. - In the future, it may be possible to draw different values in different styles.

+

An indicator may store different values for each range but normally all values are drawn the same. + The SCI_INDICSETFLAGS + API may be used to display different colours for different values.

Originally, Scintilla used a different technique for indicators but this has been removed -- cgit v1.2.3