diff options
-rw-r--r-- | doc/ScintillaDoc.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 <a class="jump" href="#colour">RGB integer colour</a> that has been ored with <code>SC_INDICVALUEBIT</code>(0x1000000) when calling <a class="message" href="#SCI_SETINDICATORVALUE">SCI_SETINDICATORVALUE</a>. + To find the colour from the value, and the value with <code>SC_INDICVALUEMASK<code>(0xFFFFFF). </p> <p> |