Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No horizontal scrollbar with the PyDev Plugin in Eclipse

I am using Eclipse Luna (4.4.0) and have recently updated the PyDev for Eclipse plugin to 3.7.

It seems since the update, my horizontal scroll bar has disappeared:

enter image description here

I also notice the vertical bar has changed into the "Overview Ruler Minimap" (which I like). But I really need a horizontal bar.

Does anyone know how I can get it back?

like image 476
LondonAppDev Avatar asked Sep 02 '14 10:09

LondonAppDev


People also ask

How do I add a horizontal scrollbar?

Basic Horizontal Scroll Box To make a scroll box with a horizontal scroll, you need to use the overflow-x property. Specifically, you need to use this code: overflow-x:scroll; . This tells your browser to create scroll bars on the x (horizontal) axis, whenever the contents of the container is too wide.

How do I add a horizontal scrollbar in Oracle?

You can go for Stacked Canvas to scroll Horizontally over the columns/fields. go to your data block and press F4 to showing data block property palette then go to scroll bar section property and set "Scroll Bar Tab Page" property.

How do I display horizontal scrollable content?

Horizontal scrolling can be achieved by clicking and dragging a horizontal scroll bar, swiping sideways on a desktop trackpad or trackpad mouse, pressing left and right arrow keys, or swiping sideways with one's finger on a touchscreen.


1 Answers

Found the solution under Preferences > PyDev > Editor > Overview Ruler Minimap.

There is an option "Show horizontal scrollbar?"

enter image description here

like image 140
LondonAppDev Avatar answered Sep 21 '22 13:09

LondonAppDev