From 0028e37fb8bcb33f1819d8705e63ee557b1798c6 Mon Sep 17 00:00:00 2001 From: rdaneelolivaw Date: Mon, 18 Jul 2005 21:40:27 +0000 Subject: RBR - make documented SC_SEL_* values match actually defined ones. --- doc/ScintillaDoc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index d9ee3eadc..452a94106 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -38,7 +38,7 @@

Scintilla Documentation

-

Last edited 3/June/2005 RBR

+

Last edited 15/July/2005 RBR

There is an overview of the internal design of Scintilla.
@@ -1125,9 +1125,9 @@ struct TextToFind {

SCI_SETSELECTIONMODE(int mode)
SCI_GETSELECTIONMODE
The two functions set and get the selection mode, which can be - stream (SC_SEL_STREAM=1) or - rectangular (SC_SEL_RECTANGLE=2) - or by lines (SC_SEL_LINES=3). + stream (SC_SEL_STREAM=0) or + rectangular (SC_SEL_RECTANGLE=1) + or by lines (SC_SEL_LINES=2). When set in these modes, regular caret moves will extend or reduce the selection, until the mode is cancelled by a call with same value or with SCI_CANCEL. The get function returns the current mode even if the selection was made by mouse -- cgit v1.2.3