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
runtestscodetools.inc
runtestscodetools.lpi
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
testcth2pas.pas
testctpas2js.pas
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
teststdcodetools.pas