opus1269 / smooth-scroller

Smooth and inertial scrolling for IntelliJ
https://plugins.jetbrains.com/plugin/8246
MIT License
18 stars 6 forks source link

Small speed #2

Open KODerFunk opened 8 years ago

KODerFunk commented 8 years ago

Small or smaller scrolling speed with any options.

opus1269 commented 8 years ago

I don't fully understand your comment. Could you try to clarify, please.

KODerFunk commented 8 years ago

OS X 10.11.3 / Rubymine 8.5-EAP Today i use Apple Magic Mouse, and works fine, but 2 days ago i use simple mouse (at same mac-mini) with standard scroll-wheel. It was very slow with any options, and ugly when using PgUp + PgDn (Fn + up/down)

KODerFunk commented 7 years ago

I try combinations of new software versions again at next week 🎅

DeflatedPickle commented 4 years ago

@KODerFunk, after messing with the code, this bug seems to be caused by the scrolling being set to 20 FPS

With this version, you can fix this with similar settings to mine; image But in my fork, this was fixed by using the highest refresh rate of the user's connected monitors. I'm just waiting on it to be approved