ironmansoftware / psedit

A terminal-based editor for PowerShell
MIT License
254 stars 17 forks source link

Upgrade Terminal.Gui to 1.10.0 #62

Closed halvarsson closed 4 months ago

halvarsson commented 4 months ago

This PR upgrades Terminal.Gui to 1.10 (https://github.com/gui-cs/Terminal.Gui/releases/tag/v1.10.0) which seems to be the latest version available on .NET Standard 2.0, so that's a future problem to solve..

This version of Terminal.Gui fixes the issue described in #51

There is also some improvements to the Autocomplete behavior etc.