AlterNET Studio のリリース

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.

Released: Feb 24, 2024

v9.5.2 での更新項目

機能

  • Smart-indentation is now supported for C/C++, Java, Lua, PowerShell, and R LSP parsers.
  • Find results control now supports 'ShowLineNumbers', 'ShowFileNames', 'ShowFilePath' and 'ShowSource' options.
  • SyntaxEdit control selection search has been improved.
  • Python scripting now supports typed global items.

不具合の修正

  • Fixed the bug with SyntaxEdit’s 'Gutter.OnClick' not called if line numbers displayed on the gutter.

Released: Feb 2, 2024

v9.5.1 での更新項目

不具合の修正

  • Fixed the bug with the incorrect position of the IME window when typing in the SyntaxEdit control while CodeCompletionWindow is displayed.
  • Fixed the bug with the incorrect indentation when pressing Enter after a sing-line comment in Roslyn parsers.
  • Fixed the bug with the Minimap tooltip crashing in case of lines containing tab characters.
  • Fixed the bug with re-loading already loaded assemblies when copying references during .NET script compilation.
  • Fixed the bug with the LSP C parser...

Released: Dec 25, 2023

v9.5 での更新項目

機能

  • Support for Microsoft .NET 8 across all component libraries - All AlterNET Studio core libraries, NuGet packages, and demo projects have been updated to support .NET 8.
  • LSP Parsers improvements - Added a new LSP-based parser for R statistical language and upgraded syntax highlighting for LSP parsers to use TextMate syntax schemes.
  • Form Designer Improvements - Implemented missing component designers for FlowLayoutPanel, TableLayoutPanel, SplitPanel, TabControl, and DataGridView under .NET...

Released: Nov 28, 2023

v9.1.3 での更新項目

不具合の修正

  • Fixed regression issue with running WPF projects containing a dot (.) in the project name.
  • Fixed bug when auto-indentation not using Roslyn indentation service in the Microsoft Visual Basic parser.
  • Fixed bug with LineNumberstart of TextEditor accepting negative values.
  • Fixed exception when collecting types via reflection to be used in code completion in XAML documents.
  • Fixed bug compiling WPF SDK projects by scripter when using AlterNET Studio libraries for Microsoft .NET 6/7.

Released: Nov 17, 2023

v9.1.2 での更新項目

機能

  • Improved syntax parser error recovery.
  • WindowsForms FormDesigner TypeResolution service can now be extended to provide custom control designers.
  • Navigation combo-boxes now show properties, events, enums and interfaces.
  • Added 'AcceptOnLostFocus' flag, allowing code completion entries to be accepted when a completion window is closed due to losing focus.

不具合の修正

  • Bug replacing square to round brackets when evaluating string values in Visual Basic expression evaluator has been fixed.
  • Bug with...

Released: Oct 27, 2023

v9.1.1 での更新項目

機能

  • New MiniMap properties:
    • AutoDrag - allows users to resize.
    • AutoScroll - scroll with the mouse.

不具合の修正

  • Fixed the bug with MiniMap overlapping the characters at the end of the line.
  • Fixed the bug with cut/paste/delete menu items being enabled in case the text editor is in read-only mode.
  • Fixed the bug with incorrect display when setting different visual themes for different WPF Text editors.
  • Fixed the bug with the incorrect display of parameter types in the method combobox for Visual Basic.

Released: Sep 29, 2023

v9.1 での更新項目

機能

  • Code Fix/Code Refactoring is now supported for Roslyn C# and Visual Basic parsers
    • Code Fix allows users to fix certain kinds of errors, like implementing interfaces, fixing typos, or adding missing namespaces in the using list, while code refactor helps modify code to make it easier to maintain, understand, and extend, but without changing its behavior.
    • When code fix/code refactoring is available for the current position within the code, Code Editor now displays a special code-action image...

Released: Sep 6, 2023

v9.0.3 での更新項目

不具合の修正

  • Fixed the bug with the incorrect display of scrollbar annotations for the modified lines in case Code Editor contains collapsed code.
  • Fixed the issue with debugging scrips compiled as DLL and the host application compiled with .NET 6/7.
  • Fixed the bug with Text editor rendering when setting Outlining.AllowOutlining from code.
  • Fixed the bug with saving keyboard shortcuts in Customize demo.
  • Some redundant Code Editor keyboard shortcuts have been removed.

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