ALTERNET STUDIO 9.1 RELEASED

We’re glad to announce that the AlterNET Studio 9.1 release is live today. AlterNET Studio 9.1 is a mid-cycle update focusing on improvements across all our component libraries.

Here are the AlterNET Studio 9.1 release highlights:

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 displays a special code-action image that a user can click on and select the appropriate code action from the popup menu.

Code Fix and Code Refactor

Python and IronPython improvements

IronPython scripter and script debugger now support IronPython 3.4. Since IronPython 3 and IronPython 2 are not 100% compatible, we have added a NuGet package that works with IronPython 2.

We have also implemented code completion for third-party packages like NumPy for our advanced Python Parser.

Python IntelliSense for NumPy

Scripter Improvements

We now support the DebuggerDisplay attribute that provides user-defined information for debugger tooltips and watches.

Debugger Display attribute

Form Designer improvements
We have added a Component List that provides an easy way to select components on the form and in-place editing for Toolbox items and categories.

Toolbox Editing

Please refer to the complete list of changes here: version-history/9-1.

Feel free to comment on this news or send your feedback directly to dmitry.medvedev@alternetsoft.com

Previous
Previous

ALTERNET STUDIO 9.5 RELEASED

Next
Next

ALTERNET STUDIO 9.0 RELEASED - WITH .NET 7 SUPPORT