Christopher Plewright

Results 16 comments of Christopher Plewright

Hi @ant0sha I created a new method **test_mswin_event**, specifically for windows. It works for windows gui as well as windows console. This new method functionally overlaps with **test_gui_event**. Actually, when...

Yeah, I see C-- converts to C-_ in the win32 console, but not at the moment in the GUI. I don't know why it was removed from the GUI, but...

I think your patch for gui_w32.c is correct. It makes w32 gui gvim behave like it used to, for nearly 20 years, up until patch 8.2.4807 4/23/2022, and it will...

Thanks @brammool for referring us to `may_adjust_key_for_ctrl()` I was able to see how that's used in x11, gtk and term versions, so have added it into gui_w32.c. See PR https://github.com/vim/vim/pull/11760...

I believe that #11760 incorporates the essence of this PR. ie, adding may_adjust_key_for_ctrl() to gui_w32.c resolved what this PR was intended for, it resolves issue #10817 #11760 also includes the...

Oh, we were working on something related to this before #11899 But, I've been moving house and I dropped the ball on this. Anyway, its good to see some movement...

Hi Roel, I agree with your motivation there - it's not easy to see which tab is selected. I guess the original default win32 styling theme was designed to work...

Yeah, I found the SetTextColor() was real easy. OK, so, comparing, the current tabs look like this; ![image](https://user-images.githubusercontent.com/10286211/215473537-dc6e739f-0aed-4d8a-a07d-48d1f0494768.png) A minor tweak with your patch, it can look like this -...

@roel-v > Do you take over from here or is there anything from me that would help? I'm keen to do what I can on it. I think it looks...

@roel-v I've got a bit more time to play with this again, this is what it looks like so-far; ![image](https://user-images.githubusercontent.com/10286211/221738937-9e1d0701-ad71-44f4-b581-7d0c1d4e9389.png) So, as you can see the menus can be custom...