Actipro SyntaxEditor for WinForms 25.1.2

Released: Mar 13, 2026

Aggiornamenti in 25.1.2

Funzionalità

  • SyntaxEditor
    • Python Language Add-on
      • Improved how the Python resolver handles with statements.
      • Improved how the Python module loader processes string literal type annotations.
      • Improved support for Python return type annotations.
  • Shared
    • Added the TrustedCodeService class that manages dynamic loading of types in a secure-by-default manner. This change may be potentially breaking for certain rarely used features, so it's important to review the related documentation for details.

Correzioni

  • SyntaxEditor
    • .NET Languages Add-on
      • Fixed an issue in the C# parser where nesting a record struct caused a parse error.