(Build b1086) - 29 Oct 2021
DEPENDENCY BROWSER
- Allow viewing all references instead of only dependent references for any non-file entity.
- Don't show references in the left-hand tree.
- Remove the configuration panel and move options into the toolbar and hamburger menu. Available grouping options have changed.
- Add a "Direct" grouping for direct references.
CODECHECK
- Added 13 more AUTOSAR checks.
INTERACTIVE GRAPHS
- UML Class Diagram truncates member object values at 128 characters to prevent crashes caused by labels that were too long.
ENTITY FILTER
- Convert unused object reports into entity filters.
DIFFVIEW
- Show message when contents are binary.
SEARCH
- Instant Search Results and Find in Files Results are both shown in the same Results window.
- Find in Files Results Options are supported for Instant Search Results.
STRICT C/C++ PARSER
- Fix member object references to the wrong instance.
VISUAL BASIC
- Fixed syntax error on some 'for each' statements.
PYTHON PARSER
- Made changes to support some new Python syntax in return, yield, and with statements.
- Fixed parser errors on some new f-string and with statement syntax.
- Added support for Python 3.9 decorators using expressions.