diff options
| author | Erik Angelin <erik.angelin@gmail.com> | 2014-11-14 10:41:27 +0100 |
|---|---|---|
| committer | Erik Angelin <erik.angelin@gmail.com> | 2014-11-14 10:41:27 +0100 |
| commit | 44fd19fb024c20194865c4fb49806fe060350f3e (patch) | |
| tree | e4788ad3ca5c16dbbe616097cea75a84fe89b1b7 /doc/ScintillaDoc.html | |
| parent | 28740fc0e339b42f12ac7731820ced97d099f2cf (diff) | |
| download | scintilla-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.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> |
