BDisp

Results 764 comments of BDisp

That a lack with the `Windows Terminal` not priorize app keys. In `Win32` there settings for the `cmd` and `conhost` terminal's letting the app handling the key.

Please don't forget to fix the issue where the `Dialog` are opening again after the Ok/Cancel button is clicked. I thin that is related with `View.Accept`. Thanks.

I think @dodexahedron is right in insisting not to change the name to `PropertyChangedEventArgs` because it would collide with the existing one. Now, if the issue is that you don't...

> Ok, how's `SomethingChangedEventArgs`? Lol. No, `blablablaChangedEventArgs` is much better. :-) Leave it as is, in my opinion.

As the event is derived from `CancelEventArgs` I suggest that the class name could be `CancellablePropertyChangedEventArgs`. This way the user will know that this class will contain the current and...

They really are different situations. The existing `StateEventArgs` is derived from `CancelEventArgs` which itself is derived from `EventArgs`. Therefore ideal for human interaction events. For live data events, the ideal...

> Not bad, but pretty long. > > Only `CancelEventArgs` (not generic) is built-in. What if we renamed `StateChangedEventArgs` to `CancelEventArgs`? I agree @tig. Good choice.

I'm only having fails on the `IntegrationsTests` with ReSharper. In Test Explorer and in the CI all passed and some skipped as flagged. ![image](https://github.com/user-attachments/assets/5fcaf4a0-e709-4562-ad64-7fa00751a412)