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. --- include/ScintillaMessages.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ScintillaMessages.h') diff --git a/include/ScintillaMessages.h b/include/ScintillaMessages.h index c511720c5..847ec0881 100644 --- a/include/ScintillaMessages.h +++ b/include/ScintillaMessages.h @@ -459,7 +459,9 @@ enum class Message { Cancel = 2325, DeleteBack = 2326, Tab = 2327, + LineIndent = 2813, BackTab = 2328, + LineDedent = 2814, NewLine = 2329, FormFeed = 2330, VCHome = 2331, -- cgit v1.2.3