71GA
71GA

Reputation: 1391

Is there a way to remove "vertical ruler" in Eclipse

Hello i have searched for remooving vertical ruller from eclipse for some time and i havent found any solution. It is not listed even in the Help section of Eclipse.

Does anyone happen to know, how to remove or disable it?

Upvotes: 13

Views: 7788

Answers (4)

Saikat
Saikat

Reputation: 16810

You can disable it.

  • WindowPreferencesGeneralEditorsText Editors
  • Uncheck Show print margin.
  • Done!

Upvotes: 0

user2244390
user2244390

Reputation: 1

Changing the minimap width to 10 made it best of both worlds. used to be much smaller in older versions of eclipse

Upvotes: 0

Kevin Parker
Kevin Parker

Reputation: 17206

For me it only shows up in PyDev, you can easily disable it from:

Preferences → PyDev → Editor → Overview Ruler Minimap →
Uncheck Show Minimap & Show Overview Items in Minimap.

Done and done! You should check show vertical scroll bars if you're disabling the mini-map

Upvotes: 17

Bananeweizen
Bananeweizen

Reputation: 22070

You can only configure what is shown in the vertical ruler using Preferences -> General -> Editors -> Text Editors -> Annotations. You cannot disable it.

Upvotes: 0

Related Questions