mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 13:49:32 +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
|
||||
"/>
|
||||
<Version Major="1" Release="1"/>
|
||||
<Files Count="58">
|
||||
<Files Count="59">
|
||||
<Item1>
|
||||
<Filename Value="Makefile"/>
|
||||
<Type Value="Text"/>
|
||||
@ -261,8 +261,12 @@
|
||||
</Item57>
|
||||
<Item58>
|
||||
<Filename Value="unitdictionary.pas"/>
|
||||
<UnitName Value="unitdictionary"/>
|
||||
<UnitName Value="UnitDictionary"/>
|
||||
</Item58>
|
||||
<Item59>
|
||||
<Filename Value="ctloadlaz.pas"/>
|
||||
<UnitName Value="ctloadlaz"/>
|
||||
</Item59>
|
||||
</Files>
|
||||
<LazDoc Paths="docs"/>
|
||||
<i18n>
|
||||
|
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit CodeTools;
|
||||
unit CodeTools;
|
||||
|
||||
interface
|
||||
|
||||
@ -18,14 +18,14 @@ uses
|
||||
PascalReaderTool, PPUCodeTools, PPUGraph, PPUParser, ResourceCodeTool,
|
||||
SourceChanger, SourceLog, StdCodeTools, OtherIdentifierTree,
|
||||
CodeToolsCfgScript, CTXMLFixFragment, CTUnitGraph, ChangeDeclarationTool,
|
||||
CodeToolsFPCMsgs, UnitDictionary, LazarusPackageIntf;
|
||||
CodeToolsFPCMsgs, UnitDictionary, ctloadlaz, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
end;
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('CodeTools', @Register);
|
||||
RegisterPackage('CodeTools', @Register);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user