aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorErik Angelin <erik.angelin@gmail.com>2014-11-14 10:41:27 +0100
committerErik Angelin <erik.angelin@gmail.com>2014-11-14 10:41:27 +0100
commitfb9e8bb503efc6c2b760b05bf2c1f67fa37fa7b5 (patch)
tree1f394fc0a44c2a9f21a57f007a348c6191a16169 /doc/ScintillaDoc.html
parent3662a834844d3b83547220d68044ca2b07d52a38 (diff)
downloadscintilla-mirror-fb9e8bb503efc6c2b760b05bf2c1f67fa37fa7b5.tar.gz
Feature [feature-requests:#1086]. Annotation display style ANNOTATION_INDENTED;
like _BOXED but no border.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index e21be5e6a..068dbdf9d 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -82,7 +82,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 16 October 2014 NH</p>
+ <p>Last edited 16 November 2014 NH</p>
<p>There is <a class="jump" href="Design.html">an overview of the internal design of
Scintilla</a>.<br />
@@ -3160,6 +3160,14 @@ struct Sci_TextToFind {
<td>Annotations are indented to match the text and are surrounded by a box.</td>
</tr>
+
+ <tr>
+ <th align="left"><code>ANNOTATION_INDENTED</code></th>
+
+ <td>3</td>
+
+ <td>Annotations are indented to match the text.</td>
+ </tr>
</tbody>
</table>