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"/> <PackageName Value="fpcunitconsolerunner"/>
</Item2> </Item2>
</RequiredPackages> </RequiredPackages>
<Units Count="15"> <Units Count="16">
<Unit0> <Unit0>
<Filename Value="runtestscodetools.lpr"/> <Filename Value="runtestscodetools.lpr"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
@ -110,6 +110,11 @@
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<UnitName Value="TestCTPas2js"/> <UnitName Value="TestCTPas2js"/>
</Unit14> </Unit14>
<Unit15>
<Filename Value="testchangedeclaration.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="TestChangeDeclaration"/>
</Unit15>
</Units> </Units>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>

View File

@ -39,7 +39,7 @@ uses
TestBasicCodetools, TestCTRangeScan, TestPascalParser, TestMethodJumpTool, TestBasicCodetools, TestCTRangeScan, TestPascalParser, TestMethodJumpTool,
TestStdCodetools, TestFindDeclaration, TestIdentCompletion, TestCompleteBlock, TestStdCodetools, TestFindDeclaration, TestIdentCompletion, TestCompleteBlock,
TestRefactoring, TestCodeCompletion, TestCompReaderWriterPas, TestRefactoring, TestCodeCompletion, TestCompReaderWriterPas,
fdt_arrays, TestCTPas2js; fdt_arrays, TestCTPas2js, testchangedeclaration;
const const
ConfigFilename = 'codetools.config'; ConfigFilename = 'codetools.config';