lkytal / SmoothScroll

Smooth scrolling code editor for the Visual Studio 2013, 2015, 2017 and 2019
https://lkytal.github.io/SmoothScroll/
GNU Affero General Public License v3.0
34 stars 6 forks source link

Smooth Scrolling Only Works for Mouse Wheel Scrolling #8

Open Manuzor opened 7 years ago

Manuzor commented 7 years ago

I'm using version 2.1.1 with Visual Studio 2015 Update 3 (14.0.25431.01) and smooth scrolling only works when I scroll using the mouse wheel without any modifiers. When I use alt-wheel for scrolling a page at a time or shift-wheel for scrolling horizontally, the transition is instant. I also observe this behavior for both scrolling with page-up and page-down keys as well as ctrl-up and ctrl-down (line-scrolling).

Is this intended or a known issue? If so, it would be nice if this could be mentioned in the readme and/or the visual studio gallery page.

lkytal commented 7 years ago

Smooth scrolling for keyboard operations require a large amount of compatibility to be solved, I've been working on it but still remains unsolved. Good new is that I've uploaded version 2.2.0 with smooth horizontal scrolling.