mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 03:20:38 +02:00
codetools: added AddProcModifier
git-svn-id: trunk@57913 -
This commit is contained in:
parent
aed34f64ed
commit
ce26461eaa
@ -38,7 +38,7 @@
|
||||
<PackageName Value="fpcunitconsolerunner"/>
|
||||
</Item2>
|
||||
</RequiredPackages>
|
||||
<Units Count="15">
|
||||
<Units Count="16">
|
||||
<Unit0>
|
||||
<Filename Value="runtestscodetools.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
@ -110,6 +110,11 @@
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="TestCTPas2js"/>
|
||||
</Unit14>
|
||||
<Unit15>
|
||||
<Filename Value="testchangedeclaration.pas"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<UnitName Value="TestChangeDeclaration"/>
|
||||
</Unit15>
|
||||
</Units>
|
||||
</ProjectOptions>
|
||||
<CompilerOptions>
|
||||
|
@ -39,7 +39,7 @@ uses
|
||||
TestBasicCodetools, TestCTRangeScan, TestPascalParser, TestMethodJumpTool,
|
||||
TestStdCodetools, TestFindDeclaration, TestIdentCompletion, TestCompleteBlock,
|
||||
TestRefactoring, TestCodeCompletion, TestCompReaderWriterPas,
|
||||
fdt_arrays, TestCTPas2js;
|
||||
fdt_arrays, TestCTPas2js, testchangedeclaration;
|
||||
|
||||
const
|
||||
ConfigFilename = 'codetools.config';
|
||||
|
Loading…
Reference in New Issue
Block a user