Actipro SyntaxEditor for WPF (英語版) のリリース

Released: Feb 26, 2024

24.1.1 での更新項目

機能

  • Updated and added UIA peers for numerous controls to better support accessibility updates in .NET 8.
  • API documentation is now based on assemblies that target Microsoft .NET 6 (previously .NET Framework).
  • The Sample Browser application included with the installer will now multi-target .NET Framework 4.6.2 and .NET 6.
  • Removed official support for Microsoft Visual Studio 2017 although users should still be able to continue using the IDE for their own applications. Sample Browser requires Visual...

Released: Dec 5, 2023

23.1.4 での更新項目

機能

  • Improved logic that retrieves language services.
  • Updated IME logic.

不具合の修正

  • Fixed an issue where moving the caret to a new view line while IntelliPrompt parameter info was displayed wouldn't reposition the popup.

Released: Sep 11, 2023

23.1.3 での更新項目

機能

  • Updated the IntelliPrompt completion list description tip to announce in screen reader apps.
  • Updated OverlayPaneCollection.AddSearch to close any existing overlay panes before adding the SearchOverlayPane.

不具合の修正

  • Fixed an issue where IME composition wouldn't work if SyntaxEditor was in a Popup.

Released: Jun 12, 2023

23.1.1 での更新項目

機能

  • Updated IntelliPrompt completion list to announce the current selection in screen reader apps.

不具合の修正

  • Fixed an issue with view line offset to character index calculation logic.

Released: Apr 19, 2023

23.1.0 での更新項目

機能

  • 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.
  • Updated Microsoft .NET Framework 4.5.2 and 4.6.1 targets to .NET Framework 4.6.2 since it is the most recent supported version of .NET Framework.
  • Updated SyntaxEditor-related NuGet packages to properly support cross-platform .NET 6.0.
  • Updated all assemblies to be code-signed.
  • Updated the caret blink timer's dispatcher priority to produce...

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...

Released: Nov 11, 2022

22.1.4 での更新項目

機能

  • Added the SearchOverlayPane.ApplyStringResources method that can update the pane's UI strings after a string resource change.
  • Improved TextSnapshot.TextRangeToPositionRange performance for zero-length text ranges.
  • Updated the visible whitespace rendering logic to include non-breaking space characters.

不具合の修正

  • Fixed an issue where regex character classes ending in a hyphen were sometimes parsed as an incomplete range.
  • Fixed an issue where a selection-based search scope range may show up...

Released: Sep 8, 2022

22.1.3 での更新項目

機能

  • Added the EditorCommands.AddNextOccurrenceToSelection edit action (bound to Ctrl+D by default), and the related IEditorViewSelection.AddNextOccurrence method. This new feature adds the next occurrence of the currently-selected text to the selection, or selects the current word if there is no selection.
  • Refactored the IntelliPrompt completion session's Shorthand item matcher algorithm, resulting in a significant performance improvement, especially when used with the CanFilterUnmatchedItems...

Released: May 27, 2022

22.1.2 での更新項目

機能

  • Refactored built-in indicator glyphs' appearances, dark theme coloring and z-order.
  • Improved SyntaxEditor fonts resource support to allow relative paths that begin with a slash.
  • Updated IntelliPrompt completion item sorting logic.
  • Updated the sample CSS syntax language lexer.
  • Updated SyntaxEditor to bind its search overlay pane functionality to the ApplicationCommands.Find and Replace commands.
  • Improved the product installer.
  • Changed the product installer to install shortcuts and samples to...

Released: Mar 15, 2022

22.1.1 での更新項目

機能

  • Improved Microsoft Visual Studio 2022 designer support.
  • Added a new Column Guides feature to designate where line breaks should occur.
  • Added a new Compare Files QuickStart to demonstrate side-by-side file comparison.
  • Improved logic for adding manual outlining nodes.
  • Improved SyntaxEditor to support fonts included as resources.
  • Improved HighlightingStyleRegistry.Import to match classification types by key and to ignore colors defined as '0x01000000'.
  • Improved NavigableSymbolSelector to update...