https://www.alternetsoft.com/version-history/7-2

AlterNET Studio 7.2 - minor update

A minor update focusing on improvements and bug fixes for Code Editor, Form Designer and Script Debugger.
17 August 2021

Main enhancements

  • Code Completion for XML parsed based on XML Schema.

  • Support for in-memory script compilation.

  • Improvements in C# Script Debugger expression evaluation.

Below is a full list of changes in this release:

Code Editor

+ XML Parser now supports code completion based on XML Schema.

+ You can override how Code Editor displays message boxes by providing a custom MessageBox handler.

- The bug with parts of read-only lines not displayed in read-only color is now fixed.

- The bug with navigating to the invisible lines is now fixed.

- The bug with incorrectly parsing Inner and full joins in the SQL parser has been fixed.

- The issue with the editor margin incorrectly displayed in WPF TextEditor is now resolved.

- The bug with TextEditor’s font being reset in case of using a remote desktop is now fixed.

Scripter/Debugger

+ Scripter now supports compiling non-file-system-based files and resources.

+ C# Script Debugger can now evaluate multi-dimensional arrays correctly.

- Issue with evaluating Script global fields when debugging is now resolved.

- The issue with incorrectly detaching the Script debugger when run under Visual Studio is now fixed.

Form Designer

- The bug with crashing WPF Toolbox when collapsing sections has been fixed.

Demo projects

+ Scripter component is now used in all demo and quick start projects that require form being designed to run.