Actipro SyntaxEditor for Silverlight 2017.2

Released: Aug 22, 2017

Atualizações na 2017.2

Recursos

  • 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 new adornments showing how to implement Visual Studio-like Code Lens (info display and hyperlink) and Peek Definition (embedded editor) features.
  • Added logic for unhandled clicks on intra-line adornments to move the caret to the owning view line.
  • Improved how vertical scrolling is implemented to better handle view lines of various sizes.
  • Improved editor view focus tracking logic.
  • Improved copy line functionality to better handle word wrap scenarios.
  • Improved move selected lines functionality to better handle word wrap scenarios.
  • Added the IOutliningManager.ApplyDefaultOutliningExpansion and ExpandAllOutlining methods, and related EditorCommands properties.

.NET Languages Add-on

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

Correções

  • 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.
  • Fixed a bug introduced in a previous version where a duplicate name exception could occur.