Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Increase Mouse Scroll Sensitivity in Eclipse

Tags:

scroll

eclipse

How can I increase the vertical scrolling speed in eclipse? Currently it's scrolling at one line per scroll tick. I tried to search "mouse" in Windows -> Preferences but no results were found. In my Control Panel -> Mouse -> Wheel -> Vertical Scrolling, number of lines at a time is set to "3". I'm using Eclipse Kepler build 20130614-0229. Appreciate for any helps.

like image 507
You Qi Avatar asked Oct 13 '13 06:10

You Qi


People also ask

How do I change my mouse scroll settings?

To change how the mouse wheel works Click the Wheel tab, and then do one of the following: To set the number of lines the screen will scroll for each notch of mouse wheel movement, under Vertical Scrolling, select The following number of lines at a time, and then enter the number of lines you want to scroll in the box.

How do I enable horizontal scrolling in eclipse?

Add Eclipse to your Applications list in X-Mouse by clicking Add and finding javaw.exe in the "Choose Application" popup and clicking OK . Now click on the "Eclipse" profile and choose the "Scrolling & Navigation" tab. Under the "Advanced Window Scrolling" choose Method 1(SCROLL Msg) option for Scroll Method. Click ...


1 Answers

Currently, Eclipse does not provide functionality to choose custom mouse scroll sensitivity in editors and views.

Nevertheless, you can push CTRL key during the mouse scrolling in editors to scroll an entire screen at a time.

like image 157
Juna Avatar answered Nov 15 '22 17:11

Juna