mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-26 20:28:25 +02:00
IDE: multi paste: added SkipLastLineBreak
git-svn-id: trunk@53067 -
This commit is contained in:
parent
0ec085ca5b
commit
d733dec6c7
@ -85,6 +85,10 @@ var
|
||||
List: THistoryList;
|
||||
begin
|
||||
FContent := TStringList.Create;
|
||||
{$IF FPC_FULLVERSION >= 30101}
|
||||
FContent.SkipLastLineBreak := True;
|
||||
{$ENDIF}
|
||||
|
||||
OnShow := @DoWatch;
|
||||
OnActivate := @DoWatch;
|
||||
TxtBeforeLinesComboBox.OnChange := @DoWatch;
|
||||
|
Loading…
Reference in New Issue
Block a user