Actipro WinForms Studio 23.1.2

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 cross-thread exception that might be raised when invalidating elements if a UIRenderer property was changed on a different thread than the one that created the control.
  • Docking
    • Fixed an issue where dragging a tool window over an outer dock guide that was positioned over a tool window would dock to the outside of the tool window instead of the main host.
    • Fixed an issue where floating a tool window tab within a container could cause a layout issue when using ToolWindowInnerFill MDI mode if it was not the last tool window in the container.
  • SyntaxEditor
    • Fixed an issue with view line offset to character index calculation logic.
  • .NET Languages Add-on
    • Fixed C# grammar not recognizing a throw expression used within the lambda body of a switch expression.
    • Fixed an issue where the assembly repository cache mechanism wasn't working properly in .NET Core 3.1 or later applications.
  • Python Language Add-on
    • Fixed an issue where the package repository cache mechanism wasn't working properly in .NET Core 3.1 or later applications.
  • Shared
    • Fixed Office 2007 Black color scheme to use a dark color for menu border.