mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 05:02:25 +02:00
codetools: started utility unit laz
git-svn-id: trunk@37970 -
This commit is contained in:
parent
700e4c6176
commit
4d58e355b5
@ -29,7 +29,7 @@
|
|||||||
<License Value="GPL-2
|
<License Value="GPL-2
|
||||||
"/>
|
"/>
|
||||||
<Version Major="1" Release="1"/>
|
<Version Major="1" Release="1"/>
|
||||||
<Files Count="58">
|
<Files Count="59">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="Makefile"/>
|
<Filename Value="Makefile"/>
|
||||||
<Type Value="Text"/>
|
<Type Value="Text"/>
|
||||||
@ -261,8 +261,12 @@
|
|||||||
</Item57>
|
</Item57>
|
||||||
<Item58>
|
<Item58>
|
||||||
<Filename Value="unitdictionary.pas"/>
|
<Filename Value="unitdictionary.pas"/>
|
||||||
<UnitName Value="unitdictionary"/>
|
<UnitName Value="UnitDictionary"/>
|
||||||
</Item58>
|
</Item58>
|
||||||
|
<Item59>
|
||||||
|
<Filename Value="ctloadlaz.pas"/>
|
||||||
|
<UnitName Value="ctloadlaz"/>
|
||||||
|
</Item59>
|
||||||
</Files>
|
</Files>
|
||||||
<LazDoc Paths="docs"/>
|
<LazDoc Paths="docs"/>
|
||||||
<i18n>
|
<i18n>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit CodeTools;
|
unit CodeTools;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
@ -18,14 +18,14 @@ uses
|
|||||||
PascalReaderTool, PPUCodeTools, PPUGraph, PPUParser, ResourceCodeTool,
|
PascalReaderTool, PPUCodeTools, PPUGraph, PPUParser, ResourceCodeTool,
|
||||||
SourceChanger, SourceLog, StdCodeTools, OtherIdentifierTree,
|
SourceChanger, SourceLog, StdCodeTools, OtherIdentifierTree,
|
||||||
CodeToolsCfgScript, CTXMLFixFragment, CTUnitGraph, ChangeDeclarationTool,
|
CodeToolsCfgScript, CTXMLFixFragment, CTUnitGraph, ChangeDeclarationTool,
|
||||||
CodeToolsFPCMsgs, UnitDictionary, LazarusPackageIntf;
|
CodeToolsFPCMsgs, UnitDictionary, ctloadlaz, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('CodeTools', @Register);
|
RegisterPackage('CodeTools', @Register);
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user