aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-08-03 11:20:46 +1000
committernyamatongwe <devnull@localhost>2011-08-03 11:20:46 +1000
commita320c92efc362ad68b903e73e848b4e8781fa4ec (patch)
tree75984816095f798563e6cdb3235b90f3bd693f02 /doc/ScintillaDoc.html
parentc01c7f0cab76fb3e4a43801a405e68e68cc08629 (diff)
parent1b82542ccf3ac9470c6847778a55d9bf787c19eb (diff)
downloadscintilla-mirror-a320c92efc362ad68b903e73e848b4e8781fa4ec.tar.gz
Merged with mainline.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 19bbd5129..c733db471 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -79,7 +79,7 @@
<h1>Scintilla Documentation</h1>
- <p>Last edited 26/July/2011 NH</p>
+ <p>Last edited 1/August/2011 NH</p>
<p>There is <a class="jump" href="Design.html">an overview of the internal design of
Scintilla</a>.<br />
@@ -4466,8 +4466,9 @@ struct Sci_TextToFind {
</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.
+ or end without changing the selection. These commands match OS X platform conventions for the behaviour of the
+ <code>home</code> and <code>end</code> keys. Scintilla can be made to match OS X applications
+ by binding the <code>home</code> and <code>end</code> keys to these commands.
</p>
<h2 id="KeyBindings">Key bindings</h2>