AlterNET Studio のリリース
Released: Mar 25, 2025
v9.5.14 での更新項目
不具合の修正
- Fixed bug with incorrect indentation in snippet parsers.
- Fixed bug applying gutter options when changing visual theme.
Released: Feb 27, 2025
v9.5.13 での更新項目
機能
- Added a Ctrl + / shortcut to the editor to toggle single-line comments for the current line or selected block.
不具合の修正
- The bug with sorting classes/methods in the AlterNET Studio demo has been fixed.
- The bug with Script Debugger not honoring the debugger display attribute when evaluating child objects has been fixed.
Released: Jan 10, 2025
v9.5.12 での更新項目
不具合の修正
- 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
v9.5.11 での更新項目
不具合の修正
- 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
v9.5.10 での更新項目
機能
- 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).
不具合の修正
- The bug with incorrect updating structure guidelines for Visual Basic and VBScript advanced parsers has been fixed.
- The bug with the...
Released: Sep 27, 2024
v9.5.9 での更新項目
機能
- New debugger options for debugging Python and IronPython scripts:
DisableJustMyCode and DisablePythonLibraryCode have been added, allowing control over the debugging of Python library files.
不具合の修正
- 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 been...
Released: Aug 30, 2024
v9.5.8 での更新項目
機能
- 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.
不具合の修正
- 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 has been...
Released: Jul 18, 2024
v9.5.7 での更新項目
機能
- 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.
不具合の修正
- 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 the code...
Released: Jun 18, 2024
v9.5.6 での更新項目
機能
- 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.
不具合の修正
- 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
v9.5.5 での更新項目
不具合の修正
- 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.