Lanzamientos de Actipro Silverlight Studio

Released: Oct 2, 2019

Actualizaciones en 2018.1 build 0233

Características

SyntaxEditor

  • Optimized tag aggregators to not raise a TagsChanged event when refreshing if there were no taggers before or after the refresh.
  • Added a guard against a possible exception in text view line visuals.

.NET Languages Add-on

  • Improved lock access to the assembly repository across multiple threads.
  • Improved resolver logic related to partial types.
  • Improved resolver logic related to member return types.
  • Improved resolver logic related to lambda parameters.

Python Language...

Released: Mar 11, 2019

Actualizaciones en 2018.1 build 0232

Características

Charts

  • Added the PieSeries.SliceToolTipFormat, SliceToolTipFunc, ChildSliceToolTipFormat, and ChildSliceToolTipFunc properties, which can be used to supply pie slice tooltips.
  • Updated stacked charts to show each data point's actual value in the label instead of the stacked value.

SyntaxEditor

  • Updated CompletionSession so that when auto-completing without the popup showing, it raises the Opened event in addition to the Closed event that was already raised.
  • Added the...

Released: Oct 16, 2018

Actualizaciones en 2018.1 build 0231

Características

  • Charts
    • Updated bar charts to pass the XYDataPoint as data context into the BarTemplate.
  • SyntaxEditor
    • Updated several language add-on token tagger classes to better support syntax highlighting for other merged languages.
    • Improved collapsible region highlighting logic.
    • LL(*) Parser Framework - Updated the IParserState.ReportError method to allow a higher-level parse error to overwrite an existing parse error at the same text position.
    • .NET Languages Add-on - Improved IntelliPrompt...

Released: May 17, 2018

Actualizaciones en 2018.1

Características

SyntaxEditor

  • Updated indicator margin glyph quick info to be based on the topmost glyph.
  • Added the IParameterInfoSession.HasSelectionChanged property.

.NET Languages Add-on

  • Improved IntelliPrompt parameter info to retain its current user-specified selection, if any, as the user makes text changes.
  • Added support for the C# 'dynamic' keyword to show in IntelliPrompt.
  • Adjusted the text formatting logic.

Shared

  • Made the Actipro license validation logic thread-safe.

Correcciones...

Released: Mar 1, 2018

Actualizaciones en 2017.2 build 0223

Características

Charts

  • Changed the ISeriesStyleSelector.SelectBarStyle method to be passed bar index and count, allowing for individual bars to be customized.

SyntaxEditor

  • Updated the free sample C#/VB syntax languages to support C# 6 and VB 14 enhancements.
  • Updated the HtmlContentProvider.GetContent method to catch any XmlExceptions that can occur from invalid markup.
  • Improved how IntelliPrompt code snippet template sessions handle indentation.

Web Languages Add-on

  • Improved the XML auto...

Released: Dec 29, 2017

Actualizaciones en 2017.2 build 0222

Características

Charts

  • Added property that determines if anti-aliasing of lines are reduced at the cost of making smooth curves more jagged.

SyntaxEditor

  • Added the IReadOnlyRegionTag.IncludeFirstEdge and IncludeLastEdge properties, which can be set true to prevent edits on the borders of a tagged range.
  • Improved OutliningManager's ability to handle mismatched outlining nodes.
  • Improved horizontal scrolling when the caret is near the view edges, and the editor is in single-line mode or view line...

Released: Oct 31, 2017

Actualizaciones en 2017.2 build 0221

Características

Charts

  • Updated the shape properties on line charts to use a round segment join.

SyntxEditor

  • Improved numerous edit actions to retain their final selection after the action goes through an undo/redo process.
  • Improved how Tab indenting is handled when there is a block selection.
  • Improved the Cut Line to Clipboard edit action to support multiple lines.
  • Updated the hit-testing mechanism to return a new result type for intra-line spacers, which prevents mouse hovers over them from...

Released: Aug 22, 2017

Actualizaciones en 2017.2

Características

SyntaxEditor

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

Released: Jun 28, 2017

Actualizaciones en 2017.1 build 211

Características

SyntaxEditor

  • Added a text area automation peer that wraps text area elements within an editor view.
  • Improved the rendering of squiggle lines to be bolder and more wave-like.
  • Updated paste logic to only allow a line-oriented paste if there is a zero-length selection.
  • Updated the default completion list item sort logic to use a current culture comparison instead of ordinal.

.NET Languages Add-on

  • Updated the C# parser to support C# 6 syntax.
  • Updated the VB parser to support VB...

Released: Mar 19, 2017

Actualizaciones en 2017.1 build 0210

Características

Charts

  • Updated labels to not render if their text is null.

SyntaxEditor

  • Improved the logic for determining when to scroll the completion list selection to the middle.
  • Improved the logic for determining when bookmark indicators should be hidden due to collapsed regions.
  • Updated IntelliPrompt code snippet template sessions to close if text is changed outside of the session, only in the focused view.
  • Updated code snippet field tooltips to support line feeds and word wrap when needed...