AlterNET Studio v7.2

Released: Aug 17, 2021

Updates in v7.2

Features

  • Code Editor
    • XML Parser now supports code completion based on XML Schema.
    • You can now override how Code Editor displays message boxes by providing a custom MessageBox handler.
  • Scripter/Debugger
    • Scripter now supports compiling non file-system based files and resources.
    • C# Script Debugger can now evaluate multi-dimensional arrays correctly.
  • Demo projects
    • Scripter component is now used in all demos and quick start projects that require a form designed to run.

Fixes

  • Code Editor
    • Fixed bug with parts of read-only lines not displayed in read-only color.
    • Fixed bug with navigating to the invisible lines.
    • Fixed bug with incorrectly parsing Inner and full joins in SQL parser.
    • Resolved issue with editor margin incorrectly displayed in WPF TextEditor.
    • Fixed bug with TextEditor’s font being reset in case of using a remote desktop.
  • Scripter/Debugger
    • Resolved issue with evaluating Script global fields when debugging.
    • Fixed issue with incorrectly detaching Script debugger when run under Visual Studio.
  • Form Designer
    • Fixed bug with crashing WPF Toolbox when collapsing sections.