Thomas Nind

Results 117 issues of Thomas Nind

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...

Some consoles are very restrictive about what key strikes are allowed. Some (Raspain Lite I'm looking at you) don't even report function keys (F2 etc). Having a shortcut on the...

enhancement

The following issues need workarounds or additions - [x] Deleting the last menu item from a root menu results in gui.cs throwing index out of bounds errors - [ ]...

The new `Label` seems not to be associated with the root view and its `View.SuperView` is null despite appearing in the UI

Found this issue but was not able to reproduce how it occurs. Tool produces the following (see below). Problem is `this.label2.Border` is null when trying to load/use the class the...

bug

Since menu separators are in code a 'null' and in the gui unselectable it is not possible to remove them other than by manually editing the .Designer.cs file. If you...

Fixes #2008 - When using some remoting technologies some keyboard input is supplied as `ConsoleKey.Packet`. ## Pull Request checklist: - [x] I've named my PR in the form of "Fixes...