IDE: Order uses sections.

This commit is contained in:
Juha 2021-10-09 03:47:56 +03:00
parent 30ba61883f
commit 13845c7a92
4 changed files with 27 additions and 9 deletions

View File

@ -35,10 +35,14 @@ uses
// LCL
LCLProc, Controls, Forms,
RegisterLCL, // register LCLBase
// LazControls
LazControls,
// IdeIntf
ObjectInspector, FormEditingIntf, IDECommands,
// IDE
ObjectInspector, Designer, IDECommands, FormEditingIntf, CustomFormEditor,
Designer, CustomFormEditor,
// register IDE base packages
LazarusPackageIntf, PkgRegisterBase, allsynedit, LazControls;
LazarusPackageIntf, PkgRegisterBase, allsynedit;
type

View File

@ -31,11 +31,13 @@ uses
Clipbrd, EditBtn, ExtCtrls,
// LazControls
TreeFilterEdit,
// BuildIntf
IDEOptionsIntf,
// IdeIntf
IDEOptionsIntf, IDEOptEditorIntf, IDEImagesIntf, SrcEditorIntf,
IDEOptEditorIntf, IDEImagesIntf, SrcEditorIntf, IDECommands,
// IDE
EditorOptions, LazarusIDEStrConsts, editor_general_options,
KeymapSchemeDlg, KeyMapping, IDECommands, KeyMapShortCutDlg;
KeymapSchemeDlg, KeyMapping, KeyMapShortCutDlg;
type

View File

@ -31,10 +31,15 @@ unit KeyMapShortCutDlg;
interface
uses
Classes, SysUtils, LCLProc, Forms, Controls, Graphics, Dialogs,
ExtCtrls, StdCtrls, LCLType,
Classes, SysUtils,
// LCL
LCLType, Forms, Controls, Graphics, Dialogs, ExtCtrls, StdCtrls, Buttons, ButtonPanel,
// LazUtils
LazLoggerBase,
// IdeIntf
PropEdits, IDECommands, IDEWindowIntf, IDEDialogs,
KeyMapping, LazarusIDEStrConsts, Buttons, ButtonPanel;
// IDE
KeyMapping, LazarusIDEStrConsts;
type

View File

@ -5,8 +5,15 @@ unit MouseActionDialog;
interface
uses
Classes, Forms, Controls, ExtCtrls, StdCtrls, ButtonPanel, Spin, CheckLst,
SynEditMouseCmds, LazarusIDEStrConsts, KeyMapping, IDECommands, types, EnvironmentOpts;
Classes, Types,
// LCL
Controls, Forms, ExtCtrls, StdCtrls, ButtonPanel, Spin, CheckLst,
// SynEdit
SynEditMouseCmds,
// IdeIntf
IDECommands,
// IDE
LazarusIDEStrConsts, KeyMapping, EnvironmentOpts;
var
ButtonName: Array [TSynMouseButton] of String;