From 273f2486599617aac4343998bf15dc03f170dbcf Mon Sep 17 00:00:00 2001
From: Mitchell Foral
+
@@ -1425,6 +1426,10 @@ struct Sci_TextToFind {
SC_SEL_THIN is the mode after a rectangular selection has been typed into and ensures
that no characters are selected.
SCI_GETMOVEEXTENDSSELECTION → bool
+ This returns 1 if regular caret moves will extend or reduce the selection, 0 if not.
+ SCI_SETSELECTIONMODE toggles this setting between on and off.
SCI_GETLINESELSTARTPOSITION(int line) → position
SCI_GETLINESELENDPOSITION(int line) → position
Retrieve the position of the start and end of the selection at the given line with
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 265a968cf..aa61b69fe 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -534,6 +534,10 @@
Released 26 October 2017.