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 Window

Re: Creating a Gradle project

2023-10-28 Thread Laszlo Kishalmi
While I've seen that message earlier, I cannot reproduce this with NetBeans 20-rc2. More info on how to reproduce this is required. On 10/28/23 05:29, Arbol One wrote: When creating a Gradle project I get this message: Am I missing something? What am I doing wrong? -- ArbolOne.ca Using Fir

Creating a Gradle project

2023-10-28 Thread Arbol One
When creating a Gradle project I get this message: Am I missing something? What am I doing wrong? -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and volunteers dedicated to providing free services to charitable organizations. ArbolOne on Java Development is in p

Hellooooo! Anyone here?

2023-10-28 Thread Arbol One
Is this mailing list still working? I have a Netbeans question, where can I post the question? -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and volunteers dedicated to providing free services to charitable organizations. ArbolOne on Java Development is in prog

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 MOUSE_BUT

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 a

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 on

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 3S

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 th

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 m