13

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?

Kjuly
  • 34,476
  • 22
  • 104
  • 118
71GA
  • 1,132
  • 6
  • 36
  • 69
  • 5
    What do you mean with 'vertical ruler'? The thin strip at the left of the editor holding breakpoints, folding marks, etc.? – tobias_k Oct 10 '12 at 18:42
  • Programmatically you can avoid one in your own subclass by returning null from AbstractTextEditor#createVerticalRuler(), but as a user, no. Why would you want to? – nitind Oct 10 '12 at 18:44
  • 2
    I want to remove the vertical ruler **on the right**. But I don't find a way, in the Prefs. Any solution ? – Nicolas Barbulesco Jun 27 '13 at 11:13
  • 1
    [Now I know how to remove the annoying vertical ruler on the right.](http://stackoverflow.com/a/1248899/1824094) – Nicolas Barbulesco Jun 27 '13 at 11:29
  • @SteveAtkinson Because it breaks mousewheel vertical scrolling. In Preferences/PyDev/Editor/Overview Ruler Minimap, deselecting 'Show Minimap?' and selecting 'Show vertical scrollbar?' fixed mousewheel vertical scrolling. Eclipse 4.5.0 20150621-1200, GTK, Linux. – AnotherSmellyGeek Aug 24 '15 at 06:44
  • @SteveAtkinson Also it takes up a lot more horizontal space than a standard vertical scrollbar, and I don't find it useful at all. How is it 'incredibly useful' to you? – AnotherSmellyGeek Aug 24 '15 at 06:45
  • If you are talking about the "Folding" then right click on that left line and see the option "Folding", just uncheck the "Enable Folding" and then the line will be 'almost' gone. You can always bring back the line by following the same process. – iammilind Aug 30 '16 at 06:39

4 Answers4

17

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

Joshua Taylor
  • 84,998
  • 9
  • 154
  • 353
Kevin Parker
  • 16,975
  • 20
  • 76
  • 105
  • Thanks for this, I had this issue with PyDev as well. I wasn't against the Minimap but the way Eclipse showed it irritated me, I didn't find any purpose for it (unlike other editors). Its disabled now. Peace! – Bharath Oct 01 '15 at 14:34
  • I had to restart Eclipse for changes to take effect. – arun May 16 '17 at 13:43
0

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

Bananeweizen
  • 21,797
  • 8
  • 68
  • 88
  • Looks like hiding the overview ruler was possible in older Eclipse versions - [link](http://books.google.co.in/books?id=cGYMActRiakC&lpg=PA55&ots=vBruIdrO8o&dq=eclipse%20hide%20overview%20ruler&pg=PA55#v=onepage&q=eclipse%20hide%20overview%20ruler&f=false) – nhylated May 23 '13 at 15:33
0

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

0

You can disable it.

  • WindowPreferencesGeneralEditorsText Editors
  • Uncheck Show print margin.
  • Done!
Saikat
  • 14,222
  • 20
  • 104
  • 125