Actipro SyntaxEditor for Universal Windows 2016.1 released

Released: May 13, 2016

Updates in this release

Updates in 2016.1

  • Added a Count property to all indicator managers.
  • Updated the regular expression engine to properly treat the \s character class as including line terminators.
  • Updated printer views to support ICollapsedRegionTags via a custom tagger, but not from code outlining.
  • Updated the completion and parameter info providers in all language add-ons to always call OnSessionOpening when appropriate, even when no session items were pre-populated.
  • Updated context menus to use MenuFlyout instead of PopupMenu.
  • Updated right taps to move the caret.
  • Updated IntelliPrompt popups to use the RequestedTheme value set on the SyntaxEditor.RequestedTheme property.
  • Updated cut/copy/paste/drag/drop to all support block and full line flags compatible with Visual Studio.
  • Added a try...catch around custom cursor loading to handle any possible external IOExceptions.
  • Fixed a bug where pressing Enter in the Insert Snippet popup might cause focus to leave the popup instead of committing a partially selected item.
  • Fixed a bug introduced in a previous release where some character hit testing might be off, and visible whitespace may not render correctly.
  • Fixed a bug introduced in a previous release where outlining indicators might not always repaint correctly.