Actipro SyntaxEditor for WPF (英語版) のリリース
Released: Mar 1, 2018
2017.2 build 0665 での更新項目
機能
- 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.
- Updated the HighlightingStyleRegistry.ImportHighlightingStyles method with special code snippet handling logic, and updated the samples' Dark.vssettings file with code snippet entries.
- Updated logic in the ruler margin to help prevent against possible exceptions.
- Improved how IntelliPrompt code...
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...
Released: Oct 31, 2017
2017.2 build 0662 での更新項目
機能
- 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 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 raise...
Released: Aug 22, 2017
2017.2 build 661 での更新項目
機能
- Added logic for unhandled clicks on intra-line adornments to move the caret to the owning view line.
- Improved editor view logic that brings lines into view to account for intra-line adornments.
- Improved copy line functionality to better handle word wrap scenarios.
- Improved move selected lines functionality to better handle word wrap scenarios.
Released: Aug 3, 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 a new adornments QuickStart showing how to implement Visual Studio-like Code Lens (info display and hyperlink) features.
- Added a new adornments QuickStart showing how to implement Visual Studio-like Peek...
Released: Jun 28, 2017
2017.1 build 0652 での更新項目
機能
.NET Languages Add-on
- Improved resolver logic for working with partial classes.
- Improved resolver support for base type instance references.
- Improved the binary assembly serializer logic to better handle obfuscated assemblies.
Released: Dec 15, 2016
2016.1 build 635 での更新項目
機能
- 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.
Released: Aug 13, 2016
2016.1 build 633 での更新項目
機能
- 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: Feb 3, 2016
Updates in this release
Updates in 2016.1
- Added new MetroLight and MetroDark image sets for use with IntelliPrompt. The current set can be selected via the new static CommonImageSourceProvider.DefaultImageSet property.
- Updated the TextSnapshotRange.TranslateTo method to properly handle the TextRangeTrackingModes.LineBased option.
- Added the virtual SyntaxEditorAutomationPeer.CreateTextRangeProvider method and exposed the TextRangeProvider class.
- Added the RangeLineCommenter.CommentTokenId property that can be set to the...
Released: Sep 25, 2014
Updates in this release
Updates in 2014.2
- Six new built-in chart palette options, including Retro and Sand.
- Updated the Country and Currency classes with the latest ISO data.
- New custom property editor sample that shows how to easily add a custom property editor for a certain type.
- Quote auto-completion support has been added to the DelimiterAutoCompleter class, with double quote completion enabled by default. As the user types a start quote, the related end quote will be auto-entered after the caret.
- Support ASP-style...