-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V Scroll Speed does not work #56317
Comments
Looks like some TextEdit bug. When you change the |
I've investigated on this issue and I think there isn't any issue (or I can't reproduce it neither in master nor in 3.4.2 stable). The "scrolling speed" could be missleading. When you're scrolling with mouse wheel, each step (notch?) of the mouse wheel will always move 3 lines up or down. But, when you spam the wheel, the destination scroll value will be reach less or more rapidely according to "V Scroll Speed" editor property. In this gif, I scroll the mouse wheel as fast as I can and you can see the difference : So I think this issue should be closed (Seems to be a mistake about what this setting is supposed to do) |
Don't close this for now, let me check it later please. |
I explain. Ok, I change the "V Scroll speed" option thinking that this option refers to the central mouse wheel and the lines that scroll at each "notch" that the wheel turns. |
OK, so the problem is not Lines 1546 to 1555 in 48ed040
You can get 15 lines by pressing ALT while scrolling.
Maybe you could open a proposal to add a wheel mouse sensitivity factor as a setting and check for community interest. |
I definitely agree with adding such a setting, and I think it should affect all scrollable controls (not just TextEdit). The Alt modifier could also be made to work in all scrollable controls. I implemented it in TextEdit only as a stopgap, but it could be useful to have for large scene trees or long Output logs too. |
Godot version
3.4.2 stable
System information
w10 64
Issue description
I want a faster vertical scroll when I use the mouse wheel but "V Scroll speed" has no effect on that.
Nothing just happens even if you put a value of 240.
Steps to reproduce
just set a value in the option and navigate vertically through the code using the middle wheel of the mouse (turning the wheel) to check if it works or not.
It will not work
Minimal reproduction project
...
The text was updated successfully, but these errors were encountered: