aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-07-19 11:26:01 +1000
committernyamatongwe <devnull@localhost>2011-07-19 11:26:01 +1000
commit79d3de7e480099864a6f69c0f0d0f5701f83201a (patch)
treebcf4c36ec558af33b8455ed018f5b1ab52720a65 /doc/ScintillaDoc.html
parentbb27e8dd8c0e959c7048a18336ac18d482f4d892 (diff)
downloadscintilla-mirror-79d3de7e480099864a6f69c0f0d0f5701f83201a.tar.gz
Added ScrollToStart and ScrollToEnd key commands for OS X.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index d39d95165..7a8f03e88 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -79,7 +79,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 2/July/2011 NH</p>
+ <p>Last edited 19/July/2011 NH</p>
<p>There is <a class="jump" href="Design.html">an overview of the internal design of
Scintilla</a>.<br />
@@ -4419,6 +4419,12 @@ struct Sci_TextToFind {
<td><code>SCI_MOVESELECTEDLINESDOWN</code></td>
</tr>
+
+ <tr>
+ <td><code>SCI_SCROLLTOSTART</code></td>
+
+ <td><code>SCI_SCROLLTOEND</code></td>
+ </tr>
</tbody>
</table>
@@ -4445,6 +4451,11 @@ struct Sci_TextToFind {
as appropriate for <code>SCI_[[VC]HOME|LINEEND]*</code>.
</p>
+ <p>The <code>SCI_SCROLLTO[START|END]</code> commands scroll the document to the start
+ or end without changing the selection. This is the expected behaviour of the <code>home</code> and
+ <code>end</code> keys on OS X.
+ </p>
+
<h2 id="KeyBindings">Key bindings</h2>
<p>There is a default binding of keys to commands that is defined in the Scintilla source in