Version 7.7: Syntax highlight improvements
Download
NOTE: The configuration file format is incompatible with previous version, some syntax highlight elements are using different names. Please backup your syntax highlight styles before installing the new beta, in case when you want to rollback to previous version.
What's new
- General
- 🐞 Fix upgrade dialog got buried under VS main window (#285)
- ⚙️ Tweak variant palette to include full saturation variance in Color Picker dialog
- ⚙️ Make Hide Search Box option work against the new All-in-One search button
- Syntax Highlight
- 🆕 Add new syntax highlight styles for C# nested types and C# variable captured expressions
- 🆕 Automatically adjust style brightness when switching between bright and dark VS themes (#282)
- 🆕 An indicator icon for customized syntax styles in customization window (#287)
- 🐞 Hide syntax irrelevant entries from the customization window (#287)
- 🐞 Workaround for an issue that breaks semantic highlight on brace and parentheses when punctuation color is specified--by removing the punctuation color specifically
- 🐞 Fix crash in customization window due to extremely small font size (#293)
- ⚙️ Remove highlight after switching off advanced highlight (#282)
- ⚙️ Do not reopen customization window after syntax theme changes
- ⚙️ Tweak precedence of C# sealed member and private member (#292)
- ⚙️ Order "all languages" category in customization window by priority from high to low
- Super Quick Info
- ⚙️ Automatically adjust big icon size in C# Quick Info according to tooltip font size (#276)
- 🐞 Fix some potential crashes
- Smart Bar
- ⚙️ Do not show Smart Bar when working with the mini Find and Replace dialog
- ⚙️ Markdown Smart Bar now by default uses asterisk pairs to mark italic style instead of underscore pairs
- 🐞 Fix wrap text with Ctrl or Shift key down keeps selecting previously wrapped text