mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:36:09 +02:00
IDE: clean up
git-svn-id: trunk@32810 -
This commit is contained in:
parent
736c57ad21
commit
6cb5b7f6ec
@ -12163,7 +12163,7 @@ end;
|
||||
|
||||
function TMainIDE.DoManageExamples: TModalResult;
|
||||
begin
|
||||
ShowManageExamplesDlg;
|
||||
Result:=ShowManageExamplesDlg;
|
||||
end;
|
||||
|
||||
function TMainIDE.DoBuildLazarusSub(Flags: TBuildLazarusFlags): TModalResult;
|
||||
|
@ -42,7 +42,7 @@ type
|
||||
procedure SetIdleConnected(const AValue: boolean);
|
||||
procedure OnIdle(Sender: TObject; var Done: Boolean);
|
||||
public
|
||||
constructor Create(AnOwner: TComponent);
|
||||
constructor Create(AnOwner: TComponent); override;
|
||||
destructor Destroy; override;
|
||||
property IdleConnected: boolean read fIdleConnected write SetIdleConnected;
|
||||
end;
|
||||
@ -93,8 +93,6 @@ type
|
||||
{ TListFileSearcher }
|
||||
|
||||
procedure TListFileSearcher.DoFileFound;
|
||||
var
|
||||
ShortName, FilePath: String;
|
||||
begin
|
||||
fForm.ProjectsListBox.Items.Add(FileName)
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user