diff options
author | Neil <nyamatongwe@gmail.com> | 2013-09-26 08:43:16 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-09-26 08:43:16 +1000 |
commit | e66f7b09f68523cd43e4a6757cdb283b17470ac3 (patch) | |
tree | 17fa1b72c5b6e53c1e64a8a1a8e775ad3d684397 | |
parent | b95d48ef6a51ead22932286781096258b2aab92a (diff) | |
download | scintilla-mirror-e66f7b09f68523cd43e4a6757cdb283b17470ac3.tar.gz |
Added image of indicators.
-rw-r--r-- | doc/Indicators.png | bin | 0 -> 8509 bytes | |||
-rw-r--r-- | doc/ScintillaDoc.html | 6 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/Indicators.png b/doc/Indicators.png Binary files differnew file mode 100644 index 000000000..33e31f87a --- /dev/null +++ b/doc/Indicators.png diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 272b0f4e0..8c7499ed9 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -82,7 +82,7 @@ <h1>Scintilla Documentation</h1> - <p>Last edited 18 September 2013 NH</p> + <p>Last edited 26 September 2013 NH</p> <p>There is <a class="jump" href="Design.html">an overview of the internal design of Scintilla</a>.<br /> @@ -3857,7 +3857,9 @@ struct Sci_TextToFind { indicatorStyle)</b><br /> <b id="SCI_INDICGETSTYLE">SCI_INDICGETSTYLE(int indicatorNumber)</b><br /> These two messages set and get the style for a particular indicator. The indicator styles - currently available are:</p> + currently available are:<br /> + + <img src="Indicators.png" alt="Indicator samples" /></p> <table cellpadding="1" cellspacing="2" border="0" summary="Indicators"> <tbody> |