How to customize editor scrolling in Android Studio

I am using Android Studio 1.5.1 for Windows 7 Home Premium 64 bit.

When I look at a text editor window (for example, editing my MainActivity.java), it jumps 10 lines forward (or backward).

This is too much scrolling for me.

I already coped with the Settings / Editor / General / Scrolling parameters without any problems. "Smooth Scrolling" does not affect this.

I would like to change the scrolling for, for example, 1 line, as is usual for me in other Windows applications, for example, in Windows Explorer.

+6
source share
1 answer

What you are looking for is: Appearance and behavior → Appearance → (window options - smooth scrolling). This will fix your side editor tabs.

0
source

Source: https://habr.com/ru/post/1244964/


All Articles