1.13.0
·
108 commits
to master
since this release
Added
- API:
AnonymousMethodNode::getDeclarationSection
method. - API:
AnonymousMethodNode::getStatementBlock
method. - API:
AnonymousMethodNode::isEmpty
method.
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
.