Lancements d'Actipro SyntaxEditor for WPF

Released: Mar 18, 2025

Mises à jour de 24.1.5

Fonctionnalités

  • Updated SyntaxEditor logic for pointer hovers.
  • Python Language Add-on
    • Updated how the resolver handles name conflicts.

Released: Dec 17, 2024

Mises à jour de 24.1.4

Fonctionnalités

  • Updated the Language Designer app to open a .langproj file when its full path is supplied via a command line argument.
  • Updated the Language Designer app to have splitters in the LL Parser Debugger pane.
  • Updated the IntelliPrompt completion list to announce the item count via UI accessibility readers.
  • Improved vertical scrollbar maximum calculation logic when word wrap is active.

.NET Languages Add-on

  • Updated IntelliPrompt tips to include documentation comment remarks sections for...

Released: Sep 10, 2024

Mises à jour de 24.1.3

Fonctionnalités

  • Updated all key processing to consistently handle modifier keys.
  • Updated the logic for pasting a full line when there is a selection to match current Visual Studio editor behavior.
  • Updated IntelliPrompt completion session logic for canceling the session if the placement bounds are no longer in view.
  • Updated data bindings to the SyntaxEditor.Text property to support OneWay mode.
  • Updated hit test logic.
  • .NET Languages Add-on
    • Updated IntelliPrompt tips to include documentation...

Released: Apr 24, 2024

Mises à jour de 24.1.2

Fonctionnalités

  • Updated visible whitespace tab arrows to only render when there is enough space.
  • Updated outlining margin rendering logic for view lines with intra-line spacers.

Released: Feb 26, 2024

Mises à jour de 24.1.1

Fonctionnalités

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

Released: Dec 5, 2023

Mises à jour de 23.1.4

Fonctionnalités

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

Correctifs

  • 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

Mises à jour de 23.1.3

Fonctionnalités

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

Correctifs

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

Released: Jun 12, 2023

Mises à jour de 23.1.1

Fonctionnalités

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

Correctifs

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

Released: Apr 19, 2023

Mises à jour de 23.1.0

Fonctionnalités

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

Released: Apr 4, 2023

Mises à jour de 22.1.5

Fonctionnalités

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