Released: Sep 7, 2021
21.1.3 での更新項目
機能
- Improved IntelliPrompt UI to reposition itself when the view's text area layout is updated, such as when scrolling.
- Added the SyntaxEditor.WordWrapModeChanged event that is raised when the SyntaxEditor.WordWrapMode property is changed.
- Updated the horizontal ScrollBar to remain visible in word wrap mode when the SyntaxEditor.HorizontalScrollBarVisibility property is Visible (the default), which matches Microsoft Visual Studio behavior. This ensures any horizontal ScrollBar tray content can...
Released: Jul 9, 2021
21.1.2 での更新項目
機能
- Added completion item inline descriptions that can render optional text along the right side of a completion list item. Updated the .NET Languages Add-on's Completion Override QuickStart to demonstrate the new feature.
- Added the ICodeSnippetTemplateSessionEventSink.NotifySessionOpening method, allowing for code snippet declaration default text customization prior to text insertion.
- Added the The SyntaxEditor.CanPointerWheelScrollUnfocusedViews property that can be set to false to prevent...
Released: Mar 8, 2021
21.1.1 での更新項目
機能
- Added a new IUnusedRegionTag that can be applied to ranges of unused code that should be rendered using partial transparency.
- Added a new Unused Regions QuickStart to demonstrate the new unused regions feature.
不具合の修正
- Fixed a bug where referencing the NuGet packages in projects that used packages.config would also incorrectly reference the design-time assemblies.
Released: Feb 18, 2021
21.1.0 での更新項目
機能
- Added the ability to customize the macro recording mechanism. Updates include a new IMacroAction interface, making the default MacroRecording object public, adding a virtual SyntaxEditor.CreateMacroRecording method and more.
- Added the SyntaxEditor.ViewActionExecuting event that is raised immediately before an edit action occurs within an editor view, allowing the action to be canceled.
- Improved exception reporting for an invalid dynamic lexer regular expression pattern range.
- Validated...
Released: Nov 18, 2020
2020.1.1 での更新項目
機能
- Added syntax highlighting to collapsed region quick info tips created by the CollapsedRegionQuickInfoProvider language service.
- Added the CollapsedRegionQuickInfoProvider.IsSyntaxHighlightingEnabled property and added a parameter to the GetContent method.
- Added the IPrintSettings.AreCollapsedOutliningNodesAllowed property that can be set to true to allow collapsed outlining nodes in a printer view.
- Added the IPrintSettings.AreIndentationGuidesVisible property that can be set to true to allow...
Released: Oct 2, 2020
2020.1 での更新項目
機能
Microsoft .NET Core Assemblies
- Control products now ship in both Microsoft .NET Framework 4.0 and Microsoft .NET Core 3.0 assembly variations. You will now be able to use native .NET Core-based Actipro assemblies in your .NET Core apps.
NuGet Packages
- Another big request has been to supply NuGet packages for the controls. NuGet packages are published on nuget.org and contain both the .NET Core and .NET Framework variations of the assemblies.
SyntaxEditor
- Added a guard against a possible...
Released: Aug 13, 2020
2019.1 build 0686 での更新項目
機能
- Updated the 'Adornments - Squiggles Intro' QuickStart to show a more realistic scenario of tracking developer-specified tagged ranges.
- Updated the CollectionTagger.Clear method to accurately report the changed text range in the TagsChanged event when there are fewer than 100 tags being removed. Otherwise, the entire snapshot range is returned as before.
- Updated the SyntaxEditor.FontFamily property to be set in its default Style.
- Updated the virtual CodeSnippetSelectionSession...
Released: Mar 25, 2020
2019.1 build 0685 での更新項目
機能
- Improved search overlay pane logic related to the selection scope range.
- Updated the search overlay pane when opened to not auto-search for tabs that may surround a zero-length selection.
- Updated the search views to allow Ctrl+Enter to execute a Find All search operation when the Find textbox has focus and IsFindAllButtonVisible is true.
- Updated mouse wheel scrolling to still work when the related scrollbar is hidden. It is recommended to set SyntaxEditor.CanScrollPastDocumentEnd to false...
Released: Jan 10, 2020
2019.1 build 0684 での更新項目
機能
- Added a new background that renders the search range when the search overlay pane is in Selection scope mode.
- Added
SyntaxEditor.HasSearchOverlayPaneKeyBindings property, which can be set to false when using external search UI to prevent access to the built-in search overlay pane.
- Added
ICompletionItemCollection.CreateBatch and AddRange methods, which when used to add completion items can dramatically improve item-adding performance. Updated all premium add-on completion providers to use the...
Released: Oct 2, 2019
2019.1 build 0683 での更新項目
機能
- Added support for triple-clicks to select an entire view line. Dragging the pointer on the final click will extend the selection by view line.
- Added theme-oriented resource dictionaries to prevent unnecessary theme assembly lookup.
- Improved the search result highlighting logic.
- Improved the logic in CollapsedRegionQuickInfoProvider.
- Improved the caret movement for change character casing edit actions when there is no selection.
- Improved editor view searching and search result highlighting...