How to adjust editor scrolling in Android Studio

Viewed 2289

I am using Android Studio 1.5.1 on Windows 7 Home Premium 64 bits.

When I scroll in a text editor window (like editing my MainActivity.java) it jumps 10 lines ahead (or back).

That's just too much scrolling for me.

I've already messed with the Settings/Editor/General/Scrolling options without any success. "Smooth Scrolling" has no effect on that.

I would like to change the scrolling for, like 1 line as I usually have in other windows applications, like windows explorer.

2 Answers

What you are looking for is: Appearance & Behavior -> Appearance -> (window options - smooth scrolling). This will fix your side editor tabs.

on windows 10: go to settings -> devices -> mouse -> adjust "choose how many lines to scroll each time"

By adjusting it my scroll speed automatically reduced in android studio. But it will also reduce your scroll speed across the system like "scrolling web pages on browser" etc..

so it will be helpful to experiment for a while and choose the best speed that fits for you.

Related