Actipro SyntaxEditor for WPF 22.1.5
Released: Apr 4, 2023
22.1.5 버젼 업데이트
기능
- Validated Microsoft .NET 7 compatibility.
- Updated SyntaxEditor-related NuGet packages to properly support cross-platform Microsoft .NET 5.0.
- Added ITextSnapshot.GetWordText and GetWordTextRange method overloads that accept a TextOffsetAffinity argument.
- Added the CodeSnippetSelectionSession.RequestNavigate event, which can be used to handle description tip link clicks.
- Improved the logic of the move selected lines up and down commands.
- Updated pointer interaction in an editor view to quit if the view is unable to be focused.
수정사항
- Fixed an issue where setting SyntaxEditor.HasSearchOverlayPaneKeyBindings to false didn't prevent a couple ApplicationCommands with built-in key bindings from showing the search overlay pane.
- Fixed an issue where typing in a block selection than spanned multiple word-wrapped view lines for the same single document line didn't yield expected results.
- Fixed an issue where IntelliPrompt parameter info could flicker slightly while editing.