These maintenance releases for our WPF, WinForms, and UWP Controls focus on making many minor improvements across all the products. In addition, WPF's WindowChrome now allows it to render a backdrop with Mica or Acrylic materials when on a Windows 11 system.
A WPF Window with a WindowChrome Acrylic backdrop applied
See the related announcement posts for the detailed lists of enhancements and updates:
This version adds several exciting new features for SyntaxEditor, along with making numerous improvements to the control and its add-ons. Other minor updates are made to Docking/MDI, Editors, Grids, Ribbon, Shell, and Themes. Finally, Visual Studio 2022 designer support has been improved.
See the related announcement post for the detailed list of enhancements and updates.
Many customers have asked how two SyntaxEditor instances could be configured to work side-by-side for comparing files. We've included a new QuickStart that demonstrates comparing two files and highlighting differences in both editors.
The new sample showing how to use SyntaxEditor to implement file comparisons
Differences are updated in real-time as a file is edited. Our sample is built using simple interfaces to represent the file differences so that any difference engine could easily be adapted to work with the sample.
Column Guides
Use the new column guides feature to designate where line breaks should occur within a file to stay within any readability guidelines your company may have. For instance, a column guide might be set at column 80 or 120.
An example of editing COBOL code
Other syntax languages like COBOL may also require that certain data is at certain character positions and column guides provide a visual way to ensure code is positioned properly.
IntelliPrompt Completion Performance
We've done some more tuning in the completion item matching logic to squeeze out some additional performance gains.
Many customers have asked how two SyntaxEditor instances could be configured to work side-by-side for comparing files. We've included a new QuickStart that demonstrates comparing two files and highlighting differences in both editors.
The new sample showing how to use SyntaxEditor to implement file comparisons
Differences are updated in real-time as a file is edited. Our sample is built using simple interfaces to represent the file differences so that any difference engine could easily be adapted to work with the sample.
Column Guides
Use the new column guides feature to designate where line breaks should occur within a file to stay within any readability guidelines your company may have. For instance, a column guide might be set at column 80 or 120.
An example of editing COBOL code
Other syntax languages like COBOL may also require that certain data is at certain character positions and column guides provide a visual way to ensure code is positioned properly.
IntelliPrompt Completion Performance
We've done some more tuning in the completion item matching logic to squeeze out some additional performance gains.
This version contains many updates and improvements for SyntaxEditor and its add-ons, along with including .NET 5 assemblies in the NuGet packages, validating .NET 6 compatibility, and adding VS 2022 designer support.
See the related announcement post for the detailed list of enhancements and updates.
Projects that target .NET 5 or later will use the .NET 5-based assemblies, and projects that target .NET Framework 4.0 or later will use the .NET Framework 4.0-based assemblies.
.NET 6 Support
We’ve also validated that our assemblies work great in .NET 6 applications.
Visual Studio 2022 Designer Support
.NET Core 3.1 and .NET 5+ designer support has been added for Visual Studio 2022.
Our WPF, WinForms, and UWP controls have all been updated with new maintenance releases that are now ready for download. The maintenance releases focus on SyntaxEditor improvements and some other minor updates.
See these announcement posts for the detailed list of enhancements and updates: