Silverlight Controls Changelog

What's new in Silverlight Controls 2017.2 Build 0222

Mar 2, 2018
  • Charts:
  • Updated the Axes topic with information on an optional display optimizations feature that is intended to remove anti-aliasing of lines, but can introduce jaggedness for smooth curves.
  • SyntaxEditor:
  • Updated the Tags and Classification Types topic with information on the new read-only region tag features for blocking text changes that border on a region.

New in Silverlight Controls 16.1.0203 (Nov 18, 2016)

  • Charts:
  • Fixed a bug where pointer axis labels would trigger unnecessary collision handling in certain scenarios.
  • Fixed a bug where using a grouped axis with a GroupingFunc and LabelFunc might lead to incorrect group slotting in certain scenarios.
  • SyntaxEditor:
  • 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 of the template range.
  • Updated decoration adomments to not render over collapsed ranges.
  • Updated the line number margin to use the default font family if no highlighting style font family is speci?ed.
  • Updated the TextBlock produced by the HtmlContentProvider to set the UIA ItemStatus attached property to its raw HTML content.
  • Updated the view so that Alt+clicking on a selection supports starting a drag.
  • Updated squiggle lines in printer views with syntax highlighting disabled to render in gray.
  • Updated IntelliPrompt code snippet template sessions to only watch for special keystrokes in the target view.
  • Updated CollectionTagger to implement INotifyCollectionChanged.
  • Updated how line-based text ranges are tracked, such as for bookmark indicators.
  • Updated the Toggle Outlining Expansion command logic to match clicking an outlining margin toggle expansion button, when present.
  • Updated view line rendering to better handle vertical tab characters.
  • Fixed a bug introduced in the previous build where the new line modi?cation mark tracking logic could throw an exception.
  • Fixed a bug with the CodeSnippetFolder.FindItemByShortcut case sensitivity logic.
  • .NET Languages Add-on:
  • Added support for blocks to be used in doc comments to support rendering of code snippets within a summary section.
  • Fixed a bug with the C# and VB text forrnatters where they wouldn't always leave an empty line at the document end.
  • Web Languages Add-on:
  • Fixed a bug with the JavaScript text forrnatter where it wouldn't always leave an empty line at the document end.
  • Fixed a bug with the JSON text forrnatter where it wouldn't always remove hitespace at the document end.
  • Shared:
  • Fixed a bug where CircularThumb didn't exit drag mode when pointer capture was lost.

New in Silverlight Controls 16.1.0202 (Aug 15, 2016)

  • CHARTS:
  • Fixed a bug where an exception could occur when an existing PieChart's template is reapplied in a certain scenano.
  • Syntax Editor:
  • 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 programmaticalIy-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 esult of two or more merged text changes.
  • Added the SyntaxEditor.CanBackspaceOverSpacesToTabStop property that can be set to false to only allow backspacing over a single character when ITextDocument.AutoConvertTabsToSpaces is true.
  • Added U1 automation peers for IntelliPrompt quick info, parameter info, and completion lists.
  • Added an overload for the IUndoHistory.Clear method that specifies whether to also reset all change tracking, and added the IUndoHistory.Cleared event.
  • Updated the ITextChange.CustomData property to be settable.
  • Updated line number display to adjust appropriater when the first characters in a line are completely collapsed without an intra-text adornment in their place.
  • Updated text drags to not scroll past the document end when the anScrollPastDocumentEnd option is enabled.
  • Fixed a bug where decoration adomments could render incorrectly when intersecting collapsed ranges.
  • Fixed a bug where deleting lines near the end of a document could cause the remaining line numbers to not refresh properly.
  • Fixed a bug where making the line number margin visible could initially render it with incorrect width.
  • Fixed a bug where line indicators didn't toggle properly on an empty line.
  • Fixed a bug where setting an invalid font family name could cause an exception if the line number margin was visible.
  • .NET Languages Add-on:
  • Fixed a bug where the resolver was working on the name of named attribute arguments.
  • Fixed a bug where documentation comments within a region directive block could prevent the region from being code outlined properly.
  • Web Languages Add-on:
  • Added a text fonnatter for the JSON language that beautifies the data.
  • Vlews:
  • Fixed a bug in animated panels where an element being re-added to the panel might not properly transition in.

