Actipro SyntaxEditor for WPF 25.1.1
Released: Jul 31, 2025
25.1.1 での更新項目
機能
SyntaxEditor
- Improved selection adjustment logic after text changes.
- Updated IntelliPrompt completion list rendering to slightly improve performance.
- Updated the recently added IIntraTextSpacerTag.IsSpacerBefore property to have a default implementation in .NET.
.NET Languages Add-on
- Improved handling of interpolated string expressions.
- Updated the resolver to properly locate local functions declared in scope but after the context location.
Python Language Add-on
- Added an IncludeSourceLocation option on Python IntelliPrompt providers that can be set to false to hide the source module path.
- Updated IntelliPrompt to display docstrings defined for fields and variables.
- Updated the Python parser to support Python v3.11 syntax.
- Updated the Python parser to support Python v3.10 syntax.
Shared
- Refactored ResizablePopupContentHost to facilitate virtualization in some scenarios.
- Updated UICommand*WindowText string resources to have underscores for menu item accelerator support, and added new UI*ButtonToolTip string resources for use with window title bar buttons.
不具合の修正
Shared
- Fixed an issue where Avatar wasn't deriving initials for e-mail addresses properly.