AlterNET Studio Releases
Released: Jul 27, 2022
Updates in v8.1.1
Features
- Added support for delegate types in TypeScript Parser/Scripter.
Fixes
- Reverted RoslynDocumentationProvider class from internal to be public.
- Fixed small Bug with document formatting in WPF Text Editor.
Released: Jul 18, 2022
Updates in v8.1
Features
- Installation
- Installation, assemblies and NuGet packages are now signed and time-stamped with AlterNET Software certificate.
- [list] Added the option to display a list of all activated licenses on the computer to the LicenseActivation tool.
- Documentation
- More content has been added to the reference documentation.
- Online documentation filtering has been optimized.
- Code Editor
- Updated all graphical images used in code completion windows, code explorer, toolbar and menus to the semi...
Released: Mar 28, 2022
Updates in v8.0.4
Features
- Added virtual mode for code completion list box in WinForms Code Editor, which optimizes performance of code completion invocation.
- Added new CodeSnippetInserted event triggered when a code snippet is inserted in the editor.
Fixes
- Fixed bug with displaying generic methods without <> in code completion list box when using Roslyn-based parsers.
- Fixed regression issue with parsing multi-line string literals at the end of the file in case of C#, Visual Basic, Ansi-C, MSSQL and...
Released: Jan 26, 2022
Updates in v8.0
Features
- Installation
- Now supports Microsoft Visual Studio 2022.
- ALTERNET_STUDIO_LICENSE_DIRECTORY environment variable can now be specified to change directory where AlterNET Studio looks for the licenses. Required for some scenarios of running builds on Microsoft Azure infrastructure.
- Documentation
- Documentation is now moved online, some user guides revoked and more content added for the core components.
- Code Editor
- Vertical margin line at the specified column can now be displayed in WPF...
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
Released: May 30, 2021
Updates in v7.1
Features
- Code Editor
- Improved appearance of blocks of text which are selected and highlighted by search dialog at the same time.
- Validation against the schema is now implemented for XML and JSON parsers.
- Categories in Code completion listbox are now displayed in the predefined order.
- Transparent icons are now used for Code Completion/QuickInfo images.
- Improved appearance of error underlining on high-dpi screens.
- Scripter/Debugger
- Script debugger now validates that the process being debugged has...
Released: Jan 5, 2021
Updates in v7.0
Features
- Adds Python Parsing
- Python script writers can either use LangServer.org - based Python Parser, which requires a python runtime to be installed on the target machine; or they can use the included AlterNET Python/IronPython parser which was updated to provide semantic analysis of the text, which powers features like code completion, quick info, signature help and alike.
- Adds IronPython Scripting (beta)
- IronPython is yet another scripting/debugging library that was added to AlterNET Studio...