diff options
author | Neil <nyamatongwe@gmail.com> | 2015-02-19 20:03:02 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-02-19 20:03:02 +1100 |
commit | e06bdec7a8e31dbef56c7953083151b888f2f89c (patch) | |
tree | 63e5d4c1ace55b410ac94d675e10034557831e7a | |
parent | 424cf64b603427ae8f064fd3238b46b6c8fdab35 (diff) | |
download | scintilla-mirror-e06bdec7a8e31dbef56c7953083151b888f2f89c.tar.gz |
Document constant that had not been defined.
-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> |