BDisp

Results 409 comments of BDisp

That good, thanks. Now if the user close the console without pressing Ctrl+Q, on the next running, before the user do some action, the app will check if there is...

> @BDisp is this in the PosEditor and DimEditor dialogs? Yes, but perhaps can have the same behavior on others places where `ComboBox` is used.

Totally agree with you. All the bugs that is pertinent to the gui.cs must be fixed there. I just was talking about this with you to exchange ideas. Can you...

I recommend to use the `Linux Mint` which has a better performance than the `Ubuntu` or `Debian`, where the mouse works well.

I understand your point of view. Since you liked the menu idea, I suggest if the user right click then a `ContextMenu` is open with the same actions.

What can be done is redraw the dots on the Editor if a flag `ShowGrid` is enabled.

I think I improved this a little by invoking the `BorderChanged` event for all properties except for the `Child` property, in this pr https://github.com/gui-cs/Terminal.Gui/pull/1862.

@tznind although this is versatile I think this feature should be `TreeView` built-in, like the `ListView` does. Nonetheless, this is more difficult to be implemented on the `TreeView` than the...

> Its doable, theres also lots of customizations I can think of e.g. > > * If you click a checkbox for a branch should it tick all leaf items...