Enable Scintilla Virtual Space Option change from macro
Fixes #5463, closes #5500
This commit is contained in:
parent
e5de0c6d44
commit
8a048b0957
@ -804,6 +804,7 @@ bool recordedMacroStep::isMacroable() const
|
|||||||
case SCI_MOVESELECTEDLINESDOWN:
|
case SCI_MOVESELECTEDLINESDOWN:
|
||||||
case SCI_SCROLLTOSTART:
|
case SCI_SCROLLTOSTART:
|
||||||
case SCI_SCROLLTOEND:
|
case SCI_SCROLLTOEND:
|
||||||
|
case SCI_SETVIRTUALSPACEOPTIONS:
|
||||||
{
|
{
|
||||||
if (_macroType == mtUseLParameter)
|
if (_macroType == mtUseLParameter)
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user