Actipro SyntaxEditor for WPF 2017.2 build 0663

Released: Jan 10, 2018

2017.2 build 0663 での更新項目

機能

  • Added the IReadOnlyRegionTag.IncludeFirstEdge and IncludeLastEdge properties, which can be set true to prevent edits on the borders of a tagged range.
  • Updated text formatters to better support apps with UI on multiple threads.
  • Improved OutliningManager's ability to handle mismatched outlining nodes.
  • Improved the IntelliPrompt quick info and parameter info layout logic to prevent overlap with the completion list when zoomed in.
  • 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 completion to not show or commit if the affected text range is within a read-only region.

Web Languages Add-on

  • Improved error handling in the JSON parser grammar.

不具合の修正

  • Fixed a bug where changing the system theme could prevent existing indicator glyphs from rendering.
  • Fixed a bug in the return value of ITextSnapshotReader.GoToNextWordStart when at the end of the snapshot.

.NET Languages Add-on

  • Fixed a bug where typing a dot at document end in a single-line comment could show a completion list.
  • Fixed a parameter info bug where starting to type an identifier that begins with keyword text would close the tip.

Python Language Add-on

  • Fixed a parameter info bug where starting to type an identifier that begins with keyword text would close the tip.