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
commit44fd19fb024c20194865c4fb49806fe060350f3e (patch)
treee4788ad3ca5c16dbbe616097cea75a84fe89b1b7 /doc/ScintillaDoc.html
parent28740fc0e339b42f12ac7731820ced97d099f2cf (diff)
downloadscintilla-mirror-44fd19fb024c20194865c4fb49806fe060350f3e.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>