diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 10 |
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> |