ALTERNET STUDIO 9.1.x - CUMULATIVE SERVICE PACK UPDATE
Since releasing AlterNET Studio 9.1, we have fixed a few minor bugs. These bug fixes were pushed to NuGet in the form of NuGet packages and are available now. Below is the list of changes done so far:
AlterNET Studio 9.1.3
- The bug with the script debugger stopping on breakpoint twice in case the Run To Cursor command was used to run to the breakpoint’s position has been fixed.
- The regression issue with running WPF projects containing dot (.) in the project name has been fixed.
- The bug with auto-indentation not using Roslyn indentation service in the Visual Basic parser has been fixed.
- The bug with LineNumberstart of TextEditor accepting negative values has been fixed, allowing adjusting line numbers display in case there are hidden lines at the beginning of the text.
- The exception with collecting types via reflection to be used in code completion for the XAML document has been fixed.
- The bug with compiling WPF SDK projects by scripter when using AlterNET Studio libraries for .NET 6/7 has been fixed.
AlterNET Studio 9.1.2
- The bug with replacing square to round brackets when evaluating string values in the Visual Basic expression evaluator has been fixed.
- The bug with caret hiding behind SyntaxEditor's MiniMap has been fixed.
- The bug with debugging not starting if the script project file was renamed has been fixed.
- The bug with copying dependent .NET Framework assemblies for Scripter in case .NET Core is not present has been fixed.
- A few issues with indentation in case Visual Basic and Snippet Parsers are used have been fixed.
+ Syntax parser's error recovery after incomplete parameter value has been improved.
+ WindowsForms FormDesigner TypeResolution service can now be extended to provide custom control designers.
+ Navigation combo-boxes now show properties, events, enums, and interfaces
+ The AcceptOnLostFocus flag was added, allowing code completion entries to be accepted when a completion window is closed due to the losing focus.
AlterNET Studio 9.1.1
+ The AutoDrag property was added to MiniMap, allowing users to resize it and the AutoScroll property to scroll the Minimap with the mouse.
- The bug with MiniMap overlapping the characters at the end of the line has been fixed.
- The bug with cut/paste/delete menu items being enabled in case the text editor is in read-only mode has been fixed.
- The bug with incorrect display when setting different visual themes for different WPF Text editors has been fixed.
- The bug with the incorrect display of parameter types in the method combobox for Visual Basic has been fixed.
Read the full version history of version 9.1 here.