Actipro SyntaxEditor for Silverlight 新版本发表

Released: Oct 2, 2019

2018.1 build 0233 中的更新

特性

  • 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 Add-on

  • Improved resolver...

Released: Mar 11, 2019

2018.1 build 0232 中的更新

特性

  • 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 IServiceLocator.SyncRoot property, and updated SyntaxLanguage to be thread-safe for registering and unregistering services.

.NET Languages Add-on

  • Improved lock access to the assembly repository across multiple threads.

修补程序

  • Fixed a bug with code snippet template session selection adjustment in a certain scenario.

Python...

Released: Oct 16, 2018

2018.1 build 0231 中的更新

特性

  • 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 when typing within lambda expressions.

修补程序

  • Fixed a bug where tab/space indent measuring could be off.
  • Fixed a bug...

Released: May 17, 2018

2018.1 中的更新

特性

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

修补程序

  • Fixed a bug introduced in a previous build where IntelliPrompt quick info and parameter info sessions...

Released: Mar 1, 2018

2017.2 build 0223 中的更新

特性

  • 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-completion logic to self-close start tags if a '/' is typed.

修补程序

  • Fixed a bug where rendering issues could occur in a certain scenario when editing the same document in...

Released: Dec 29, 2017

2017.2 build 0222 中的更新

特性

  • 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 measuring is enabled.
  • Updated character column to be calculated based on space character width instead of average character width.
  • Updated IntelliPrompt...

Released: Oct 31, 2017

2017.2 build 0221 中的更新

特性

  • 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 triggering IntelliPrompt quick info.
  • Updated the Caret property to implement INotifyPropertyChanged and...

Released: Aug 22, 2017

2017.2 中的更新

特性

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

Released: Jun 28, 2017

2017.1 build 211 中的更新

特性

  • 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 14 syntax.
  • Updated the C# and...

Released: Mar 19, 2017

2017.1 build 0210 中的更新

特性

  • 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.
  • Updated the XmlReader used within HtmlContentProvider to not perform character...