Since releasing AlterNET Studio 10.0, we have fixed a few minor bugs. These bug fixes were published as NuGet packages, and are now available for download and integration into your projects. Below is the list of changes:
AlterNET Studio 10.0.3
+ Editor’s code completion listbox now displays “No suggestions” in case no suggestions are available.
+ SQL generic parser scheme was updated to support multi-line string constants.
+ Information that the editor displays about symbols can now be customized (for example, namespaces can be omitted).
- 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.
AlterNET Studio 10.0.2
+ 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 was added to the Scripter source, providing very minimal set of assembly references for the script execution.
- 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 in C# parser has been fixed.
- The bug with outlining lagging behind text changes in Visual Basic parser has been fixed.
- The bug with debugger evaluation when performing step over has been fixed.
AlterNET Studio 10.0.1
+ The “ctor” Code Snippet is now using the name of the containing class when inserting the code snippet in the editor.
+ Script Debugger now correctly evaluates strings that contain special characters like tabs and international symbols.
+ The 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.
- The bug with Scripter compilation unable to create a temporary folder when using CodeDOM script host has been fixed.
- The bug with Scripter compilation of WinForms projects when using CodeDOM script host has been fixed.
- The bug with LSP parser outlining not always following text changes has been fixed.
- The bug with the SyntaxBuilder tool not working has been fixed.
- The exception with the SyntaxParser demo project when selecting an item from the code completion listbox has been fixed.