Actipro WinForms Studio 新版本发表

Released: Feb 22, 2024

24.1.0 中的更新

特性

  • All
    • API documentation is now based on assemblies that target Microsoft .NET 6 (previously .NET Framework).
    • The Sample Browser application included with the installer has changed target from .NET Framework 4.7.2 to .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 Studio 2019 or newer.
    • Added new Visual Studio Blue color scheme and modern Visual Studio...

Released: Dec 4, 2023

23.1.3 中的更新

特性

  • SyntaxEditor
    • Improved logic that retrieves language services.
    • Updated IME logic.

修补程序

  • Docking
    • Fixed possible NullReferenceException that might be thrown in rare scenarios when dragging windows.
  • SyntaxEditor
    • Fixed an issue where moving the caret to a new view line while IntelliPrompt parameter info was displayed wouldn't reposition the popup.
    • Fixed an issue where certain fonts might render tab or newline characters incorrectly.
  • .NET Languages Add-on
    • Fixed an issue that could occur when loading...

Released: Sep 11, 2023

23.1.2 中的更新

特性

  • SyntaxEditor
    • Improved display speed of large completion lists.
    • Updated OverlayPaneCollection.AddSearch to close any existing overlay panes before adding the SearchOverlayPane.
  • .NET Languages Add-on
    • Updated the C# grammar with improved error handling within block statements.
    • Updated the VB grammar to support a first optional argument in an argument list.
    • Updated the binary assembly reflection logic to handle a possible exception when examining obfuscated assemblies.

修补程序

  • All
    • Fixed possible...

Released: Apr 3, 2023

23.1.1 中的更新

特性

  • All
    • Updated SyntaxEditor-related NuGet packages to properly support cross-platform Microsoft .NET 6.0.
  • SyntaxEditor
    • Improved the logic of 'move selected lines up and down' commands.
    • Updated pointer interaction in an editor view to quit if the view is unable to be focused.
  • .NET Languages Add-on
    • Improved 'IProjectAssemblyReferencesCollection.Add' method logic in Microsoft .NET Core and later for finding system assemblies by name when they are in the same folder as mscorlib.dll.
    • Improved VB...

Released: Feb 7, 2023

23.1.0 中的更新

特性

  • All
    • Validated Microsoft .NET 7 compatibility.
    • Added MetroDark color scheme.
    • Added MetroScrollBarRenderer which supports MetroLight and MetroDark color schemes.
    • Added IWindowsColorScheme interface that will replace most references to WindowsColorScheme.
    • Added IWindowsColorScheme.GetKnownColor method which can return a scheme-appropriate color for supported known colors and should be used instead of SystemColors to allow for proper color adaptation on dark schemes.
    • Added IUIRenderer.ColorScheme...

Released: Aug 17, 2022

22.1.3 中的更新

特性

  • SyntaxEditor
    • Added new EditorCommands.AddNextOccurrenceToSelection edit action (bound to Ctrl+D by default), and the related IEditorViewSelection.AddNextOccurrence method. This new feature adds the next occurrence of the currently-selected text to the selection, or selects the current word if there is no selection.
    • Refactored the IntelliPrompt completion session's Shorthand item matcher algorithm, resulting in a significant performance improvement, especially when used with the...

Released: May 27, 2022

22.1.2 中的更新

特性

  • SyntaxEditor
    • Refactored built-in indicator glyphs' appearances, dark theme coloring and z-order.
    • Added new SyntaxEditor.OverrideCursor property which can be used to force a specific cursor to be used.
    • Updated IntelliPrompt completion item sorting logic.
    • Updated the sample CSS syntax language lexer.
    • Updated the Microsoft .NET Go to Definition QuickStart to support Ctrl+Click navigation and visual tagging of recognized tokens under the mouse.
  • .NET Languages Add-on
    • Improved IntelliPrompt...

Released: Mar 14, 2022

22.1.1 中的更新

特性

  • SyntaxEditor
    • Added a new Column Guides feature to designate where line breaks should occur.
    • Added a new Compare Files QuickStart to demonstrate side-by-side file comparison.
    • Improved logic for adding manual outlining nodes.
    • Improved HighlightingStyleRegistry.Import to match classification types by key and to ignore colors defined as '0x01000000'.
    • Improved NavigableSymbolSelector to update its ComboBox selections quicker for simple selection changes in the attached SyntaxEditor.
    • Improved...

Released: Dec 8, 2021

22.1.0 中的更新

特性

  • All
    • Validated Microsoft .NET 6 compatibility.
    • Added Microsoft .NET 5 variations of the product assemblies to the NuGet feeds.
    • Added Microsoft .NET Core 3.1 and .NET 5+ designer support for Microsoft Visual Studio 2022 and updated the 'About...' designer action to open product-specific online documentation.
  • SyntaxEditor
    • Added an 'Editor Views - Synchronization QuickStart' to demonstrate synchronizing the scroller and splitter of one editor instance with another.
    • Added support for customizing...

Released: Sep 7, 2021

21.1.1 中的更新

特性

  • SyntaxEditor
    • 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.
    • Added a Drag and Drop QuickStart to demonstrate multiple interaction models and features.
    • Updated the horizontal ScrollBar to remain visible in word wrap mode when the SyntaxEditor.HorizontalScrollBarVisibility property is Visible (the default...