From c7ab0fe4f5e640022b4c177d4382bbd762aae605 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 19 Jul 2011 11:26:01 +1000 Subject: Added ScrollToStart and ScrollToEnd key commands for OS X. --- doc/ScintillaDoc.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc') 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 @@

Scintilla Documentation

-

Last edited 2/July/2011 NH

+

Last edited 19/July/2011 NH

There is an overview of the internal design of Scintilla.
@@ -4419,6 +4419,12 @@ struct Sci_TextToFind { SCI_MOVESELECTEDLINESDOWN + + + SCI_SCROLLTOSTART + + SCI_SCROLLTOEND + @@ -4445,6 +4451,11 @@ struct Sci_TextToFind { as appropriate for SCI_[[VC]HOME|LINEEND]*.

+

The SCI_SCROLLTO[START|END] commands scroll the document to the start + or end without changing the selection. This is the expected behaviour of the home and + end keys on OS X. +

+

Key bindings

There is a default binding of keys to commands that is defined in the Scintilla source in -- cgit v1.2.3