ホーム / ニュース / Actipro SyntaxEditor for WinForms 23.1.0
Actipro SyntaxEditor for WinForms 23.1.0
.NET 7との互換性を追加し、IntelliPrompt ポップアップのマウス処理を改善
2月 9, 2023
新バージョン
機能
Validated Microsoft .NET 7 compatibility.
Added MetroDark color scheme.
Added MetroScrollBarRenderer which supports MetroLight and MetroDark color schemes.
Added IWindowsColorScheme interface that will replace most references to WindowsColorScheme.
Added IWindowsColorScheme.GetKnownColor method which can return a scheme-appropriate color for supported known colors and should be used instead of SystemColors to allow for proper color adaptation on dark schemes.
Added IUIRenderer.ColorScheme property to enable all renderers to derive appropriate colors from a color scheme.
Added MarkupLabel.LinkColor and MarkupLabel.ActiveLinkColor properties to determine the default color of link elements when explicit colors are not defined by the anchor element.
Improved high DPI support.
Removed OS-level support to detect Microsoft Windows XP color schemes. Windows 7 and earlier will report WindowsClassic color scheme. Windows 8 and newer will report MetroLight color scheme.
Improved scenarios where some controls might stop painting properly if exceptions were raised while painting was suspended.
Updated the argument names of DrawingHelper.DrawRoundedRectangle and FillRoundedRectangle from offsetX/offsetY to radiusX/radiusY to better communicate the expected values and improved rendering of both methods.
Updated all assemblies to be code-signed.
Updated Microsoft .NET Framework 4.0 targets to .NET Framework 4.6.2 since it is the most recent supported version of .NET Framework.
Updated Microsoft .NET 5 targets to .NET 6 since .NET 5 is out of support. Users can continue to use Microsoft .NET Core 3.1 targets for .NET 5 applications.
Added MetroSyntaxEditorRenderer which supports MetroLight and MetroDark color schemes.
Added support for CommonImageSet.MetroDark which will use variants of common images that are suitable for a dark application theme.
Added ITextSnapshot.GetWordText and GetWordTextRange method overloads which accept a TextOffsetAffinity argument.
Improved NavigableSymbolSelector to support dark color scheme.
Improved word-wrapped view lines to indent under their primary view line based on a new configurable SyntaxEditor.WrappedLineIndentAmount property. Updated the Word Wrap QuickStart to show off the new property.
Improved TextSnapshot.TextRangeToPositionRange performance for zero-length text ranges.
Improved keyboard-based context menu activation to display below the caret and respond to Shift+F10 shortcut.
Improved the logic of the move selected lines up and down commands.
Improved mouse handling on IntelliPrompt popups.
Updated the visible whitespace rendering logic to include non-breaking space characters.