From 38da4a9135d0d427641b5a72a8efcc415d57f672 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 13 Sep 2002 00:22:00 +0000 Subject: Documented SCI_CHOOSECARETX. --- doc/ScintillaDoc.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 5cc3408c1..efbf3bdb6 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -245,6 +245,7 @@ SCI_WORDENDPOSITION(int position, bool onlyWordCharacters) SCI_WORDSTARTPOSITION(int position, bool onlyWordCharacters) SCI_TEXTWIDTH(int stylenumber, char *text) SCI_TEXTHEIGHT(int line) +SCI_CHOOSECARETX

Scintilla maintains a selection which stretches between two points, the anchor and the @@ -277,6 +278,12 @@ SCI_TEXTHEIGHT(int line) the start and end of words using the same definition of words as used internally within Scintilla.

+

+ Scintilla remembers the x value of the last position horizontally moved to explicitly + by the user and this value is then used when moving vertically such as by using + the up and down keys. This remembered value may be set to the x position of the + caret with SCI_CHOOSECARETX. +

Scrolling and automatic scrolling

-- cgit v1.2.3