Lançamentos do AlterNET Studio
Released: Jan 10, 2025
Atualizações na v9.5.12
Correções
- The bug with TextEditor not scrolling when the scrollbar disappears while resizing has been fixed.
- The bug with the Python parser picking the wrong declaration when providing code completion has been fixed.
- The bug with creating a new project in AlterNET Studio for the Python demo project has been fixed.
Released: Dec 12, 2024
Atualizações na v9.5.11
Correções
- The bug with incorrect parsing of dictionary display expression in the Python parser has been fixed.
- The bug with .NET debugging not working in the case of setting AssemblyFileName has been fixed.
Released: Nov 15, 2024
Atualizações na v9.5.10
Recursos
- Execution scope for Python/IronPython can now be preserved between subsequent script executions.
- Script debugging by a standalone debugger can now be initiated from the calling application where the script to be debugged is executed.
- Syntax parsers can now return symbol information even if symbols are located in external sources (such as .NET assemblies).
Correções
- The bug with incorrect updating structure guidelines for Visual Basic and VBScript advanced parsers has been fixed.
- The bug...
Released: Sep 27, 2024
Atualizações na v9.5.9
Recursos
- New debugger options for debugging Python and IronPython scripts:
DisableJustMyCode
and DisablePythonLibraryCode
have been added, allowing control over the debugging of Python library files.
Correções
- The bug with incorrect reporting in the XML parser when case close tag was missing has been fixed.
- The bug with outlining section created for single-line declarations in Roslyn parsers has been fixed.
- The regression issue with evaluating Rectangle properties in the .NET Script debugger has...
Released: Aug 30, 2024
Atualizações na v9.5.8
Recursos
- Code Editor's tooltips showing quick Information now include information about the return values of the functions.
- Applying single-line comments to the selection now takes into account white spaces in the selected lines.
- AlterNET assemblies distributed via NuGet packages are now signed.
Correções
- The bug with TextEditor crashing when only AlphaImages were provided via Quick Info has been fixed.
- The bug with code completion for schema-based XML parser not showing appropriate information...
Released: Jul 18, 2024
Atualizações na v9.5.7
Recursos
- Roslyn C# and Visual Basic parser now use the latest version of Microsoft code analysis API (4.10).
- Quick info now differentiates between type and constructor when showing the description for the object creation statement in the code editor.
- Python parser now supports parsing of .pyi files that are used to provide IntelliSense.
Correções
- The regression issue with incorrect auto-indenting in the code editor connected to the C# parser when typing open brace has been fixed.
- Typing space...
Released: Jun 18, 2024
Atualizações na v9.5.6
Recursos
- f-strings are now supported in the Python parser.
- Special Identifiers with custom lex style are now supported in the Python parser.
- Custom color theme is now supported for TextMate parsers.
- Step Out command is now supported for the Python and IronPython debugger.
- "No Suggestion" used in the code completion can now be changed for WPF TextEditor.
Correções
- Fixed the bug with reference highlighting making editing sluggish.
- Fixed the bug with C grammar used for the C++ TextMate parser.
Released: May 22, 2024
Atualizações na v9.5.5
Correções
- Fixed the bug with parsing Dictionary Comprehension in the Python parser.
- Fixed the bug with activating the license at the end of the installation.
- Stack overflow exception is now correctly reported during debugging of Python/IronPython scripts.
- Fixed the bug with parsing lambda expressions in the Python parser.
Released: Apr 24, 2024
Atualizações na v9.5.4
Recursos
- CreateLanugageClient/InitClientOptions methods have been made virtual in LSP Parser's Workspace so a developer can override them and extend initial Workspace settings.
Correções
- The bug with the Exception dialog displayed when a user has stopped TypeScript script debugging has been fixed.
- Incorrect Region/Endregion templates have been removed from the XML parser IntelliSense.
Released: Mar 22, 2024
Atualizações na v9.5.3
Recursos
- Improved TextEditor control selection searching.
- Intellisense for lambda expression has been implemented for advanced C# and Visual Basic parsers.
Correções
- Fixed issue with the Visual Basic Roslyn parser conditionals symbols like Debug=True, or MyConst = 1.
- Regression issue: A missing set method for VsControlsTheme.Painter has been restored.