Actipro WinForms Studio 23.1.1

Released: Apr 3, 2023

Updates in 23.1.1

Features

  • 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 resolver logic for handling 'For Each' statement variables.

Fixes

  • SyntaxEditor
    • Fixed an issue where typing in a block selection than spanned multiple word-wrapped view lines for the same single document line didn't yield expected results.
    • Fixed an issue with HighlightingStyleRegistry importing decimal font size values for style settings on systems where the current culture recognizes the decimal point character (.) as the thousands separator.
  • .NET Languages Add-on
    • Fixed an issue where IntelliPrompt parameter info could flicker slightly while editing.
    • Fixed possible infinite recursion scenario with BinaryAssemblySerializer collecting type definitions.
  • Shared
    • Fixed an issue parsing graphics path data for icons on systems where the current culture recognizes the decimal point character (.) as the thousands separator.
    • Fixed an issue with UIColor parsing decimal alpha values from colors in rgba() format on systems where the current culture recognizes the decimal point character (.) as the thousands separator.
    • Fixed an issue where InputAdapter didn't always raise PointerCaptureLost events properly.