Actipro SyntaxEditor for WPF 2017.2

Released: Aug 3, 2017

Updates in 2017.2

Features

  • Added the IIntraLineSpacerTag interface that allows whitespace to be reserved above and/or below view lines.
  • Added the IntraLineAdornmentManagerBase class for implementing intra-line adornments.
  • Added the ITextViewLine.TopMargin, BottomMargin, and GetIntraLineSpacerTags members.
  • Added a new adornments QuickStart showing how to implement Visual Studio-like Code Lens (info display and hyperlink) features.
  • Added a new adornments QuickStart showing how to implement Visual Studio-like Peek Definition (embedded editor) features.
  • Improved how vertical scrolling is implemented to better handle view lines of various sizes.
  • Improved editor view focus tracking logic.
  • Added the IOutliningManager.ApplyDefaultOutliningExpansion and ExpandAllOutlining methods, and related EditorCommands properties.

.NET Languages Add-on

  • Added a new optional assembly that has Roslyn extensions for loading IBinaryAssembly instances that can be referenced by a project assembly, instead of using normal .NET reflection.
  • Added IntelliPrompt completion for object creation expression initializer member names.
  • Improved VB auto-indent logic when pressing space after certain keywords.
  • Improved VB Option statement lexing.
  • Improved VB IntelliPrompt completion logic.

Fixes

  • Fixed a bug where moving the caret to the end of single-line mode editor might scroll too far to the right.
  • Fixed a bug where the outlining manager could fall out of sync with collapsed outining node states in a certain scenario.