codetools: added AddProcModifier

git-svn-id: trunk@57913 -
This commit is contained in:
mattias 2018-05-13 09:57:27 +00:00
parent aed34f64ed
commit ce26461eaa
2 changed files with 7 additions and 2 deletions

View File

@ -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>

View File

@ -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';