mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 21:58:29 +02:00
EditorMacroScript: Fix SetTextBetweenPoints
git-svn-id: trunk@63625 -
This commit is contained in:
parent
5ec3f02ed0
commit
b9a70c31b0
@ -765,7 +765,7 @@ begin
|
|||||||
if not Result then
|
if not Result then
|
||||||
exit;
|
exit;
|
||||||
Obj.SetTextBetweenPoints(GetVarPointFromStack(Stack, -2)^, GetVarPointFromStack(Stack, -3)^,
|
Obj.SetTextBetweenPoints(GetVarPointFromStack(Stack, -2)^, GetVarPointFromStack(Stack, -3)^,
|
||||||
Stack.GetAnsiString(-4), TSynEditTextFlags(Stack.GetUInt(-5)),
|
Stack.GetAnsiString(-4), TSynEditTextFlags(GetSetFromStack(Stack, -5)),
|
||||||
TSynCaretAdjustMode(Stack.GetUInt(-6)), TSynMarksAdjustMode(Stack.GetUInt(-7)),
|
TSynCaretAdjustMode(Stack.GetUInt(-6)), TSynMarksAdjustMode(Stack.GetUInt(-7)),
|
||||||
TSynSelectionMode(Stack.GetUInt(-8))
|
TSynSelectionMode(Stack.GetUInt(-8))
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user