[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2024-03-18 Thread unaschneck via Github-comments
I've downloaded the latest geany 2.0, which came out 10/2023, but the scroll speed is still too fast on touchpad. Has it not been integrated or is there a feature in preferences I need to change? -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2023-01-22 Thread Enrico Tröger via Github-comments
The patch was merged in Scintilla so we can close this once the next Scintilla release is integrated in Geany. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2768#issuecomment-1399525319 You are receiving this because you are subscribed to this

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2023-01-15 Thread Enrico Tröger via Github-comments
I did my best to create https://sourceforge.net/p/scintilla/bugs/2375/, @elextr and @nyamatongwe. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2768#issuecomment-1383179337 You are receiving this because you are subscribed to this thread. Message

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2023-01-15 Thread Enrico Tröger via Github-comments
Reopened #2768. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2768#event-8229775183 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2023-01-14 Thread elextr via Github-comments
@nyamatongwe the intention was to simply remove the code you pointed at by removing the #if [here](https://github.com/geany/geany/blob/607fcec1fa5aff005090fbda17280976dcee68c8/scintilla/gtk/ScintillaGTK.cxx#L2001) and the else clause so it uses what is currently apple only code on all

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2023-01-14 Thread Neil Hodgson via Github-comments
While there are some binaries linked on this issue, I can't find a patch or recent code change to integrate upstream. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2768#issuecomment-1382914842 You are receiving this because you are subscribed to

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2023-01-14 Thread kcvinu via Github-comments
Closed #2768 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2768#event-8227046923 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2023-01-07 Thread kcvinu via Github-comments
@eht16 Thank you for the updates. Sorry for the delayed reply. I have tested version 1.39 in Windows 10 and it's perfect now. No extra speed in mouse scrolling. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2768#issuecomment-1374640561 You are

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2023-01-07 Thread Tim Niiler via Github-comments
I just found this thread. Thank you so much @eht16 for your executables. While I use Geany on Kubuntu as my main development IDE, I've recently had to do some extra testing on Windows 11. The ultra-fast scrolling speed made Geany unusable so I had been going back to vim (yes, I'm a dinosaur)

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-12-06 Thread elextr via Github-comments
@Gershy please raise those as a separate issue, this is about overly fast scrolling. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2768#issuecomment-1340052186 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-12-06 Thread Gershom Maes via Github-comments
Hi @elextr I really appreciate the attention being dedicated to this issue! I'm trying out Geany 1.39 and I would say that the scrolling is an improvement from 1.38, but Geany 1.39 overall feels sluggish. I specifically notice: - About a ~150ms delay between performing a scroll and the scroll

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-11-30 Thread elextr via Github-comments
@clark713 The patched code uses the `linesPerScroll` value (or 4 if thats 0), and `linesPerScroll` is set from the windows system parameter [here](https://github.com/geany/geany/blob/5d4e7cfd5b12647b4cab9bda7278abd7f63e9c2f/scintilla/gtk/ScintillaGTK.cxx#L262) so maybe look at what that

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-11-30 Thread atRory via Github-comments
@eht16 Many thanks for this and for your continued efforts. The scrolling is less warp speed now. I would say this is an improvement vs before. However it seems to be scrolling by 13 lines at a time. If I start at line 1 the first scroll down goes to line 13, then 26, 39, etc which is

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-11-30 Thread Enrico Tröger via Github-comments
> > I can scroll neither with mouse wheel nor with trackpoint (didn't try > > touchpad). > > Ahh, ok, needs to set `cLineScroll` to something, maybe remove the #if too, > so the apple code is used for all platforms. Done: only the macOS code path is active. @Gershy @clark713 @kcvinker here is

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-11-23 Thread elextr
@clark713 that suggests its GTK since (IIUC) Emacs uses GTK for its GUI. If someone has dual boot hardware and has the problem in Windows can they boot into Linux and see if it works correctly. Also its not entirely clear to me if GTK3 supports hi-res wheels, so if you are using one of those

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-11-23 Thread atRory
Just installed Emacs and it has the same "faster than light" scroll speed seen in Geany. Noting this in case it helps the process of elimination somehow. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2768#issuecomment-1326025464 You are receiving

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-11-22 Thread Torsten Berg
I can add that scrolling speed is also very fast on macOS. So, it is an issue there. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2768#issuecomment-1324617720 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-11-22 Thread atRory
Noting something in case it helps track down the issue. Geany > Preferences > Various Geany > Preferences > Keybindings Those pages has enough content to scroll. Scrolling there is at the normal speed. So the issue is not "fast scrolling everywhere in Geany" just scrolling in the editor.

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-11-22 Thread elextr
Thanks. I'm not sure what the state of building Geany on Windows is, there have been some work lately which is intended to make it easier to build for Windows hosted on both Linux and Windows (through the magic of docker) and then to also use that in the Github CI to produce a windows

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-11-22 Thread atRory
Many thanks for the detailed reply and all the information it is very appreciated. I will try to dig into this more and see if I can figure anything out, although I am very amateur in this regard. I mainly use Linux but on my Windows machine installed Geany just for consistency. Thanks again.

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-11-21 Thread elextr
@clark713 its not beyond belief :-). Since GTK sits between Geany and Windows its entirely possible it ignores any scroll speed setting. Since Windows is not GTK's primary target, its entirely believable that the quality of the Windows port is not as good as the Linux version (which _is_ its

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-11-01 Thread elextr
Most of the regular contributors to Geany do not use Windows regularly, and none of them have confirmed they have seen the issue. > perhaps there is some fix I can configure in a newer version of geany? AFAICT there is no fix specific to this issue, but you can try 1.38. -- Reply to this

[Github-comments] Re: [geany/geany] How reduce scrolling speed in Geany ? (#2768)

2022-11-01 Thread Gershom Maes
Hi @elextr, is there any news here? (Some time has passed - perhaps there is some fix I can configure in a newer version of geany?) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2768#issuecomment-1298960355 You are receiving this because you are