1.13.0
·
147 commits
to master
since this release
Added
- API:
AnonymousMethodNode::getDeclarationSectionmethod. - API:
AnonymousMethodNode::getStatementBlockmethod. - API:
AnonymousMethodNode::isEmptymethod.
Changed
- Include the global browsing path in unit import resolution.
- Reprioritize the analysis search path in the following order (highest to lowest):
- Referenced project files (
DCCReference) - Search path (
DCC_UnitSearchPath) - Debugger source path (
Debugger_DebugSourcePath) - Library path (
DelphiLibraryPath/DelphiTranslatedLibraryPath) - Browsing path (
DelphiBrowsingPath) - Standard library
- Analysis source files (
sonar.sources)
- Referenced project files (
- Empty anonymous methods are now ignored in
EmptyBlock. - Empty anonymous methods are now flagged in
EmptyRoutine.