aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorMartijn Laan <1092369+martijnlaan@users.noreply.github.com>2024-07-31 21:49:44 +1000
committerMartijn Laan <1092369+martijnlaan@users.noreply.github.com>2024-07-31 21:49:44 +1000
commit0d6fd0c6bc452f41919bbdf8dcc9b3d6fbc83205 (patch)
tree44ea2ccd2b37a031cfda50a93c06ce8cd4acf0b2 /doc/ScintillaHistory.html
parent1cccf5165b891eb95c85932474bb872ab0fbe638 (diff)
downloadscintilla-mirror-0d6fd0c6bc452f41919bbdf8dcc9b3d6fbc83205.tar.gz
Feature [feature-requests:#1524]. Add SCI_LINEINDENT and SCI_LINEDEDENT.
These force the multiline behaviour of SCI_TAB and SCI_BACKTAB.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
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 @@
<li>
Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and its nesting depth.
</li>
+ <li>
+ Add SCI_LINEINDENT and SCI_LINEDEDENT.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1524/">Feature #1524</a>.
+ </li>
</ul>
<h3>
<a href="https://www.scintilla.org/scintilla551.zip">Release 5.5.1</a>