user294698
user294698

Reputation: 35

How to enable this eclipse scroll bar?

When editing Python code I get this scroll bar (even in Java perspective):

http://pasteboard.co/22Uf7QhU.png

I have installed the PyDev plugin which gave me this bar but is it not possible to use it for Java?

I would like to see this when editing in Java rather than the standard Window's style scroll bar but I don't know how to enable it or even what it is called.

Does anyone know?

Upvotes: 1

Views: 248

Answers (1)

greg-449
greg-449

Reputation: 111142

This is the PyDev 'Overview Ruler Minimap'.

It is solely a feature of the PyDev plugin and is not available for other languages.

Upvotes: 1

Related Questions