Actipro SyntaxEditor for UWP 2020.1 build 0353

Released: Feb 15, 2021

Updates in 2020.1 build 0353

Features

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

Fixes

  • Fixed a bug in the handling of a SyntaxEditor.HighlightingStyleRegistry property change.
  • Fixed a bug where Windows Narrator could crash when active and SyntaxEditor was focused.
  • Fixed a bug where an exception could be thrown in a certain scenario when programmatically collapsing outlining nodes.
  • Fixed a bug where the AdvancedTextBlock.HasToolTipOnOverflow property wasn't disabling the tooltip properly.
  • .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.