(Build b1046) - 11 Dec 2020
C# PARSER
- Fixed syntax errors on some query expressions.
STRICT PARSER
- Fix failure to record statement count metrics for lambda functions
- Avoid counting implicit lambda record declarations as explicit declarative statements
- Avoid counting all lines inside of lambda expressions as executable
JAVA PARSER
- Added support for Java 14 switch expressions and new switch label syntax.
GENERAL
- Automatically reload externally modified files. If the externally modified file has unsaved edits, show a diff view.
CHANGELOCATOR
- Remember column widths in Changed Entities Locator.
TAG
- Change cluster graphs to only redraw for tag changes that affect the graph instead of redrawing for any tag change.
SCOPELIST
- Fix scope list toolbar resize on Mac.