Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is classical vertical scrollbar in PyDev?

I have just updated Eclipse (using with PyDev) and surprisingly found out that the classic vertical scrollbar is changed to some strange thing as marked on the figure (screenshot).

enter image description here

Eclipse Standard/SDK

Version: Kepler Service Release 2 Build id: 20140224-0627

I would like to ask you how can I disable this or change it back to classical vertical scrollbar in editor in Eclipse?

like image 658
lskrinjar Avatar asked Aug 31 '14 18:08

lskrinjar


2 Answers

This is the Overview Ruler Minimap which is now the default with PyDev release 3.7.0

This is controlled by Preferences > PyDev > Editor > Overview Ruler Minimap

like image 189
greg-449 Avatar answered Nov 17 '22 07:11

greg-449


Go to Preferences > PyDev > Editor > Overview Ruler Minimap.

There is an option "Show vertical scrollbar?"

disable it :)

enter image description here

like image 24
KingFeming Avatar answered Nov 17 '22 07:11

KingFeming