Actipro SyntaxEditor for WPF 21.1.0

Released: Feb 18, 2021

21.1.0 での更新項目

機能

  • Added the ability to customize the macro recording mechanism. Updates include a new IMacroAction interface, making the default MacroRecording object public, adding a virtual SyntaxEditor.CreateMacroRecording method and more.
  • Added the SyntaxEditor.ViewActionExecuting event that is raised immediately before an edit action occurs within an editor view, allowing the action to be canceled.
  • Improved exception reporting for an invalid dynamic lexer regular expression pattern range.
  • Validated Microsoft .NET 5 compatibility.
  • Updated Microsoft .NET Core assemblies to target .NET Core 3.1 instead of .NET Core 3.0.
  • Updated Microsoft .NET Framework assemblies to target .NET Framework 4.5.2 instead of .NET Framework 4.0.
  • Modernized offline documentation, and introduced online documentation on the Actipro web site.
  • Created a new 'WPF-Controls' GitHub repository with the full source of documentation topics, samples and other code.

不具合の修正

  • Fixed a bug in the handling of a SyntaxEditor.HighlightingStyleRegistry property change.
  • Fixed a bug where an exception could be thrown in a certain scenario when programmatically collapsing outlining nodes.
  • Removed the optional ANTLR and Irony integration samples from the installer due to the related add-ons being deprecated.
  • .NET Languages Add-on
    • Fixed a bug where an outer type's members could incorrectly appear in the IntelliPrompt completion list in a certain scenario.