Releases: menees/VsTools
Releases · menees/VsTools
2022.0.10
2022.0.9
2022.0.8
2022.0.7
2022.0.6
2022.0.5
2022.0.4
-
Apply highlight options changes. Commit 3f4aeb0 switched from MainPackage.GeneralOptions to .HighlightOptions, but I missed two places where the .GeneralOptions.Applied event was used. That meant changing .HighlightOptions properties wouldn't cause text to be reclassified (i.e., re-highlighted) without a restart.
-
Also, added default gray highlight rule for "CPM preview" message that's discussed at NuGet/Home#11724. This way the annoying preview message is rendered as gray text rather than normal text.
2022.0.3
2022.0.2
- Removed use of deprecated FindPattern API.
2022.0.1
- Initial release for VS 2022 RC or later.
- Rewrote Expand/CollapseAllRegions commands due to TextSelection.FindText bug in VS 2022 RC.
- Added support for Python #regions since built-in support wasn't working as of VS 2022 RC.