Thomas Nind

Results 117 issues of Thomas Nind

It looks like CI is not running all the tests ![image](https://github.com/gui-cs/TerminalGuiDesigner/assets/31306100/afb0d813-c2ab-4f5b-8126-1b4f84199203)

Terminal.Gui is preparing for a v2 release. In order for the designer to be ready and compatible with the new APIs I have created this branch. This PR adds a...

dependencies

1. Create a new view 2. Add 2 MenuBar 3. Move them so they are both visible 4. Save 5. Close and re open app 6. Open View Expected: Both...

bug
v2

If you edit `Name` property and set it to blank and confirm the choice then you get a quite ugly dialog and the value reverts: ![image](https://user-images.githubusercontent.com/31306100/199663646-3b8f4f48-3067-4b02-ad2b-b62e59ebbcf2.png) If you try to...

enhancement

There is code that is supposed to lock operations and prevent move events firing. This may be a regression or a new bug or something that came from upstream. Needs...

bug

We have logic that answers the following question: - Given a property of arbitrary Type with current value `oldValue` - What UI should I show to illicit a new value...

Repro: - Add a Label - Set width - Select Percent - Enter 200 - Hit Ok Expected Behaviour: - Display an error either in line in editor or as...

bug
v2

One of the cool things about TreeView is it's ability to support generics e.g. ```csharp TreeView fileTree = new TreeView(); TreeView tree = new TreeView(); ``` I want to tackle...

I agree that this would allow more comprehensive testing. I will create an issue. _Originally posted by @tznind in https://github.com/gui-cs/TerminalGuiDesigner/pull/260#discussion_r1421232603_

> Also, I couldn't figure out how to add more top-level menu bar items so I had to do that by editing myView.Designer.cs directly. ![image](https://github.com/gui-cs/TerminalGuiDesigner/assets/31306100/a328022d-fde9-47a6-b90e-c7398d20a0a5) Rename this command to make...