Actipro SyntaxEditor for WPF 2020.1

Released: Oct 2, 2020

2020.1 での更新項目

機能

Microsoft .NET Core Assemblies

  • Control products now ship in both Microsoft .NET Framework 4.0 and Microsoft .NET Core 3.0 assembly variations. You will now be able to use native .NET Core-based Actipro assemblies in your .NET Core apps.

NuGet Packages

  • Another big request has been to supply NuGet packages for the controls. NuGet packages are published on nuget.org and contain both the .NET Core and .NET Framework variations of the assemblies.

SyntaxEditor

  • Added a guard against a possible InvalidOperationException from PointToScreen when repositioning IntelliPrompt popups.
  • Added a ThreadedParseRequestDispatcher constructor overload that allows for altering the thread priority.

不具合の修正

  • Fixed a bug where a double-clicked completion item might lead to a SyntaxEditor within a Popup to not regain mouse capture.
  • Fixed a bug where the selection in a non-active view of the current document didn't always update properly.