diff options
| author | Neil <nyamatongwe@gmail.com> | 2016-08-09 15:35:16 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2016-08-09 15:35:16 +1000 |
| commit | 3ab956861ef8646362a47a3a42d750f202704253 (patch) | |
| tree | 48952475ebbeb129bac0de9409693e01da901d68 | |
| parent | d0d15e0c1a47b11925e5136be242a9a833fc63a6 (diff) | |
| download | scintilla-mirror-3ab956861ef8646362a47a3a42d750f202704253.tar.gz | |
Some more documentation for multi-coloured indicators.
| -rw-r--r-- | doc/ScintillaDoc.html | 5 |
1 files changed, 3 insertions, 2 deletions
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 { <p>Indicators are stored in a format similar to run length encoding which is efficient in both speed and storage for sparse information.</p> - <p>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.</p> + <p>An indicator may store different values for each range but normally all values are drawn the same. + The <a class="message" href="#SCI_INDICSETFLAGS">SCI_INDICSETFLAGS</a> + API may be used to display different colours for different values.</p> <p>Originally, Scintilla used a different technique for indicators but this has been <a href="#RemovedFeatures">removed</a> |
