Actipro SyntaxEditor for WPF 新版本發表
Released: Dec 17, 2024
24.1.4 中的更新
特性
- Updated the Language Designer app to open a .langproj file when its full path is supplied via a command line argument.
- Updated the Language Designer app to have splitters in the LL Parser Debugger pane.
- Updated the IntelliPrompt completion list to announce the item count via UI accessibility readers.
- Improved vertical scrollbar maximum calculation logic when word wrap is active.
.NET Languages Add-on
- Updated IntelliPrompt tips to include documentation comment remarks sections for type members...
Released: Sep 10, 2024
24.1.3 中的更新
特性
- Updated all key processing to consistently handle modifier keys.
- Updated the logic for pasting a full line when there is a selection to match current Visual Studio editor behavior.
- Updated IntelliPrompt completion session logic for canceling the session if the placement bounds are no longer in view.
- Updated data bindings to the SyntaxEditor.Text property to support OneWay mode.
- Updated hit test logic.
- .NET Languages Add-on
- Updated IntelliPrompt tips to include documentation comment remarks...
Released: Apr 24, 2024
24.1.2 中的更新
特性
- Updated visible whitespace tab arrows to only render when there is enough space.
- Updated outlining margin rendering logic for view lines with intra-line spacers.
Released: Feb 26, 2024
24.1.1 中的更新
特性
- Updated and added UIA peers for numerous controls to better support accessibility updates in .NET 8.
- API documentation is now based on assemblies that target Microsoft .NET 6 (previously .NET Framework).
- The Sample Browser application included with the installer will now multi-target .NET Framework 4.6.2 and .NET 6.
- Removed official support for Microsoft Visual Studio 2017 although users should still be able to continue using the IDE for their own applications. Sample Browser requires Visual...
Released: Dec 5, 2023
23.1.4 中的更新
特性
- Improved logic that retrieves language services.
- Updated IME logic.
修補程式
- Fixed an issue where moving the caret to a new view line while IntelliPrompt parameter info was displayed wouldn't reposition the popup.
Released: Sep 11, 2023
23.1.3 中的更新
特性
- Updated the IntelliPrompt completion list description tip to announce in screen reader apps.
- Updated OverlayPaneCollection.AddSearch to close any existing overlay panes before adding the SearchOverlayPane.
修補程式
- Fixed an issue where IME composition wouldn't work if SyntaxEditor was in a Popup.
Released: Jun 12, 2023
23.1.1 中的更新
特性
- Updated IntelliPrompt completion list to announce the current selection in screen reader apps.
修補程式
- Fixed an issue with view line offset to character index calculation logic.
Released: Apr 19, 2023
23.1.0 中的更新
特性
- Updated Microsoft .NET 5 targets to .NET 6 since .NET 5 is out of support. Users can continue to use Microsoft .NET Core 3.1 targets for .NET 5 applications.
- Updated Microsoft .NET Framework 4.5.2 and 4.6.1 targets to .NET Framework 4.6.2 since it is the most recent supported version of .NET Framework.
- Updated SyntaxEditor-related NuGet packages to properly support cross-platform .NET 6.0.
- Updated all assemblies to be code-signed.
- Updated the caret blink timer's dispatcher priority to produce...
Released: Apr 4, 2023
22.1.5 中的更新
特性
- Validated Microsoft .NET 7 compatibility.
- Updated SyntaxEditor-related NuGet packages to properly support cross-platform Microsoft .NET 5.0.
- Added ITextSnapshot.GetWordText and GetWordTextRange method overloads that accept a TextOffsetAffinity argument.
- Added the CodeSnippetSelectionSession.RequestNavigate event, which can be used to handle description tip link clicks.
- Improved the logic of the move selected lines up and down commands.
- Updated pointer interaction in an editor view to quit if...
Released: Nov 11, 2022
22.1.4 中的更新
特性
- Added the SearchOverlayPane.ApplyStringResources method that can update the pane's UI strings after a string resource change.
- Improved TextSnapshot.TextRangeToPositionRange performance for zero-length text ranges.
- Updated the visible whitespace rendering logic to include non-breaking space characters.
修補程式
- Fixed an issue where regex character classes ending in a hyphen were sometimes parsed as an incomplete range.
- Fixed an issue where a selection-based search scope range may show up...