slynch8 / 10x

10x IDE/Editor
191 stars 34 forks source link

Smooth Scrolling #2054

Open benanil opened 1 year ago

benanil commented 1 year ago

JetBrains editors have this feature such as Clion, Rider, Android studio when we scrolling with mouse instead of direct movement screen can scroll smoothly

scrollPosY = lerp(scrollPosY, targetScrollPos, dt)

SD-V-01 commented 1 year ago

+1 for me

vulcan-dev commented 1 year ago

I was just using another editor temporarily that had this, I went to 10x and thought "Wow, 10x really needs this". There is a Python script for it, but sadly you can only bind that to keys. If you could overwrite the mousewheel functionality, it could definitely be integrated in the SmoothScroll script.