From d77eecc6ce42933e56df832513c97259ec553488 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 25 Jan 2020 08:54:18 +1100 Subject: Backport: Fix line end whitespace and change edited date. Backport of changeset 7962:92acd2f85a84. --- 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 f3d5c9fd3..27e361afc 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -116,7 +116,7 @@

Scintilla Documentation

-

Last edited 15 November 2019 NH

+

Last edited 25 January 2020 NH

There is an overview of the internal design of Scintilla.
@@ -1808,7 +1808,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