(Build b1074) - 16 Jul 2021
GENERAL
- Fix crash on very large databases.
- Information Browser - fix failure to show values as binary on macOS and Linux
SEARCH
- Find-in-files: Fix potential crash when showing the find-in-files dialog before opening a database.
API
- Add support for c++14 digit separators in c++ lexer api.
- Fixed api lexer when handling multi-byte characters that appear at the end of a line.
GRAPHS
- Fix control flow graph styled text truncating multibyte characters.
WEB/JAVASCRIPT PARSER
- Fixed bug where unnamed functions sometimes had a ‘same name’ field in the Information Browser.
- Removed unneeded ambiguous method entities for unnamed methods.
BASIC LANGUAGE GENERAL
- Add Members IB field for Basic Modules.
FUZZY C/C++ PARSER
- Fix multi-language linkage in the fuzzy parser involving an “extern C” function declared in a namespace.
- Fix prepend/append actions for fuzzy parser multi-language linkage.
FORTRAN PARSER
- Fixed bug where C calls to Fortran subroutines were not resolved.