(Build b1060) - 26 Mar 2021
GENERAL
- Update the document (editor) history to include all document windows instead of only editor and graph windows.
- For released windows, merge the corner menu button into the toolbar menu button for windows with a toolbar menu button.
CODECHECK
- Completed check for Effective C++ Item 33: Avoid hiding inherited names.
- Added functionality to upper limit check to include while loops
WEB/JAVASCRIPT PARSER
- Made changes to improve handling of nested class properties.
- Made changes to better handle module exports of arrow functions.
- Fixed syntax errors on use of keywords and string literals as class method names.
- Added ‘method’ to the displayed kind name for function methods.
EDITOR
- For Git file history, ensure the working copy is always reachable even when there are no changes.
- Add a toolbar to editor windows.