TerminalGuiDesigner icon indicating copy to clipboard operation
TerminalGuiDesigner copied to clipboard

Forms Designer for Terminal.Gui (aka gui.cs)

Results 73 TerminalGuiDesigner issues
Sort by recently updated
recently updated
newest added

> Another annoying thing is `ComboBox` not hiding the list on click but only by double clicking or clicking on the down symbol. I don't remember if there is any...

There is no way to avoid the console closing after user clicked the X icon or press Alt+F4. What I suggesting is always auto saving the changes to a temporary...

enhancement

Workaround is to run with the command line parameter `--usc` Running without this setting seems to result in the mouse getting 'attached' to things that you are trying to drag...

TODO: It would be nicer if the border properties were auto displayed and the `View.Border` automatically created when the properties are changed rather than needing an explicit operation Also needs...

![image](https://user-images.githubusercontent.com/31306100/180749289-f4ed37d9-69bc-4d0e-aec6-5b5c0a554b4b.png) When you press keyboard Enter key on the Cancel button it just moves to Ok. Maybe theres a handled state that needs set? Also how about it says `Clear...

bug

Currently there are 2 ways to edit properties. You can right click something and access its 'Properties' submenu ![image](https://user-images.githubusercontent.com/31306100/180742221-cc7d2678-b251-489a-aeef-8309d4c338e1.png) Then there is F4 (which displays all properties and values). ![image](https://user-images.githubusercontent.com/31306100/180742314-349b9088-20c5-472e-8ee3-8c7ed3b4bc50.png)...

GraphView respects only its `GraphColor` attribute and not `ColorScheme` so setting `ColorScheme` to the selection indication does not alter it's colors. Since we need to save/restore `ColorScheme` when editing for...

Triggered in Linux closing app with Ctrl+Q at random ``` Global Exception Object reference not set to an instance of an object. at Terminal.Gui.View.set_CanFocus(Boolean value) at Terminal.Gui.MenuBar.CleanUp() at Terminal.Gui.MenuBar.OnLeave(View view)...

Testing on Raspberry Pi lite with large font size shows several issues including the help box needing scroll support. Add that and review anything else and then document the minimum...