From 69ea8169cbc562bda68a46ba00d44c87ffc5a15e Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 25 Jun 2023 08:54:07 +1000 Subject: Strip line end white-space. --- doc/ScintillaDoc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 54da5193f..ae1e5a942 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1347,7 +1347,7 @@ struct Sci_TextToFindFull { Coalescing treats coalescible container actions as transparent so will still only group together insertions that look like typing or deletions that look like multiple uses of the Backspace or Delete keys.

- +

Change history

Scintilla can display document changes (modified, saved, ...) in the margin or in the text.

@@ -4979,7 +4979,7 @@ struct Sci_TextToFindFull {

Opaque selection drawing (SCI_SETSELECTIONLAYER(SC_LAYER_BASE)) is not supported in bidirectional mode. - Use SC_LAYER_UNDER_TEXT or SC_LAYER_OVER_TEXT instead. + Use SC_LAYER_UNDER_TEXT or SC_LAYER_OVER_TEXT instead.

@@ -9683,7 +9683,7 @@ for line = lineStart to lineEnd do SCI_ENSUREVISIBLE(line) next 6 - There was only a single choice in the list and 'choose single' mode was active as set by + There was only a single choice in the list and 'choose single' mode was active as set by SCI_AUTOCSETCHOOSESINGLE. ch is 0. -- cgit v1.2.3