AlterNET Studio のリリース

Released: Aug 26, 2023

v9.0.2 での更新項目

不具合の修正

  • Fixed the bug with WPF applications not closing if TextEditor’s CodeCompletion box was accessed from code.
  • Exception with TextEditor’s Minimap has been fixed when resizing Text Editor to zero height.
  • Fixed the bug with C#/Visual Basic Roslyn indentation not taking into account the number of spaces in tabs.
  • Fixed the bug with the incorrect display of outlining highlighting and read-only blocks when using a dark theme in the Code Editor.
  • Fixed the bug with displaying syntax error of zero...

Released: Jul 26, 2023

v9.0.1 での更新項目

不具合の修正

  • The bug with displaying the evaluation dialog with the registered version for .NET Core applications at design time has been fixed.
  • Exception with license activation when using NuGet packages has been fixed.
  • The bug with stack overflow exception when changing Code Editor’s visual theme at run-time has been fixed
  • The bug with Visual Basic Form Designer incorrectly loading controls containing multi-line has been fixed.
  • The bug with code completion in Visual Basic advanced parser when...

Released: Jun 1, 2023

v9.0 での更新項目

機能

  • Code Editor
    • A Microsoft Visual Studio theme has been added to the editor.
    • Now includes a magnifier area making it easier navigate a document's content.
    • Images with alpha channels are now used in code completion, line styles and bookmark indicators.
    • DataTips shown during expression evaluation now follow the visual theme.
    • Standalone Search/Replace dialog forms now follow the visual theme.
    • TextEditor now uses a default border style similar to RichEdit control.
    • Custom Border style has been added...

Released: Jul 27, 2022

v8.1.x での更新項目

機能

  • Added support for delegate types in TypeScript Parser/Scripter.
  • Python advanced parser now supports type hints for defining function parameters and return types.
  • HighlightSelectedWords option has been added to the SyntaxEdit/TextEditor Selection, highlighting multiple occurrences of the selected word.
  • UserData field has been added to ScriptDiagnostics, allowing you to extend compiler errors with user-driven information.
  • FindReferences method allowing to look for references across multiple...

Released: Jul 18, 2022

v8.1 での更新項目

機能

  • Installation
    • Installation, assemblies and NuGet packages are now signed and time-stamped with AlterNET Software certificate.
    • [list] Added the option to display a list of all activated licenses on the computer to the LicenseActivation tool.
  • Documentation
    • More content has been added to the reference documentation.
    • Online documentation filtering has been optimized.
  • Code Editor   
    • Updated all graphical images used in code completion windows, code explorer, toolbar and menus to the semi-transparent...

Released: Mar 28, 2022

v8.0.4 での更新項目

機能

  • Added virtual mode for code completion list box in WinForms Code Editor, which optimizes performance of code completion invocation.
  • Added new CodeSnippetInserted event triggered when a code snippet is inserted in the editor.

不具合の修正

  • Fixed bug with displaying generic methods without <> in code completion list box when using Roslyn-based parsers.
  • Fixed regression issue with parsing multi-line string literals at the end of the file in case of C#, Visual Basic, Ansi-C, MSSQL and JavaScript...

Released: Jan 26, 2022

v8.0 での更新項目

機能

  • Installation
    • Now supports Microsoft Visual Studio 2022.
    • ALTERNET_STUDIO_LICENSE_DIRECTORY environment variable can now be specified to change directory where AlterNET Studio looks for the licenses. Required for some scenarios of running builds on Microsoft Azure infrastructure.
  • Documentation
    • Documentation is now moved online, some user guides revoked and more content added for the core components.
  • Code Editor
    • Vertical margin line at the specified column can now be displayed in WPF TextEditor...

Released: Aug 17, 2021

v7.2 での更新項目

機能

  • Code Editor
    • XML Parser now supports code completion based on XML Schema.
    • You can now override how Code Editor displays message boxes by providing a custom MessageBox handler.
  • Scripter/Debugger
    • Scripter now supports compiling non file-system based files and resources.
    • C# Script Debugger can now evaluate multi-dimensional arrays correctly.
  • Demo projects
    • Scripter component is now used in all demos and quick start projects that require a form designed to run.

不具合の修正

  • Code Editor
    • Fixed bug with...

Released: May 30, 2021

v7.1 での更新項目

機能

  • Code Editor
    • Improved appearance of blocks of text which are selected and highlighted by search dialog at the same time.
    • Validation against the schema is now implemented for XML and JSON parsers.
    • Categories in Code completion listbox are now displayed in the predefined order.
    • Transparent icons are now used for Code Completion/QuickInfo images.
    • Improved appearance of error underlining on high-dpi screens.
  • Scripter/Debugger
    • Script debugger now validates that the process being debugged has the...

Released: Jan 5, 2021

v7.0 での更新項目

機能

  • Adds Python Parsing
    • Python script writers can either use LangServer.org - based Python Parser, which requires a python runtime to be installed on the target machine; or they can use the included AlterNET Python/IronPython parser which was updated to provide semantic analysis of the text, which powers features like code completion, quick info, signature help and alike.
  • Adds IronPython Scripting (beta)
    • IronPython is yet another scripting/debugging library that was added to AlterNET Studio...