mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-05 19:26:04 +02:00
Tweak uses sections.
This commit is contained in:
parent
c82ade7806
commit
149b86fbbb
@ -57,10 +57,10 @@ uses
|
|||||||
// IdeIntf
|
// IdeIntf
|
||||||
IdeIntfStrConsts, IDEWindowIntf, IDEImagesIntf, IDEDialogs,
|
IdeIntfStrConsts, IDEWindowIntf, IDEImagesIntf, IDEDialogs,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
LazConf, TransferMacros, IDEProcs,
|
LazConf, TransferMacros, IDEProcs, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, CodeToolsOptions, CodeToolsDefPreview,
|
LazarusIDEStrConsts, CodeToolsOptions, CodeToolsDefPreview,
|
||||||
EditorOptions, InputFileDialog, EditDefineTree, CompilerOptions;
|
EditorOptions, InputFileDialog, EditDefineTree;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -48,9 +48,9 @@ uses
|
|||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEMsgIntf, LazIDEIntf, CompOptsIntf,
|
IDEMsgIntf, LazIDEIntf, CompOptsIntf,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
TransferMacros, IDECmdLine,
|
TransferMacros, IDECmdLine, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, CompilerOptions, Project;
|
LazarusIDEStrConsts, Project;
|
||||||
|
|
||||||
type
|
type
|
||||||
TOnCmdLineCreate = procedure(var CmdLine: string; var Abort:boolean) of object;
|
TOnCmdLineCreate = procedure(var CmdLine: string; var Abort:boolean) of object;
|
||||||
|
@ -72,9 +72,9 @@ uses
|
|||||||
IdeDebuggerBackendValueConv, Debugger, BaseDebugManager,
|
IdeDebuggerBackendValueConv, Debugger, BaseDebugManager,
|
||||||
IdeDebuggerValueFormatter, IdeDebuggerDisplayFormats,
|
IdeDebuggerValueFormatter, IdeDebuggerDisplayFormats,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
LazConf,
|
LazConf, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
CompilerOptions, SourceEditor, ProjectDefs, Project, ProjectDebugLink,
|
SourceEditor, ProjectDefs, Project, ProjectDebugLink,
|
||||||
LazarusIDEStrConsts, MainBar, MainIntf, MainBase, BaseBuildManager, SourceMarks,
|
LazarusIDEStrConsts, MainBar, MainIntf, MainBase, BaseBuildManager, SourceMarks,
|
||||||
DebugEventsForm, EnvGuiOptions, RunParamsOpts;
|
DebugEventsForm, EnvGuiOptions, RunParamsOpts;
|
||||||
|
|
||||||
|
@ -42,8 +42,10 @@ uses
|
|||||||
FileProcs, CodeToolManager, DefineTemplates, LinkScanner,
|
FileProcs, CodeToolManager, DefineTemplates, LinkScanner,
|
||||||
// BuildIntf
|
// BuildIntf
|
||||||
CompOptsIntf,
|
CompOptsIntf,
|
||||||
|
// IdeConfig
|
||||||
|
CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
CompilerOptions, LazarusIDEStrConsts;
|
LazarusIDEStrConsts;
|
||||||
|
|
||||||
|
|
||||||
// global
|
// global
|
||||||
|
@ -45,10 +45,10 @@ uses
|
|||||||
// IDEIntf
|
// IDEIntf
|
||||||
IDEImagesIntf, MenuIntf, IDECommands, IDEDialogs, LazIDEIntf, IdeIntfStrConsts,
|
IDEImagesIntf, MenuIntf, IDECommands, IDEDialogs, LazIDEIntf, IdeIntfStrConsts,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, IDEOptionDefs,
|
EnvironmentOpts, IDEOptionDefs, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, HelpFPCMessages, etSrcEditMarks,
|
LazarusIDEStrConsts, HelpFPCMessages, etSrcEditMarks,
|
||||||
MsgWnd_Options, etQuickFixes, ExtTools, CompilerOptions, EnvGuiOptions;
|
MsgWnd_Options, etQuickFixes, ExtTools, EnvGuiOptions;
|
||||||
|
|
||||||
const
|
const
|
||||||
CustomViewCaption = '------------------------------';
|
CustomViewCaption = '------------------------------';
|
||||||
|
@ -32,9 +32,12 @@ uses
|
|||||||
Controls, Forms, StdCtrls, Buttons, ExtCtrls, Dialogs, ComCtrls,
|
Controls, Forms, StdCtrls, Buttons, ExtCtrls, Dialogs, ComCtrls,
|
||||||
// CodeTools
|
// CodeTools
|
||||||
KeywordFuncLists, CodeToolsCfgScript,
|
KeywordFuncLists, CodeToolsCfgScript,
|
||||||
|
// BuildIntf
|
||||||
|
IDEOptionsIntf, CompOptsIntf, MacroIntf,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptionsIntf, IDEOptEditorIntf, CompOptsIntf, MacroIntf, IDEImagesIntf,
|
IDEOptEditorIntf, IDEImagesIntf, IDEDialogs,
|
||||||
IDEDialogs, ParsedCompilerOpts, CompilerOptions,
|
// IdeConfig
|
||||||
|
ParsedCompilerOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, PackageDefs;
|
LazarusIDEStrConsts, PackageDefs;
|
||||||
|
|
||||||
|
@ -10,8 +10,10 @@ uses
|
|||||||
StdCtrls,
|
StdCtrls,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptionsIntf, IDEOptEditorIntf,
|
IDEOptionsIntf, IDEOptEditorIntf,
|
||||||
|
// IdeConfig
|
||||||
|
CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
CompilerOptions, LazarusIDEStrConsts;
|
LazarusIDEStrConsts;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -17,10 +17,9 @@ uses
|
|||||||
IDEOptionsIntf, IDEOptEditorIntf, CompOptsIntf, IDEExternToolIntf,
|
IDEOptionsIntf, IDEOptEditorIntf, CompOptsIntf, IDEExternToolIntf,
|
||||||
IDEDialogs, IDEUtils, InputHistory,
|
IDEDialogs, IDEUtils, InputHistory,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
LazConf, EnvironmentOpts, RecentListProcs,
|
LazConf, EnvironmentOpts, RecentListProcs, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
Project, CompilerOptions, PackageDefs, LazarusIDEStrConsts,
|
LazarusIDEStrConsts, Project, PackageDefs, DialogProcs, InitialSetupProc;
|
||||||
DialogProcs, InitialSetupProc;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -35,11 +35,14 @@ uses
|
|||||||
LazFileUtils, LazStringUtils, LazUTF8, LazLoggerBase,
|
LazFileUtils, LazStringUtils, LazUTF8, LazLoggerBase,
|
||||||
// CodeTools
|
// CodeTools
|
||||||
DefineTemplates, CodeToolManager,
|
DefineTemplates, CodeToolManager,
|
||||||
|
// BuildIntf
|
||||||
|
IDEOptionsIntf, MacroIntf,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptionsIntf, IDEOptEditorIntf, MacroIntf, IDEDialogs, IDEUtils,
|
IDEOptEditorIntf, IDEDialogs, IDEUtils,
|
||||||
|
// IdeConfig
|
||||||
|
RecentListProcs, TransferMacros, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
CompilerOptions, LazarusIDEStrConsts, TransferMacros, PackageDefs, Project,
|
LazarusIDEStrConsts, PackageDefs, Project, InputHistory, compiler_parsing_options;
|
||||||
RecentListProcs, InputHistory, compiler_parsing_options;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -9,10 +9,14 @@ uses
|
|||||||
StdCtrls,
|
StdCtrls,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazLoggerBase,
|
LazLoggerBase,
|
||||||
|
// BuildIntf
|
||||||
|
IDEOptionsIntf, CompOptsIntf,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptionsIntf, IDEOptEditorIntf, CompOptsIntf,
|
IDEOptEditorIntf,
|
||||||
|
// IdeConfig
|
||||||
|
CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
CompilerOptions, LazarusIDEStrConsts;
|
LazarusIDEStrConsts;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@ uses
|
|||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptEditorIntf, IDEDialogs,
|
IDEOptEditorIntf, IDEDialogs,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
etFPCMsgFilePool,
|
etFPCMsgFilePool, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
CompilerOptions, LazarusIDEStrConsts;
|
LazarusIDEStrConsts;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -35,8 +35,10 @@ uses
|
|||||||
LazUTF8, LazLoggerBase,
|
LazUTF8, LazLoggerBase,
|
||||||
// Codetools
|
// Codetools
|
||||||
CodeToolsCfgScript, KeywordFuncLists,
|
CodeToolsCfgScript, KeywordFuncLists,
|
||||||
|
// BuildIntf
|
||||||
|
IDEOptionsIntf, CompOptsIntf,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptionsIntf, IDEOptEditorIntf, CompOptsIntf, IDECommands,
|
IDEOptEditorIntf, IDECommands,
|
||||||
// SynEdit
|
// SynEdit
|
||||||
SynEdit, SynEditKeyCmds, SynCompletion,
|
SynEdit, SynEditKeyCmds, SynCompletion,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
|
@ -10,10 +10,14 @@ uses
|
|||||||
ExtCtrls, StdCtrls,
|
ExtCtrls, StdCtrls,
|
||||||
// CodeTools
|
// CodeTools
|
||||||
LinkScanner,
|
LinkScanner,
|
||||||
|
// BuildIntf
|
||||||
|
IDEOptionsIntf,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptionsIntf, IDEOptEditorIntf,
|
IDEOptEditorIntf,
|
||||||
|
// IdeConfig
|
||||||
|
CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
CompilerOptions, PackageDefs, LazarusIDEStrConsts;
|
PackageDefs, LazarusIDEStrConsts;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -8,10 +8,14 @@ uses
|
|||||||
SysUtils,
|
SysUtils,
|
||||||
// LCL
|
// LCL
|
||||||
ExtCtrls, StdCtrls,
|
ExtCtrls, StdCtrls,
|
||||||
|
// BuildIntf
|
||||||
|
IDEOptionsIntf,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptionsIntf, IDEOptEditorIntf,
|
IDEOptEditorIntf,
|
||||||
|
// IdeConfig
|
||||||
|
CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
CompilerOptions, LazarusIDEStrConsts;
|
LazarusIDEStrConsts;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -14,9 +14,10 @@ uses
|
|||||||
DividerBevel,
|
DividerBevel,
|
||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptionsIntf, IDEOptEditorIntf, LazIDEIntf, IDEImagesIntf, IDEDialogs,
|
IDEOptionsIntf, IDEOptEditorIntf, LazIDEIntf, IDEImagesIntf, IDEDialogs,
|
||||||
|
// IdeConfig
|
||||||
|
CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, Project, ProjectIcon, CompilerOptions,
|
LazarusIDEStrConsts, Project, ProjectIcon, ApplicationBundle, W32Manifest;
|
||||||
ApplicationBundle, W32Manifest;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
@ -40,9 +40,9 @@ uses
|
|||||||
// IdeIntf
|
// IdeIntf
|
||||||
IDEOptEditorIntf, IDEImagesIntf, InputHistory,
|
IDEOptEditorIntf, IDEImagesIntf, InputHistory,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
RecentListProcs,
|
RecentListProcs, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, Project, CompilerOptions;
|
LazarusIDEStrConsts, Project;
|
||||||
|
|
||||||
type
|
type
|
||||||
{ TImExportCompOptsDlg }
|
{ TImExportCompOptsDlg }
|
||||||
|
@ -73,9 +73,9 @@ uses
|
|||||||
// IDEDebugger
|
// IDEDebugger
|
||||||
IdeDebuggerStringConstants,
|
IdeDebuggerStringConstants,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
LazConf, EnvironmentOpts,
|
LazConf, EnvironmentOpts, CompilerOptions,
|
||||||
// IDE
|
// IDE
|
||||||
LazarusIDEStrConsts, EditorOptions, CompilerOptions, EnvGuiOptions,
|
LazarusIDEStrConsts, EditorOptions, EnvGuiOptions,
|
||||||
Project, SourceEditor, SourceSynEditor, FindInFilesDlg,
|
Project, SourceEditor, SourceSynEditor, FindInFilesDlg,
|
||||||
Splash, MainBar, MainIntf, Designer, Debugger, RunParamsOpts, FindInFilesWnd;
|
Splash, MainBar, MainIntf, Designer, Debugger, RunParamsOpts, FindInFilesWnd;
|
||||||
|
|
||||||
|
@ -51,15 +51,16 @@ uses
|
|||||||
// LCL
|
// LCL
|
||||||
Controls, Forms, Buttons, StdCtrls, ComCtrls, Dialogs, ButtonPanel, ExtCtrls,
|
Controls, Forms, Buttons, StdCtrls, ComCtrls, Dialogs, ButtonPanel, ExtCtrls,
|
||||||
Spin, EditBtn,
|
Spin, EditBtn,
|
||||||
// IdeIntf
|
|
||||||
IdeIntfStrConsts, BaseIDEIntf, IDEHelpIntf, ProjectIntf, IDEDialogs, InputHistory,
|
|
||||||
IDEImagesIntf, IDEWindowIntf, MacroIntf,
|
|
||||||
// LazUtils
|
// LazUtils
|
||||||
LazFileUtils, LazFileCache, LazUTF8, Laz2_XMLCfg, DbgIntfDebuggerBase,
|
LazFileUtils, LazFileCache, LazUTF8, Laz2_XMLCfg, DbgIntfDebuggerBase,
|
||||||
|
// BuildIntf
|
||||||
|
BaseIDEIntf, ProjectIntf, MacroIntf,
|
||||||
|
// IdeIntf
|
||||||
|
IdeIntfStrConsts, IDEHelpIntf, IDEDialogs, IDEImagesIntf, IDEWindowIntf,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, RecentListProcs,
|
EnvironmentOpts, RecentListProcs,
|
||||||
// IDE
|
// IDE
|
||||||
MiscOptions, SysVarUserOverrideDlg, LazarusIDEStrConsts
|
InputHistory, MiscOptions, SysVarUserOverrideDlg, LazarusIDEStrConsts
|
||||||
{$IFnDef LCLNoGui}, BaseDebugManager {$ENDIF} ;
|
{$IFnDef LCLNoGui}, BaseDebugManager {$ENDIF} ;
|
||||||
|
|
||||||
{ The xml format version:
|
{ The xml format version:
|
||||||
|
@ -48,9 +48,9 @@ uses
|
|||||||
Forms, ComCtrls,
|
Forms, ComCtrls,
|
||||||
PackageIntf, BaseIDEIntf,
|
PackageIntf, BaseIDEIntf,
|
||||||
MenuIntf, IdeIntfStrConsts,
|
MenuIntf, IdeIntfStrConsts,
|
||||||
EnvironmentOpts,
|
EnvironmentOpts, CompilerOptions,
|
||||||
LazarusIDEStrConsts,
|
LazarusIDEStrConsts,
|
||||||
CompilerOptions, PackageDefs, PackageSystem, Project;
|
PackageDefs, PackageSystem, Project;
|
||||||
|
|
||||||
type
|
type
|
||||||
{ TBasePkgManager }
|
{ TBasePkgManager }
|
||||||
|
@ -61,8 +61,10 @@ uses
|
|||||||
BasicCodeTools, DefineTemplates, CodeToolManager, FileProcs,
|
BasicCodeTools, DefineTemplates, CodeToolManager, FileProcs,
|
||||||
// LazUtils
|
// LazUtils
|
||||||
FPCAdds, LazFileUtils, LazFileCache, LazTracer,
|
FPCAdds, LazFileUtils, LazFileCache, LazTracer,
|
||||||
|
// BuildIntf
|
||||||
|
ProjectIntf, CompOptsIntf, IDEExternToolIntf,
|
||||||
// IDEIntf
|
// IDEIntf
|
||||||
ProjectIntf, CompOptsIntf, IDEWindowIntf, LazIDEIntf, IDEMsgIntf, IDEExternToolIntf,
|
IDEWindowIntf, LazIDEIntf, IDEMsgIntf,
|
||||||
// IdeConfig
|
// IdeConfig
|
||||||
EnvironmentOpts, TransferMacros, IDEProcs, SearchPathProcs,
|
EnvironmentOpts, TransferMacros, IDEProcs, SearchPathProcs,
|
||||||
ParsedCompilerOpts, CompilerOptions,
|
ParsedCompilerOpts, CompilerOptions,
|
||||||
|
@ -11,7 +11,7 @@ uses
|
|||||||
LazTracer, FileReferenceList,
|
LazTracer, FileReferenceList,
|
||||||
// Codetools
|
// Codetools
|
||||||
DefineTemplates, CodeToolManager,
|
DefineTemplates, CodeToolManager,
|
||||||
// IDE
|
// IdeConfig
|
||||||
CompilerOptions;
|
CompilerOptions;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user