From b6706ed7be03e06a9c2cce349ff19eb95055c6bd Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 25 Jan 2020 08:54:18 +1100 Subject: Fix line end whitespace and change edited date. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ec1e79afb..3e741ec3f 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -119,7 +119,7 @@

Scintilla Documentation

-

Last edited 21 December 2019 NH

+

Last edited 25 January 2020 NH

There is an overview of the internal design of Scintilla.
@@ -1839,7 +1839,7 @@ struct Sci_TextToFind { SCI_GETSELECTIONNEND(int selection) → position
SCI_GETSELECTIONNENDVIRTUALSPACE(int selection) → position
Set or query the start and end position of each already existing selection. - Query the virtual space at start and end of each selection. + Query the virtual space at start and end of each selection. Mostly of use to query each range for its text. The selection parameter is zero-based.

-- cgit v1.2.3