mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 03:21:44 +02:00
IDE: clean up
git-svn-id: branches/fixes_2_0@60853 -
This commit is contained in:
parent
79ba94760d
commit
0a36945032
@ -70,7 +70,7 @@ uses
|
|||||||
PropEdits, ObjectInspector, MenuIntf, SrcEditorIntf, ProjectIntf,
|
PropEdits, ObjectInspector, MenuIntf, SrcEditorIntf, ProjectIntf,
|
||||||
CompOptsIntf, LazIDEIntf, IDEWindowIntf,
|
CompOptsIntf, LazIDEIntf, IDEWindowIntf,
|
||||||
// IDE
|
// IDE
|
||||||
LazConf, LazarusIDEStrConsts, Project, PublishModule, BuildLazDialog,
|
LazConf, LazarusIDEStrConsts, Project, BuildLazDialog,
|
||||||
ProgressDlg, EnvironmentOpts, IDEDefs, PackageDefs;
|
ProgressDlg, EnvironmentOpts, IDEDefs, PackageDefs;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
@ -6,7 +6,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, ButtonPanel, StdCtrls,
|
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, ButtonPanel, StdCtrls,
|
||||||
ListFilterEdit, fgl,
|
ListFilterEdit,
|
||||||
ProjPackCommon,
|
ProjPackCommon,
|
||||||
PackageDefs,
|
PackageDefs,
|
||||||
LazarusIDEStrConsts,
|
LazarusIDEStrConsts,
|
||||||
@ -34,7 +34,7 @@ type
|
|||||||
destructor Destroy; override;
|
destructor Destroy; override;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function ShowAddFPMakeDependencyDlg(AProjPack: IProjPack;
|
function ShowAddFPMakeDependencyDlg({%H-}AProjPack: IProjPack;
|
||||||
out AResultDependencies: TPkgDependencyList): TModalResult;
|
out AResultDependencies: TPkgDependencyList): TModalResult;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
@ -30,7 +30,7 @@ unit AddToPackageDlg;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Math, Classes, SysUtils, Laz_AVL_Tree,
|
Classes, SysUtils, Laz_AVL_Tree,
|
||||||
// LCL
|
// LCL
|
||||||
LCLProc, LCLType, Forms, Controls, Buttons, ExtDlgs, StdCtrls, ExtCtrls,
|
LCLProc, LCLType, Forms, Controls, Buttons, ExtDlgs, StdCtrls, ExtCtrls,
|
||||||
Dialogs, ComCtrls, ButtonPanel,
|
Dialogs, ComCtrls, ButtonPanel,
|
||||||
@ -40,8 +40,8 @@ uses
|
|||||||
NewItemIntf, PackageIntf, FormEditingIntf, IDEWindowIntf, ComponentReg,
|
NewItemIntf, PackageIntf, FormEditingIntf, IDEWindowIntf, ComponentReg,
|
||||||
IDEDialogs,
|
IDEDialogs,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, InputHistory, IDEDefs, EnvironmentOpts,
|
LazarusIDEStrConsts, InputHistory, EnvironmentOpts,
|
||||||
PackageSystem, PackageDefs, ProjPackChecks;
|
PackageSystem, PackageDefs;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
@ -81,6 +81,7 @@ type
|
|||||||
InfoLabel: TLabel;
|
InfoLabel: TLabel;
|
||||||
Title: string;
|
Title: string;
|
||||||
FileName: string;
|
FileName: string;
|
||||||
|
public
|
||||||
constructor Create(aBtn: TBitBtn; aInfoLabel: TLabel; aTitle: string);
|
constructor Create(aBtn: TBitBtn; aInfoLabel: TLabel; aTitle: string);
|
||||||
procedure LoadIcon(aLazPackage: TLazPackage; aFileName: string);
|
procedure LoadIcon(aLazPackage: TLazPackage; aFileName: string);
|
||||||
end;
|
end;
|
||||||
|
@ -724,7 +724,6 @@ type
|
|||||||
procedure TPackageEditorForm.ItemsPopupMenuPopup(Sender: TObject);
|
procedure TPackageEditorForm.ItemsPopupMenuPopup(Sender: TObject);
|
||||||
var
|
var
|
||||||
UserSelection: PackageSelTypes;
|
UserSelection: PackageSelTypes;
|
||||||
SingleSelectedNode: TPkgDependency;
|
|
||||||
SingleSelectedFile: TPkgFile;
|
SingleSelectedFile: TPkgFile;
|
||||||
SingleSelectedDep: TPkgDependency;
|
SingleSelectedDep: TPkgDependency;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user