diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index b9a5971b2..b320621cf 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -6929,6 +6929,9 @@ struct Sci_TextToFindFull { <td><code>SCI_VERTICALCENTRECARET</code></td> + <td><code>SCI_LINEINDENT</code></td> + + <td><code>SCI_LINEDEDENT</code></td> </tr> <tr> @@ -6971,6 +6974,9 @@ struct Sci_TextToFindFull { as appropriate for <code>SCI_[[VC]HOME|LINEEND]*</code>. </p> + <p>The <code>SCI_LINE[INDENT|DEDENT]</code> commands are like <code>SCI_[BACK]TAB</code> but force the + multiline behaviour of the second.</p> + <p>The <code>SCI_SCROLLTO[START|END]</code> commands scroll the document to the start or end without changing the selection. These commands match macOS platform conventions for the behaviour of the <code>home</code> and <code>end</code> keys. Scintilla can be made to match macOS applications |