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. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 50aa9a660..e42f36573 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -505,7 +505,7 @@ protected: // ScintillaBase subclass needs access to much of Editor virtual int KeyDefault(Scintilla::Keys /* key */, Scintilla::KeyMod /*modifiers*/); int KeyDownWithModifiers(Scintilla::Keys key, Scintilla::KeyMod modifiers, bool *consumed); - void Indent(bool forwards); + void Indent(bool forwards, bool lineTab); virtual std::unique_ptr CaseFolderForEncoding(); Sci::Position FindText(Scintilla::uptr_t wParam, Scintilla::sptr_t lParam); -- cgit v1.2.3