Actipro SyntaxEditor for UWP のリリース
Released: Aug 22, 2017
2017.2 での更新項目
機能
- Added IIntraLineSpacerTag interface that allows whitespace to be reserved above and/or below view lines.
- Added IntraLineAdornmentManagerBase class for implementing intra-line adornments.
- Added 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 the caret...
Released: Jun 28, 2017
2017.1 build 311 での更新項目
機能
- 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 20, 2017
2017.1 build 0310 での更新項目
機能
- 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...
Released: Nov 17, 2016
2016.1 build 0306 での更新項目
機能
- Added the ZoomLevelIncrement property that controls the mouse wheel zoom step amount.
- Added several UI automation peers for internal SyntaxEditor components.
- Improved the IntelliPrompt completion list to try and keep the item matched by typing scrolled to the middle.
- Improved undo selection restoration for programmatic text changes.
- Improved outlining margin rendering and node toggle button logic.
- Updated IntelliPrompt code snippet template sessions to close when typing occurs outside of the...
Released: Aug 13, 2016
2016.1 build 0305 での更新項目
機能
- Reimplemented and improved the line modification mark tracking logic, also added reverted change display capabilities.
- Added the ITextChangeOptions.CanMergeIntoPreviousChange property, which can be set to true to indicate that a programmatically-created text change should be merged into the previous text change on the undo stack.
- Added the ITextChange.IsMerged property that returns if a text change is the result of two or more merged text changes.
- Added the SyntaxEditor...
Released: May 13, 2016
Updates in this release
Updates in 2016.1
- Added a Count property to all indicator managers.
- Updated the regular expression engine to properly treat the \s character class as including line terminators.
- Updated printer views to support ICollapsedRegionTags via a custom tagger, but not from code outlining.
- Updated the completion and parameter info providers in all language add-ons to always call OnSessionOpening when appropriate, even when no session items were pre-populated.
- Updated context menus to use MenuFlyout...