mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-30 08:18:28 +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;
|
List: THistoryList;
|
||||||
begin
|
begin
|
||||||
FContent := TStringList.Create;
|
FContent := TStringList.Create;
|
||||||
|
{$IF FPC_FULLVERSION >= 30101}
|
||||||
|
FContent.SkipLastLineBreak := True;
|
||||||
|
{$ENDIF}
|
||||||
|
|
||||||
OnShow := @DoWatch;
|
OnShow := @DoWatch;
|
||||||
OnActivate := @DoWatch;
|
OnActivate := @DoWatch;
|
||||||
TxtBeforeLinesComboBox.OnChange := @DoWatch;
|
TxtBeforeLinesComboBox.OnChange := @DoWatch;
|
||||||
|
Loading…
Reference in New Issue
Block a user