mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 18:00:26 +02:00
ide: cleanup
git-svn-id: trunk@17096 -
This commit is contained in:
parent
c7dc05e527
commit
b98f8156f9
@ -37,8 +37,7 @@ uses
|
||||
// RTL, FCL
|
||||
Classes, SysUtils,
|
||||
// LCL
|
||||
Buttons, ComCtrls, Controls, Dialogs, ExtCtrls, Forms, Graphics, FileUtil,
|
||||
GraphType, LCLIntf, LCLProc, LCLType, LResources, StdCtrls, Spin,
|
||||
Controls, Graphics, LCLProc, FileUtil, LResources,
|
||||
// synedit
|
||||
SynEdit, SynEditAutoComplete, SynEditHighlighter, SynEditKeyCmds,
|
||||
SynEditStrConst,
|
||||
@ -49,10 +48,10 @@ uses
|
||||
// codetools
|
||||
LinkScanner, CodeToolManager, Laz_XMLCfg,
|
||||
// IDEIntf
|
||||
IDECommands, IDEWindowIntf, SrcEditorIntf, IDEImagesIntf, IDEOptionsIntf,
|
||||
IDECommands, IDEWindowIntf, SrcEditorIntf, IDEOptionsIntf,
|
||||
// IDE
|
||||
LazarusIDEStrConsts, IDEOptionDefs, IDEProcs, InputHistory, KeyMapping,
|
||||
KeymapSchemeDlg, KeyMapShortCutDlg, LazConf, ButtonPanel;
|
||||
KeymapSchemeDlg, KeyMapShortCutDlg, LazConf;
|
||||
|
||||
type
|
||||
TPreviewPasSyn = TSynFreePascalSyn;
|
||||
@ -564,9 +563,6 @@ implementation
|
||||
uses
|
||||
IDEContextHelpEdit;
|
||||
|
||||
var
|
||||
imgKeyCategory, imgKeyItem: Integer;
|
||||
|
||||
const
|
||||
ValidAttribChars = ['a'..'z', 'A'..'Z', '_', '0'..'9'];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user