From 0d6fd0c6bc452f41919bbdf8dcc9b3d6fbc83205 Mon Sep 17 00:00:00 2001 From: Martijn Laan <1092369+martijnlaan@users.noreply.github.com> Date: Wed, 31 Jul 2024 21:49:44 +1000 Subject: Feature [feature-requests:#1524]. Add SCI_LINEINDENT and SCI_LINEDEDENT. These force the multiline behaviour of SCI_TAB and SCI_BACKTAB. --- doc/ScintillaDoc.html | 6 ++++++ doc/ScintillaHistory.html | 4 ++++ 2 files changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index b9a5971b2..b320621cf 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -6929,6 +6929,9 @@ struct Sci_TextToFindFull {
SCI_VERTICALCENTRECARETSCI_LINEINDENTSCI_LINEDEDENTSCI_[[VC]HOME|LINEEND]*.
+ The SCI_LINE[INDENT|DEDENT] commands are like SCI_[BACK]TAB but force the
+ multiline behaviour of the second.
The SCI_SCROLLTO[START|END] commands scroll the document to the start
or end without changing the selection. These commands match macOS platform conventions for the behaviour of the
home and end keys. Scintilla can be made to match macOS applications
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 3a820fb92..90e82cc41 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -599,6 +599,10 @@