diff options
| author | nyamatongwe <unknown> | 2011-08-03 11:20:46 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-08-03 11:20:46 +1000 |
| commit | 1595153b9cc09514e7f16719694e999c1fd341e0 (patch) | |
| tree | b9eab1cddb49fa078025755af158bd9aec43d07e /doc/ScintillaDoc.html | |
| parent | d3c506ee2553d7f1da5907f4d5f9589d26b175a9 (diff) | |
| parent | 61d58f8d3052da83e0e5d8e80d78f5ff0accd8fb (diff) | |
| download | scintilla-mirror-1595153b9cc09514e7f16719694e999c1fd341e0.tar.gz | |
Merged with mainline.
Diffstat (limited to 'doc/ScintillaDoc.html')
| -rw-r--r-- | doc/ScintillaDoc.html | 7 |
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> |
