1

Does anyone have a clue how to remove the bar which I circled in red in Eclipse? I have the package explorer view open at the left side and I think it is more than sufficient.

Eclipse

Thank you!

Kevin Lee
  • 2,307
  • 26
  • 31

2 Answers2

4

Sure - that's the breadcrumb view.

You can toggle it on or off with this button:

Breadcrumb button

(I'm struggling to find a menu option to toggle it at the moment, but I'm sure there's one somewhere.)

Alternatively, you can hide it in the context menu for the breadcrumb itself.

Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194
  • Thank you! I had no idea that it was called the breadcrumb view (sorry if it was a duplicate question). – Kevin Lee Feb 22 '14 at 15:44
1

This option is known as breadcrumb view.

You can toggle it with shortcut

Alt + Shift + B

(look is here). Note that this shortcut is not functional on all eclipse version.

You can enable / disable breadcrumb view in Preferenes > General > Keys - Option Toggle Java Editor Breadcrumb and there you can set your own shortcut.

Here is the screenshot:

enter image description here

Community
  • 1
  • 1
Bosko Mijin
  • 3,287
  • 3
  • 32
  • 45