このページは既にアーカイブ化され、その後の更新はありません。

この製品の販売は終了しました。

Actipro Silverlight Studio (英語版)

Silverlightフレームワーク用の高度なユーザーインターフェイスコントロール(構文エディタ、高度なパネル、メニュー等)をバンドルしたスイート

Actipro Software 社の製品
2002 年より日本国内にてComponentSourceで販売中。

バージョン: 2018.1 build 0233 更新日: Oct 2, 2019

Actipro Silverlight Studio 2016.1 released

Released: Feb 9, 2016

Updates in this release

Updates in 2016.1

Charts

  • Improved the axis label measuring logic.

SyntaxEditor

  • 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 view height changes.
  • Updated selection so ranges programmatically set past the document end coerce back to the document end.
  • Fixed a bug introduced in the previous build where a tab couldn't be inserted on an empty last line.
  • Refactored priority-based handling for several events.
  • Improved iterative statement error handling in the Getting Started #4c/d QuickStart grammars.
  • Made numerous internal code updates to improve performance.

.NET Languages Add-on

  • Improved the VB resolver to support imports of types.

Web Languages Add-on

  • Updated the XML grammar to allow whitespace between an attribute name and the equal sign.
  • Updated the XML line commenter with improved logic for locating comments when uncommenting.