Actipro SyntaxEditor for Silverlight Releases

Released: Nov 17, 2016

Updates in 2016.1 build 0203

Features

  • Added the ZoomLevelIncrement property that controls the mouse wheel zoom step amount.
  • Added several UI automation peers for internal SyntaxEditor components.
  • Improved the IntelliPrompt completion list to try and keep the item matched by typing scrolled to the middle.
  • Improved undo selection restoration for programmatic text changes.
  • Improved outlining margin rendering and node toggle button logic.
  • Updated IntelliPrompt code snippet template sessions to close when typing occurs outside...

Released: Aug 10, 2016

Updates in 2016.1 build 0202

Features

  • Reimplemented and improved the line modification mark tracking logic, also added reverted change display capabilities.
  • Added the ITextChangeOptions.CanMergeIntoPreviousChange property, which can be set to true to indicate that a programmatically-created text change should be merged into the previous text change on the undo stack.
  • Added the ITextChange.IsMerged property that returns if a text change is the result of two or more merged text changes.
  • Added the SyntaxEditor...

Released: Feb 9, 2016

Updates in this release

Updates in 2016.1

  • Updated the TextSnapshotRange.TranslateTo method to properly handle the TextRangeTrackingModes.LineBased option.
  • Added the RangeLineCommenter.CommentTokenId property that can be set to the token ID of a range comment, which can assist in the comment locating logic for uncomment calls.
  • Added the virtual RangeLineCommenter.FindCommentTextRange method that can be overridden to implement advanced comment locating logic for uncomment calls.
  • Improved vertical scrollbar sync when the...

Released: Sep 25, 2014

Updates in this release

Updates in 2014.2

  • Six new built-in chart palette options, including Retro and Sand.
  • Updated the Country and Currency classes with the latest ISO data.
  • New custom property editor sample that shows how to easily add a custom property editor for a certain type.
  • Quote auto-completion support has been added to the DelimiterAutoCompleter class, with double quote completion enabled by default. As the user types a start quote, the related end quote will be auto-entered after the caret.
  • Support ASP-style...

Released: Oct 18, 2013

Updates in this release

Updates in 2013.2

  • Pie Chart - Supports multiple label positioning and display options, legend display, nesting of multiple series and hierarchical data.
  • Donut Chart - Supports multiple label positioning and display options, legend display, nesting of multiple series, hierarchical data and hole radius configuration.
  • Percentage Stacking Chart - When using stacking bar or area charts with the percentage axis option, the percentage value labels now display on the axis.
  • Improved Support for Touch...

Released: Apr 18, 2013

Updates in this release

Updates in 2013.1

  • Line Terminator Backgrounds - When a style encompasses a line terminator, render the background of the line terminator's virtual character.
  • Charts - Create stunning line, scatter, area and bar charts in your apps.
  • Code Indicators - Built-in indicators include bookmarks, breakpoints and current statement indicators. Custom indicators can also be created.
  • Trim Trailing Whitespace - Trim all trailing whitespace in an entire document, regardless of the current selection...