Actipro SyntaxEditor for WPF
Updates the editor to support default font bold/italic settings.
Features
- Added syntax highlighting to collapsed region quick info tips created by the CollapsedRegionQuickInfoProvider language service.
- Added the CollapsedRegionQuickInfoProvider.IsSyntaxHighlightingEnabled property and added a parameter to the GetContent method.
- Added the IPrintSettings.AreCollapsedOutliningNodesAllowed property that can be set to true to allow collapsed outlining nodes in a printer view.
- Added the IPrintSettings.AreIndentationGuidesVisible property that can be set to true to allow indentation guides in a printer view.
- Added the IPrintSettings.AreSquiggleLinesVisible property that can be set to true to allow squiggle lines in a printer view.
- Improved the sample Markdown syntax language with better syntax highlighting.
- Improved the sample Dark.vssettings file.
- Updated SyntaxEditor to handle the ApplicationCommands.SelectAll command.
- Updated the TextExporterFactory.CreateRtf method to initialize the font family and size on the created IRtfTextExporter if they are specified in the Plain Text highlighting style.
- Updated IntelliPrompt completion lists to support image adaptation when not using CommonImageSourceProvider.
- Updated line modification marks to have a slightly smaller width.
- Updated AutoCaseCorrector to merge its text change into the previous text change, similar to how Microsoft Visual Studio does.
- Updated the Shift+MouseWheel input scrolling logic.
- Updated the editor to support default font bold/italic settings.
- Updated CollectionTagger's indexer to look for matches using value equality instead of reference equality.
- .NET Languages Add-on
- Updated the Roslyn extension's Microsoft.CodeAnalysis.Compilers reference to v3.7.0.
- Web Languages Add-on
- Improved the JSON syntax highlighting with a new classification type and related highlighting style for property names.