BDisp

Results 764 comments of BDisp

The commit https://github.com/gui-cs/Terminal.Gui/pull/4134/commits/d75456e5da75abd266122b335ede936dc334ef9d allow to link the `ExampleWindow.cs` file created in the `Example` project to the `NativeAot` and `SelfContained` projects with common code. The `launchSettings.json` file created in the `Example`...

Due this work I found that some things was not working well. The user doesn't not have to do any of this complexity things because the linked and copied files...

One think I discover with this PR is the `Button.Accepting` event being trigger by mouse when I click on a shortcut in the `StatusBar`. I know that the `Button` `isDefaultView`...

Do you want I close this then?

The part of the `launchSettings.json` I agree to remove all the complexity because using the `config.json` works very well. So I'll remove the `Application.ForceDriver` and the arguments to the `Application.Init`...

> I'm getting errors trying to run `UnitTests.AOT` via Resharper: > > ``` > Exit code is 14942208 (14:47:06.704 EROR 1: JetBrains.ReSharper.TestRunner.Application Autofac.Core.DependencyResolutionException: An exception was thrown while activating ?:JetBrains.ReSharper.TestRunner.Implementation.IRemoteAgentEndpoint...

> The proper way for these tests to inject key input is to use `Application.RaiseKeyDownEvent` and porting them should not be hard. Use `Application.RaiseKeyDownEvent` isn't really the best solution to...

> If a surrogate pair can't be typed and thus passed to `Application.RaiseKeyDownEvent` then what is the point? But can be copied and pasted.

> Pasting strings with surrogate pairs works great with the v2 drivers and does not invoke the `SendKeys` api. > Worked first in the v1 drivers and then in the...

@tznind I could make it to open and close. The problem is I have to tab/shift tab twice to close it because when we tab on the TextField, the MenuBar...