mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 19:24:46 +01:00
SynEdit: speed up large operations (search replace) / fix/clean up
git-svn-id: trunk@43761 -
This commit is contained in:
parent
3d9de1aad4
commit
c5bd5091ff
@ -1446,7 +1446,7 @@ end;
|
||||
|
||||
procedure TSynEditStringsLinked.SendNotification(AReason: TSynEditNotifyReason;
|
||||
ASender: TSynEditStrings; aIndex, aCount: Integer;
|
||||
aBytePos: Integer = -1; aLen: Integer = 0; aTxt: String = '');
|
||||
aBytePos: Integer; aLen: Integer; aTxt: String);
|
||||
begin
|
||||
fSynStrings.SendNotification(AReason, ASender, aIndex, aCount, aBytePos, aLen, aTxt);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user