From e06bdec7a8e31dbef56c7953083151b888f2f89c Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 19 Feb 2015 20:03:02 +1100 Subject: Document constant that had not been defined. --- doc/ScintillaDoc.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 1749fa1f9..77e723e04 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4209,6 +4209,7 @@ struct Sci_TextToFind { that point in the file. This allows many colours to be displayed for a single indicator. The value is an RGB integer colour that has been ored with SC_INDICVALUEBIT(0x1000000) when calling SCI_SETINDICATORVALUE. + To find the colour from the value, and the value with SC_INDICVALUEMASK(0xFFFFFF).

-- cgit v1.2.3