From 8a048b09572727791d098b8565eda81f7713972c Mon Sep 17 00:00:00 2001 From: Imre NAGY Date: Mon, 8 Apr 2019 22:05:44 +0200 Subject: [PATCH] Enable Scintilla Virtual Space Option change from macro Fixes #5463, closes #5500 --- PowerEditor/src/WinControls/shortcut/shortcut.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/PowerEditor/src/WinControls/shortcut/shortcut.cpp b/PowerEditor/src/WinControls/shortcut/shortcut.cpp index 745e1bd84..0d34f762d 100644 --- a/PowerEditor/src/WinControls/shortcut/shortcut.cpp +++ b/PowerEditor/src/WinControls/shortcut/shortcut.cpp @@ -804,6 +804,7 @@ bool recordedMacroStep::isMacroable() const case SCI_MOVESELECTEDLINESDOWN: case SCI_SCROLLTOSTART: case SCI_SCROLLTOEND: + case SCI_SETVIRTUALSPACEOPTIONS: { if (_macroType == mtUseLParameter) return true;