IDE: multi paste: added SkipLastLineBreak

git-svn-id: trunk@53067 -
This commit is contained in:
mattias 2016-10-02 19:39:14 +00:00
parent 0ec085ca5b
commit d733dec6c7

View File

@ -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;