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 | 85be74cc0c3905cc753715ff1a61a2e80030e355 (patch) | |
tree | be05d061d284601a71238034040431ad97164118 | |
parent | e449fc341bbaee3724b01ccb08f10c3062bc589a (diff) | |
download | scintilla-mirror-85be74cc0c3905cc753715ff1a61a2e80030e355.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> |