When coding in Eclipse(Indigo), I accidentally hit a combination of keys which made this bar appear when I was doing some shortcuts. This question has probably being answered before but since I don't know the exact name of the bar googling the problem has being fruitless. I've spent two hours trying to fix it. So anyone know how to get rid of this bar in the image below?
-
5Your question saved me a few minutes by coming up as the result of my desperate query on google. Hence, it must not be stupid! qed – mxro Dec 10 '12 at 21:29
-
1Thanks! Google's nicely optimised for indexing 'stupid' questions so this helped me out too :) – Mark S Sep 01 '14 at 04:23
-
http://stackoverflow.com/questions/9650664/how-do-i-get-rid-of-this-unwanted-bar-from-eclipse – Jan 28 '15 at 08:40
-
Simple 2 step solution. [here](https://stackoverflow.com/a/15154516/1999190) is my answer to similiar SO question. – Shachi Sep 28 '17 at 12:28
-
And for bonus points, what was that accidental combination of keys? I hit them too ... – Stewart Nov 25 '17 at 11:21
6 Answers
The bar you are talking about is the breadcrumbs.
To remove it, look at your toolbar which should more or less look like this:
Then, click that button that is on the very far right. It looks like a little C with a green circle, a black triangle, and some small blue thing in the back. Find that button on your eclipse toolbar and click it to show/hide breadcrumbs.
If you don't see it, let me know, and I can try to figure out which toolbar it is a part of.

- 911
- 11
- 11

- 6,263
- 2
- 24
- 34
-
Thank you, I feel quite stupid! I didn't hover over that icon as it looked like it was related to a class. Doh! – BobMcboberson Mar 10 '12 at 22:34
-
7
-
3really crap UI. i second that. they should have put a cross icon right there. – rjha94 Apr 13 '19 at 19:57
-
Thanks, just a note that it may not be on the far right of the toolbar ribbon, just depends on how you've set it up. +1 for a crap UI idea. – MetalRules Apr 18 '20 at 22:55
Using the Scala View, I neither had the icon mentioned in the accepted answer nor did Alt+Shift+B work.
What did work for me: Right click in the unwanted breadcrumb bar and click Hide Breadcrumb.

- 23,414
- 14
- 122
- 178
-
1This worked perfectly for me as well! The button wasn't there for me. – specialk1st Mar 20 '16 at 00:34
-
9The right click has to be on the text within the breadcrumb bar. Clicking on the empty space on the breadcrumb bar had no effect, but the text (filename in my case) brought up a large menu among which one of the choices was, Hide Breadcrumb. – user892703 Apr 17 '17 at 23:10
When you right-click the breadcrumb bar, you need to right-click one of the words. Just clicking the bar does not work

- 519
- 4
- 15
just click the button next new class button and problem solved. And If you want breadcrumb just hit alt+shift+B. hit the link for image

- 91
- 1
- 5
Adding on to the other answers, the "toggle breadcrumb" button may be in an alternate location on the toolbar as in this image:

- 433
- 4
- 8