Skip to content

Version 5.8: Enhancements

Compare
Choose a tag to compare
@wmjordan wmjordan released this 23 Oct 06:51
· 1524 commits to master since this release

What's new

In this new version, we've gotten some improvements and fixed some bugs.

  • General
    • Reduced download size by removing unused component dependencies
    • Upgraded referenced components
    • Small improvement of performance in some cases
    • Fixed some numeric values were not saved if modified by keyboard in the options page
    • Extracted web search options from Smart Bar to an individual page
    • Removed behavior of resetting comment tag labels and search engines if they were empty
  • Symbol list
    • Used syntax highlight color in symbol list
    • ➕ Added new analysis command Find inherited interfaces
    • Allowed to restrict some code analysis commands by pressing Ctrl key
  • Smart bar
    • Optimized behavior of Paste, Delete and some editorial commands
    • ➕ Added Find all reference command for C++ symbols
    • ➕ Added command to edit all matching
    • ➕ Added more shortcuts to open files in the output window
  • Syntax highlight
    • Fixed incorrect classification of sealed members
    • ➕ Added auto detection of VS theme color and loading syntax highlight theme accordingly at the first run
  • Navigation bar
    • ➕ Added new option to display members defined in base classes
    • Allowed using space delimited search keywords
    • Used incremental search for better performance when search symbols in project
  • Super Quick Info
    • Made better compatible with the recent versions of VS 2019
    • Made <seealso> tag rendered inline within section elements
    • Fixed <seealso href/> tag could cause error
    • Allowed multiple <example/> tags
    • Fixed <example/> option was not regardled
    • ➕ Added right click selected text in Quick Info to bring out web search menu
    • Fixed content could be clipped off in VS 2019
    • ➕ Supported <hr/> tag in C# XML Doc