From a5679f2347b8d9270f3bdff722c386e07d773703 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 29 May 2015 09:31:39 +1000 Subject: Document indexing of selection. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 3a51cfb61..60f932e09 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1687,7 +1687,7 @@ struct Sci_TextToFind {

SCI_GETSELECTIONS
- Return the number of selections currently active.

+ Return the number of selections currently active. There is always at least one selection.

SCI_GETSELECTIONEMPTY
@@ -1738,7 +1738,7 @@ struct Sci_TextToFind { SCI_SETSELECTIONNEND(int selection, int pos)
SCI_GETSELECTIONNEND(int selection)
Set or query the start and end position of each already existing selection. - Mostly of use to query each range for its text.

+ Mostly of use to query each range for its text. The selection parameter is zero-based.

SCI_SETRECTANGULARSELECTIONCARET(int pos)
-- cgit v1.2.3