New in Silverlight Controls 16.1.0201 (May 20, 2016)

  • Shared Library: Added the Progress Spinners topic with information on the new RingSpinner control.

New in Silverlight Controls 16.1.0200 (May 20, 2016)

  • SyntaxEditor: Updated the SyntaxEditor Image Source Providers topic with information on the new image sets that are included with SyntaxEditor and how to choose between them.

New in Silverlight Controls 15.1.0193 (May 20, 2016)

  • SyntaxEditor: Updated the SyntaxEditor Line Commenters topic with information on new features that allow for enhanced comment locating when uncommenting.

New in Silverlight Controls 15.1.0192 (May 20, 2016)

  • SyntaxEditor: Updated the Python Language Add-on's Automated IntelliPrompt topic with information on a new option to show the entire docstring instead of just the summary line.

New in Silverlight Controls 15.1.0190 (May 20, 2016)

  • SyntaxEditor: Added the Resolver topic with information on new Python resolver features.
  • SyntaxEditor: Updated the EditorSearchView topic with information on the new Find All button option.
  • Views: Added the TaskBoard topic with information on the new task board control.
  • Shared Library: Updated the Shapes topic with information on the new shapes and properties.

New in Silverlight Controls 14.2.0181 (May 20, 2016)

  • SyntaxEditor: Updated the Tags and Classification Types topic with information on the new read-only region tag features.
  • SyntaxEditor: Updated the Default Key Bindings topic with information on the newly added commands for moving selected lines.
  • Shared Library: Updated the Shapes topic with information on the new shapes.

New in Silverlight Controls 14.2.0180 (May 20, 2016)

  • Micro Charts: Added the Segment topic with information on the new segment chart control.
  • Micro Charts: Added the Trend Indicator topic with information on the new control.
  • SyntaxEditor: Added the Python Language Add-on set of topics for the new add-on.
  • SyntaxEditor: Updated the Delimiter Auto-Completion with information on quote completion.
  • Shared Library: Added the Shapes topic with information on the new shapes.

New in Silverlight Controls 14.1.0172 (May 20, 2016)

  • Charts: Updated the Axes topic with information on the new tick auto-calculation features.
  • SyntaxEditor: Updated the Navigable Symbol Provider topic with information on how to sort and return symbols via the newer object model.
  • SyntaxEditor: Updated the XML Language IntelliPrompt topic in the Web Languages Add-on documentation with information on the new navigable symbol provider service.
  • SyntaxEditor: Updated the Indent Providers topic with information on how to use the new close delimiter indent level feature.
  • Shared Library: Added the HorizontalListBox topic with information on the new control.
  • Shared Library: Added the UniformGrid topic with information on the new control.

New in Silverlight Controls 14.1.0170 (May 20, 2016)

  • SyntaxEditor: Updated the Indicators topic with information on the new bookmark enabled/disabled state features.
  • SyntaxEditor: Added the Lipsum Generator topic with information on the new 'Lorem Ipsum' placeholder text generator utility class.
  • SyntaxEditor: Updated the View Lines topic with information on how to enable editor resizing based on view line text content.
  • SyntaxEditor: Added the JSON Language topic with information on the new JSON language.
  • SyntaxEditor: Added the IntelliPrompt topic with information on the new JavaScript completion provider features.
  • SyntaxEditor: Updated the Indent Providers topic with information on the new square brace indentation features in the DelimiterIndentProvider class.
  • Shared Library: Added the RadialSlider and RingSlice topics with information on the new controls.

New in Silverlight Controls 13.2.0162 (May 20, 2016)

  • Charts: Updated the Data Point Labels topic with information on the new label positioning options.
  • SyntaxEditor: Updated the Selection topic with information on the new multi-line editing features with block selection.
  • SyntaxEditor: Added the Incremental Search topic with information on the new incremental search features.
  • SyntaxEditor: Added the Search Result Highlighting topic with information on the new search result highlighting features.