Lanzamientos de AlterNET Studio

Released: Feb 6, 2026

Actualizaciones en v10.0.7

Características

  • .NET Scripter now supports new methods: HasMethod and FindMethod for checking if script method exists before calling it.
  • .NET Scripter debugger now supports debugging source code loaded from a string constant or a resource.

Correcciones

  • The bug with running the script method with arbitrary arguments has been fixed.
  • The bug with the error underline being displayed in the gutter area of TextEditor has been fixed.

Released: Jan 7, 2026

Actualizaciones en v10.0.6

Correcciones

  • Fixed bug when un-highlighting matching braces in the Code Editor.
  • Fixed crash when pasting a JSON snippet in the Code Editor when editing C# code.
  • Fixed bug displaying very long lines in the WPF editor.
  • Fixed bug displaying code snippets in the WPF editor.
  • Fixed bug not displaying the TAB character while evaluating a string expression in the Script Debugger.
  • Fixed bug evaluating complex objects when the compiled script targets a different version of .NET.
  • Fixed bug running the...

Released: Nov 20, 2025

Actualizaciones en v10.0.5

Características

  • WinForms Syntax Editor now uses optimized double-buffering for drawing, significantly reducing flickering.
  • Roslyn parsers now use an async method for syntax highlighting, preventing the UI thread from being blocked.

Correcciones

  • The bug with editing the Syntax Editor’s Selection options at design-time has been fixed.
  • The bug with Shift-Tab causing a crash in the Code Editor has been fixed.
  • The bug painting unused imports in a different color when using Roslyn parsers has been...

Released: Sep 25, 2025

Actualizaciones en v10.0.4

Características

  • Pasting text in a block selection mode now works like in the Visual Studio text editor.
  • Ctrl+F / Ctrl+H now correctly inserts a selected text into the search box in case the text editor has single-line selection.

Correcciones

  • Fixed issue where hyperlinks are not clickable in the pop-up tooltips.

Released: Sep 9, 2025

Actualizaciones en v10.0.3

Características

  • Editor's code completion listbox now displays "No suggestions" in case no suggestions are available.
  • SQL generic parser scheme has been updated to support multi-line string constants.
  • Information that the editor displays about symbols can now be customized (for example, namespaces can be omitted).

Correcciones

  • The bug with debugging Python/IronPython in-memory scripts has been fixed.
  • The exception when invoking code completion for the PowerFX parser has been fixed.

Released: Aug 7, 2025

Actualizaciones en v10.0.2

Características

  • High DPI images are now used for LSP-based parsers in case of high-resolution screens.
  • Search result foreground color can now be customized via visual themes.
  • WithMinimalReferences method has been added to the Scripter source, providing very minimal set of assembly references for the script execution.

Correcciones

  • The bug with horizontal scrollbar not disappearing when text fits into the WPF editor content has been fixed.
  • The bug with incorrect guide lines for else if statement...

Released: Jul 14, 2025

Actualizaciones en v10.0.1

Características

  • The 'ctor' Code Snippet now uses the name of the containing class when it is inserted in the editor.
  • Code completion for XmlParserWithSchema has been improved when a user types the closing tag.
  • CLangd LSP parser can now accept additional command-line options like diagnostic settings.

Correcciones

  • Script Debugger now correctly evaluates strings that contain special characters like tabs and international symbols.
  • Fixed bug where Scripter compilation was unable to create a temporary...

Released: Jun 16, 2025

Actualizaciones en v10.0

Características

  • Main enhancements
    • A cross-platform version of Code Editor can now work on macOS and Linux.
    • C#, Visual Basic, and Python scripters and debuggers are now compatible with macOS and Linux.
    • Added support for .NET 9 across all the component libraries.
    • Most of the non-visual components, such as parsers and scripters, now target .NET Standard 2.0, allowing them to be used on macOS and Linux.
    • There are now separate installations for x64 and x86 Windows.
  • Code Editor
    • C# and Visual Basic...

Released: May 7, 2025

Actualizaciones en v9.5.16

Características

  • LSP C/C++ parser now supports user-defined conditional compilation symbols.
  • Custom code snippets can now be set for the syntax parsers.

Correcciones

  • Fixed crash when highlighting references in advanced parsers.

Released: Mar 28, 2025

Actualizaciones en v9.5.15

Características

  • Roslyn-based parsers and scripter have been updated to use Microsoft.CodeAnalysis 4.11 libraries.