mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 00:37:11 +01:00
IDE: clean up
git-svn-id: trunk@22884 -
This commit is contained in:
parent
a8af53b8b2
commit
e26fe2aaa0
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -417,7 +417,6 @@ components/codetools/codetoolmemmanager.pas svneol=native#text/pascal
|
||||
components/codetools/codetools.inc svneol=native#text/pascal
|
||||
components/codetools/codetools.lpk svneol=native#text/plain
|
||||
components/codetools/codetools.pas svneol=native#text/plain
|
||||
components/codetools/codetools1.pas svneol=native#text/plain
|
||||
components/codetools/codetoolsconfig.pas svneol=native#text/plain
|
||||
components/codetools/codetoolsstrconsts.pas svneol=native#text/pascal
|
||||
components/codetools/codetoolsstructs.pas svneol=native#text/pascal
|
||||
|
||||
@ -1,31 +0,0 @@
|
||||
{ This file was automatically created by Lazarus. do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit CodeTools1;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
BasicCodeTools, CacheCodeTools, CCodeParserTool, CodeAtom, CodeBeautifier,
|
||||
CodeCache, CodeCompletionTool, CodeGraph, CodeTemplatesTool,
|
||||
CodeToolManager, CodeToolMemManager, CodeToolsConfig, CodeToolsStrConsts,
|
||||
CodeToolsStructs, CodeTree, CustomCodeTool, DefineTemplates, DirectivesTree,
|
||||
DirectoryCacher, EventCodeTool, ExprEval, ExtractProcTool, FileProcs,
|
||||
FindDeclarationCache, FindDeclarationTool, H2PasTool, IdentCompletionTool,
|
||||
KeywordFuncLists, Laz_DOM, Laz_XMLCfg, Laz_XMLRead, Laz_XMLStreaming,
|
||||
Laz_XMLWrite, LFMTrees, LinkScanner, MethodJumpTool, MultiKeyWordListTool,
|
||||
NonPascalCodeTools, PascalParserTool, PascalReaderTool, PPUCodeTools,
|
||||
PPUGraph, PPUParser, ResourceCodeTool, SourceChanger, SourceLog,
|
||||
StdCodeTools, AllCodeToolUnits, CodeIndex, FindOverloads, PascalExpr,
|
||||
LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('CodeTools1', @Register);
|
||||
end.
|
||||
Loading…
Reference in New Issue
Block a user