mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 18:39:30 +02:00
IDE: Order uses sections.
This commit is contained in:
parent
30ba61883f
commit
13845c7a92
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user