Actipro SyntaxEditor for WPF (英語版) のリリース

Released: Aug 20, 2019

2019.1 build 0682 での更新項目

機能

  • New in SyntaxEditor
    • Improved scrolling, zooming, and selection for touch-based input.
    • Improved DefaultWordBreakFinder's logic for handling surrogate pairs and symbols.
    • Improved the editor to more efficiently update itself on highlighting style registry changes.
    • Improved the search overview pane to immediately search again when a search option button is toggled, similar to how typing in the find what textbox already behaved.
    • Updated IntelliPrompt quick info and parameter info tips to use the...

Released: Jun 7, 2019

2019.1 build 0681 での更新項目

機能

  • Added a 'Multiple Selections / Carets' QuickStart.
  • Improved typing in the search overlay pane's find what textbox to select the next match in the editor view.
  • Improved keyboard shortcut processing logic in the search overlay pane.
  • Updated all language add-on IntelliPrompt quick info and parameter info tips to use current syntax highlighting colors.
  • Updated IntelliPrompt quick info and parameter info tips in the Metro Dark theme to use a dark background.
  • Updated IntelliPrompt quick info and...

Released: May 29, 2019

2019.1 での更新項目

機能

Cross-Platform Design

  • The internals of SyntaxEditor have been heavily refactored to support a cross-platform API across the WPF, UWP, and WinForms platforms. This allows SyntaxEditor features for the three platforms to be kept in sync moving forward. The 2019.1 UWP and WinForms versions of SyntaxEditor will follow later this year.

Carets and Selection

  • Multiple Selections
    • Multiple selections, each with their own caret, are now supported. A new selection can be added by holding the Ctrl key...

Released: May 24, 2019

2018.1 build 0676 での更新項目

機能

  • Added handling for any possible system exceptions that could arise from clipboard access.
  • Optimized tag aggregators to not raise a TagsChanged event when refreshing if there were no taggers before or after the refresh.

.NET Languages Add-on

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

Released: Mar 11, 2019

2018.1 build 0675 での更新項目

機能

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

不具合の修正

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

Python Language Add-on

  • Fixed an outlining bug that could occur with elif statements.

Released: Dec 13, 2018

2018.1 build 0674 での更新項目

機能

  • Updated the logic for interacting with system DataObjects.

Released: Oct 16, 2018

2018.1 build 0673 での更新項目

機能

  • Improved collapsible region highlighting logic.
  • .NET Languages Add-on - Improved IntelliPrompt when typing within lambda expressions.

不具合の修正

  • Fixed a bug where calling TextSnapshotReader.PeekTokenReverse at the end of a snapshot might not retain the document end token.

Released: Jul 24, 2018

2018.1 build 0672 での更新項目

機能

  • Updated several language add-on token tagger classes to better support syntax highlighting for other merged languages.

Released: Jun 8, 2018

2018.1 build 0671 での更新項目

機能

  • Updated SyntaxEditor to only show the drag-allowed pointer cursor when dragging over the text area portion of the control.

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