aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-08-01 12:30:04 +1000
committernyamatongwe <devnull@localhost>2011-08-01 12:30:04 +1000
commit2fdfe6a62e395188ce840678c67b10388559247d (patch)
treea19398d4321f6ea4eaa03df95261726530c04e42
parent84ffefa9baaeac1358b4a6b0ab9c3fba9456fe47 (diff)
downloadscintilla-mirror-2fdfe6a62e395188ce840678c67b10388559247d.tar.gz
Clarified keys on OS X.
-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>