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_VERTICALCENTRECARET + SCI_LINEINDENT + + SCI_LINEDEDENT @@ -6971,6 +6974,9 @@ struct Sci_TextToFindFull { as appropriate for SCI_[[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 @@

  • Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and its nesting depth.
  • +
  • + Add SCI_LINEINDENT and SCI_LINEDEDENT. + Feature #1524. +
  • Release 5.5.1 -- cgit v1.2.3