AlterNET Studio 릴리스

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 fixed...

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.

Released: Apr 24, 2024

v9.5.4 버젼 업데이트

기능

  • CreateLanugageClient/InitClientOptions methods have been made virtual in LSP Parser's Workspace so a developer can override them and extend initial Workspace settings.

수정사항

  • 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

v9.5.3 버젼 업데이트

기능

  • Improved TextEditor control selection searching.
  • Intellisense for lambda expression has been implemented for advanced C# and Visual Basic parsers.

수정사항

  • 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.