TerminalGuiDesigner 1.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global TerminalGuiDesigner --version 1.0.8
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local TerminalGuiDesigner --version 1.0.8
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=TerminalGuiDesigner&version=1.0.8
                    
nuke :add-package TerminalGuiDesigner --version 1.0.8
                    

Command line visual designer tool for creating Terminal.Gui C# applications.  Create and edit Termianl.Gui views as easily as you could with the Windows Forms Designer.  All generated code is contained in a seperate file (e.g. MyControl.Designer.cs).  Run the tool by calling directly from the command line 'TerminalGuiDesigner'

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
2.0.0-develop.4519 231 6/30/2025
2.0.0-develop.4402 155 6/24/2025
2.0.0-develop.4401 1,183 3/22/2025
2.0.0-develop.4400 85 3/21/2025
2.0.0-alpha.2203 1,108 8/24/2024
2.0.0-alpha.2189 124 8/23/2024
1.1.1 1,280 3/14/2025
1.1.0 4,661 12/2/2023
1.1.0-rc1 261 12/1/2023
1.0.25 899 9/8/2023
1.0.24 1,671 4/7/2023
1.0.23 3,592 2/6/2023
1.0.22 605 1/24/2023
1.0.21 507 1/24/2023
1.0.20 744 11/21/2022
1.0.19 536 11/13/2022
1.0.18 1,013 8/29/2022
1.0.17 1,119 8/3/2022
1.0.16 948 7/25/2022
1.0.15 1,017 7/2/2022
1.0.14 788 6/29/2022
1.0.13 816 6/22/2022
1.0.12 740 6/18/2022
1.0.11 802 6/18/2022
1.0.10 765 6/11/2022
1.0.9 842 5/25/2022
1.0.8 835 5/17/2022
1.0.7 780 5/8/2022
1.0.6 781 4/24/2022
1.0.5 804 4/21/2022
1.0.4 749 4/19/2022
1.0.3 732 4/12/2022
1.0.1 745 4/8/2022
1.0.0 854 4/5/2022

v1.0.8
   * Fixed bug free typing new titles for checkboxes
   * Fixed bug free typing new titles dropping last character typed
   * Added keybinding (defaults to Enter) for opening context menu
   * Changed context menu title from 'Properties' to the fieldname of the control being edited
   v1.0.7
   * Support for editing MenuBars
   v1.0.6
   * Fixed bug adding Views to newly created TabViews
   * Fixed undo for operations performed via context menus
   * Added Try/Catch to context menu operations
   * Added support for TreeView
   * Changed TableView example data to be all nulls
v1.0.5
* Right click context menu support
* Increased mouse resizing click hit box
* Added progress indicator for creating new Views
* Fixed mouse dragging/resizing of views in subviews (e.g. TabViews)