lazarus/components/codetools/tests
Martin e1dc8a96d9 Codetool: prevent recursion in ResolveBaseTypeOfIdentifier. Issue 39897
`fdfFunctionResult` will cause `FindExpressionTypeOfTerm` to `ResolveChildren` and recurse forever if the node starts with open brackets. If the cursor is not on an identifier, it should not be a function and the flag is not needed.
2022-10-26 14:58:42 +02:00
..
fpcsrctest
fpctests
laztests Codetool: prevent recursion in ResolveBaseTypeOfIdentifier. Issue 39897 2022-10-26 14:58:42 +02:00
moduletests Codetools: Include fdfSearchInAncestors when resolving aliases, specializations or properties. "procedure SearchIdentifier" in "TFindDeclarationTool.FindBaseTypeOfNode". Fix issue #39498 2022-03-11 16:59:29 +01:00
.gitignore codetools: fixed parsing sub proc of anonymous proc 2021-11-18 22:40:39 +01:00
runtestscodetools.inc
runtestscodetools.lpi codetools: less hints 2021-02-28 22:12:36 +00:00
runtestscodetools.lpr Codetools: Fix testcase. Added "filemask" as long-option, so example invocations from unit TestFindDeclaration will work. 2022-03-11 16:59:30 +01:00
testbasiccodetools.pas
testcfgscript.pas
testchangedeclaration.pas
testcodecompletion.pas Codetools: Tests for: Keep empty () on code completion. Issue #39712. 2022-07-06 22:33:47 +02:00
testcompleteblock.pas
testcompreaderwriterpas.pas codetools: test RenameIdentifier 2021-04-12 18:49:28 +00:00
testcth2pas.pas
testctpas2js.pas codetools: fixed tests when no pas2js found 2021-12-03 12:05:40 +01:00
testctrangescan.pas
testctxmlfixfragments.pas
testfinddeclaration.pas CodeTools, tests: run "bug*" tests too. 2022-10-26 14:54:02 +02:00
testglobals.pas
testidentcompletion.pas
testmethodjumptool.pas
testpascalparser.pas codetools: fixed some tests 2022-06-17 17:35:23 +02:00
testrefactoring.pas codetools: test rename proc 2021-04-17 11:21:39 +00:00
teststdcodetools.pas