Re: Two finger swipe left - right makes editor go wild

2023-11-02 Thread Neil C Smith
On Thu, 2 Nov 2023, 13:01 Neil C Smith, wrote: > > > On Thu, 2 Nov 2023, 12:28 Patrik Karlström, wrote: > >> I was not sure of what to test so I went for >> https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/ >> . >> > > Ah, sorry, should have been

Re: Two finger swipe left - right makes editor go wild

2023-11-02 Thread Neil C Smith
On Thu, 2 Nov 2023, 12:28 Patrik Karlström, wrote: > I was not sure of what to test so I went for > https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/ > . > Ah, sorry, should have been more explicit. If you go to the test summary page of any pull

Re: Two finger swipe left - right makes editor go wild

2023-11-02 Thread Patrik Karlström
I was not sure of what to test so I went for https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/ . As it turns out, I can't reproduce this on rc2 either now. Since I wrote the first posting on this topic I got, among others, the updates below: I also

Re: Two finger swipe left - right makes editor go wild

2023-11-02 Thread Neil C Smith
On Thu, 2 Nov 2023 at 04:37, Patrik Karlström wrote: > I just tested the latest daily with a fresh userdir with the default settings > and it looks good to me. Daily?! As in daily build, your own build of delivery, or the build from the pull request? I'm curious to clarify because the fix

Re: Two finger swipe left - right makes editor go wild

2023-11-01 Thread Patrik Karlström
I just tested the latest daily with a fresh userdir with the default settings and it looks good to me. Thanks! Den tis 31 okt. 2023 kl 15:40 skrev Neil C Smith : > On Mon, 30 Oct 2023 at 14:06, Neil C Smith wrote: > > On Mon, 30 Oct 2023 at 13:51, Laszlo Kishalmi > wrote: > > > can confirm

Re: Two finger swipe left - right makes editor go wild

2023-10-31 Thread Neil C Smith
On Mon, 30 Oct 2023 at 14:06, Neil C Smith wrote: > On Mon, 30 Oct 2023 at 13:51, Laszlo Kishalmi > wrote: > > can confirm that mouse wheel left/right is button 4/5 on my mouse on linux > > (swing event numbers, which are not the button numbers i see via piper or > > xev) > > > > I can

Re: Two finger swipe left - right makes editor go wild

2023-10-30 Thread Neil C Smith
Hi, On Mon, 30 Oct 2023 at 13:51, Laszlo Kishalmi wrote: > can confirm that mouse wheel left/right is button 4/5 on my mouse on linux > (swing event numbers, which are not the button numbers i see via piper or xev) > > I can confirm on both X11 and Wayland. Horizontal wheels, two finger scrolls

Re: Two finger swipe left - right makes editor go wild

2023-10-30 Thread Laszlo Kishalmi
On 10/28/23 12:44, Michael Bien wrote: On 28.10.23 14:09, Laszlo Kishalmi wrote: On 10/28/23 04:52, Neil C Smith wrote: On Sat, 28 Oct 2023, 12:29 Neil C Smith, wrote: On Sat, 28 Oct 2023, 11:59 Laszlo Kishalmi, wrote: It would be good if somebody could test the

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Michael Bien
On 28.10.23 14:09, Laszlo Kishalmi wrote: On 10/28/23 04:52, Neil C Smith wrote: On Sat, 28 Oct 2023, 12:29 Neil C Smith, wrote: On Sat, 28 Oct 2023, 11:59 Laszlo Kishalmi, wrote: It would be good if somebody could test the Mouse Button layouts on

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Laszlo Kishalmi
On 10/28/23 04:52, Neil C Smith wrote: On Sat, 28 Oct 2023, 12:29 Neil C Smith, wrote: On Sat, 28 Oct 2023, 11:59 Laszlo Kishalmi, wrote: It would be good if somebody could test the Mouse Button layouts on Windows and Mac, probably can remove the

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Neil C Smith
On Sat, 28 Oct 2023, 12:29 Neil C Smith, wrote: > > > On Sat, 28 Oct 2023, 11:59 Laszlo Kishalmi, > wrote: > >> It would be good if somebody could test the Mouse Button layouts on >> Windows and Mac, probably can remove the MOUSE_BUTTON4 and MOUSE_BUTTON5 >> registration... >> > > They weren't

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Neil C Smith
On Sat, 28 Oct 2023, 11:59 Laszlo Kishalmi, wrote: > It would be good if somebody could test the Mouse Button layouts on > Windows and Mac, probably can remove the MOUSE_BUTTON4 and MOUSE_BUTTON5 > registration... > They weren't added by accident! ;-) I have all 3 OS to hand, and tested this

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Laszlo Kishalmi
It seems MOUSE_BUTTON4 and MOUSE_BUTTON5 events are sent on horizontal wheel movement on Linux.  Remove the registration of those and keeping MOUSE_BUTTON6 and MOUSE_BUTTON7 which is assigned for back and forth buttons does the trick. Tested with Wayland and X11. and with Touchpad, MX Mouse

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Patrik Karlström
Thanks, I was able to disable it, perhaps it should be opt-in instead. Yes, it's 20-rc2 on wayland. I'm really happy with the OS gestures in general and two finger left right in firefox takes a bit of "force" in order to go back and forth. Den lör 28 okt. 2023 kl 10:36 skrev Neil C Smith : > On

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Laszlo Kishalmi
Well, it seems to be something with the wheel rotation. Horizontal two finger swipe is sent as horizontal scroll by default. Previously that was not working in the IDE. Now I've tested, the touchpad gesture, I can confirm, that it goes back and forth through the editor caret history. So as

Re: Two finger swipe left - right makes editor go wild

2023-10-28 Thread Neil C Smith
On Sat, 28 Oct 2023 at 06:34, Patrik Karlström wrote: > > I'm not sure if this is related to the OS, Fedora in my case or if it's a > netbeans thing. > > Using the touchpad to scroll up and down also invokes a trigger happy two > finger swipe left and/or right and the result is that the editor

Two finger swipe left - right makes editor go wild

2023-10-27 Thread Patrik Karlström
I'm not sure if this is related to the OS, Fedora in my case or if it's a netbeans thing. Using the touchpad to scroll up and down also invokes a trigger happy two finger swipe left and/or right and the result is that the editor might switch tabs or jump between "editor points" within the current