Thomas Nind

Results 117 issues of Thomas Nind

> Also, if you right click on a control in a frameview, you should let the user choose which control in tree they want to change, I.E. the frame view...

> It would be really helpful if you could change the cursor depending on if it is going resize or move the control. Maybe that isn't possible but that is...

It should be possible to use the designer to create things like: ![image](https://github.com/gui-cs/TerminalGuiDesigner/assets/31306100/5cc79eb6-9905-4869-be13-fa0184898550) - A shortcut key combination to flip between - No Checks - Check box (empty) - Radio...

`CodeToView` is responsible for converting a users `.Designer.cs` code into a runtime state for the editor. Currently the load process is as follows: - Create a `CSharpSyntaxTree` from the .Designer.cs...

enhancement

If user creates 2 ColorSchemes with identical Attribute declarations then TerminalGuiDesigner is going to get confused. Especially after saving and reopening that file. Most likely behaviour will be (not tested,...

1. Add a Label 2. Set its ColorScheme to 3. Add a Button and tab to it so you can see the unfocused/selected color of the label 4. Right click...

bug

Sometimes when creating a new scheme you want to assign all to the same value (e.g. for unselectable text). Having to manually select every one is a right pain! Add...

enhancement

After a short delay the view opens anyway. Quitting should either be blocked or should abort loading the view.

bug

Another nice to have both for users and development/debugging is a history view that shows recent operations stack (e.g. moved mylbl from mycontainer1 to mycontainer2). This would appear like the...

enhancement

A nice tool for users and in debugging (especially when stuff vanishes mysteriously!) would be a popup window with the To start with this should be full screen and show...

enhancement