mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +02:00
IDE: Cleanup.
git-svn-id: trunk@50185 -
This commit is contained in:
parent
e92ffb6dc2
commit
e3a1721df5
@ -38,7 +38,7 @@ unit Compiler;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, Forms, Controls, contnrs, strutils, FileUtil,
|
||||
Classes, SysUtils, LCLProc, Forms, Controls, contnrs, strutils,
|
||||
IDEExternToolIntf, IDEMsgIntf, LazIDEIntf, LazUTF8,
|
||||
IDECmdLine, LazarusIDEStrConsts, CompilerOptions, Project,
|
||||
DefineTemplates, TransferMacros, EnvironmentOpts, LazFileUtils;
|
||||
|
@ -42,7 +42,7 @@ unit CompilerOptions;
|
||||
interface
|
||||
|
||||
uses
|
||||
typinfo, Classes, SysUtils, FileProcs, FileUtil, Laz2_XMLCfg, LazFileUtils,
|
||||
Classes, SysUtils, FileProcs, FileUtil, Laz2_XMLCfg, LazFileUtils,
|
||||
AvgLvlTree, Laz2_DOM, LazUTF8,
|
||||
InterfaceBase, Forms, Controls, LCLProc, ExprEval,
|
||||
DefineTemplates, CodeToolsCfgScript, CodeToolManager, KeywordFuncLists,
|
||||
|
@ -328,7 +328,7 @@ begin
|
||||
UpdateByTargetCPU(TargetCPU);
|
||||
UpdateByTargetOS(TargetOS);
|
||||
TargetProcComboBox.Text := ProcessorToCaption(TargetProcessor);
|
||||
PkgDep:=(AOptions as TProjectCompilerOptions).LazProject.FindDependencyByName('LCL');
|
||||
PkgDep:=TProjectCompilerOptions(AOptions).LazProject.FindDependencyByName('LCL');
|
||||
CurrentWidgetTypeLabel.Visible:=Assigned(PkgDep);
|
||||
LCLWidgetTypeLabel.Visible:=Assigned(PkgDep);
|
||||
end;
|
||||
|
@ -6,9 +6,9 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, LazFileUtils, LazFileCache, Controls, Dialogs,
|
||||
Graphics, Buttons, StdCtrls, LCLType, IDEOptionsIntf, MacroIntf, IDEDialogs,
|
||||
Buttons, StdCtrls, LCLType, IDEOptionsIntf, MacroIntf, IDEDialogs,
|
||||
CompOptsIntf, Project, CompilerOptions, LazarusIDEStrConsts, PathEditorDlg,
|
||||
IDEProcs, CheckCompilerOpts, ShowCompilerOpts, PackageDefs, ImExportCompilerOpts;
|
||||
IDEProcs, CheckCompilerOpts, ShowCompilerOpts, ImExportCompilerOpts;
|
||||
|
||||
type
|
||||
|
||||
|
@ -30,13 +30,16 @@ unit IDEOptionsDlg;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLProc, LCLType, Controls, Forms, ComCtrls, Buttons,
|
||||
ButtonPanel, ExtCtrls, StdCtrls, Dialogs, TreeFilterEdit,
|
||||
Classes, SysUtils, LCLProc,
|
||||
LCLType, Controls, Forms, ComCtrls, Buttons, ButtonPanel, ExtCtrls, StdCtrls,
|
||||
Dialogs, TreeFilterEdit,
|
||||
// IdeIntf
|
||||
IDEWindowIntf, IDEOptionsIntf, IDECommands, IDEHelpIntf, ProjectIntf,
|
||||
EnvironmentOpts, LazarusIDEStrConsts, EditorOptions,
|
||||
BuildModesManager, TransferMacros, project_save_options, Project,
|
||||
ModeMatrixOpts, PackageDefs, PackageSystem, Compiler_ModeMatrix,
|
||||
Compiler_Other_Options;
|
||||
// IDE
|
||||
EnvironmentOpts, EditorOptions, BuildModesManager, Compiler_ModeMatrix,
|
||||
Project, LazarusIDEStrConsts,
|
||||
// Packager
|
||||
PackageDefs, PackageSystem;
|
||||
|
||||
type
|
||||
TIDEOptsDlgAction = (
|
||||
|
Loading…
Reference in New Issue
Block a user