mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 19:39:39 +02:00
synedit: renamed parameters in proc types for easier code completion
git-svn-id: trunk@42095 -
This commit is contained in:
parent
032f86f34a
commit
2b9efdfe40
@ -40,10 +40,10 @@ type
|
||||
TSynEditStrings = class;
|
||||
|
||||
TStringListLineCountEvent = procedure(Sender: TSynEditStrings;
|
||||
Index, Count: Integer) of object;
|
||||
aIndex, aCount: Integer) of object;
|
||||
TStringListLineEditEvent = procedure(Sender: TSynEditStrings;
|
||||
LinePos, BytePos, Count, LineBrkCnt: Integer;
|
||||
Text: String) of object;
|
||||
aLinePos, aBytePos, aCount, aLineBrkCnt: Integer;
|
||||
aText: String) of object;
|
||||
|
||||
TSynEditNotifyReason = ( // TStringListLineCountEvent
|
||||
senrLineCount, // Lines Inserted or Deleted (if not empty, they will trigger senrLineChange too)
|
||||
|
Loading…
Reference in New Issue
Block a user