Turn off eclipse code navigation toolbar - eclipse

I accidentally clicked something, which made this appear:
Now I don't know how to turn it off.

This thing called breadcrumbs.
Please take a look to this post How to disable breadcrumbs in Eclipse to disable it

Related

How do I get rid of this toolbar in Eclipse?

How do I get rid of this toolbar shown in the picture? I fatfingered some keys and now I can't get rid of it, primarily because I'm not 100% sure what it is...
This is in the normal Java perspective. I've tried resetting the perspective, but that didn't work.
The annoying toolbar you're describing is called the Java Editor Breadcrumb (see Eclipse documentation)
It can be disabled by pressing Ctrl + 3 and toggling Java Editor Breadcrumb
That's the breadcrumb bar. It shows the details of the location of the class you're currently editing. It's useful to quickly see if you're editing the correct class, and you can use it to navigate to other locations in your project as well.
If you want to turn it off click this button in the toolbar:

eclipse: debug toolbar disappears in debug perspective

I'm having an issue with the debug toolbar disappearing from the global toolbar in the debug perspective in eclipse. Here is what I want:
but here is what I get:
You can see the toolbar is available in the debug view, but when I load the type heirarchy it is not accessible, or if I close that view, or move it around the toolbar moves with it.
I can enable the toolbar once by customizing the perspective and enabling it in action set visibility:
but when I close the perspective and reload it goes away again, even if I save the perspective.
basically I'm trying to do the opposite of this question
PyDev was accountable for this happening to me. For me the only solution was to uninstall the plugin (keeping a separate installation of eclipse for that for now). See the bugreport here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=491553

How to remove file path viewer from eclipse editor view

I looked online, but I am unable to find the answer. I am wondering how to remove the bar below the list of files that tells you the current position of a file in a project. My first picture shows the location of the bar and my second shows a close up of the bar. Thanks in advance. see image
This is known as breadcumbs in eclipse.
Couple of ways to disable them.
Right click on the breadcrumb-> You will get Hide breadcrumb option ->Click on that to hide.
On the the action bar. There is a button called "Toggle breadcrumbs" which will disable it if it is enabled. Click on it to disable it.
Hope it helps.
Best Regards,
Saurav

Hide menuBar on click icefaces

I know icefaces has a "displayOnClick" parameter so that it will display when clicked on. However, clicking on it again does not hide it. You have to click off. Does anyone know if there's a way to make it hide when clicked on again?
Solution: this can only be done in ace 3.x. To do it otherwise, you need to use javascript.

Disabling the hint window that EClipse Editor shows

when I hover over the codes in ECLispe Editor it pops up this yellow hint box for everything that I am on it to show some useful info about it. well it is cool but it is also annoying! is there a way that I can deactivate it as Default setting and then anytime I needed it I hit a hot-key to bring it up...
If you go:
Window->Preferences
In the tree look for "Hovers" under Java->Editor->Hovers
You can uncheck all the ones you do not want, or add keyboard shortcuts to activate a Hover. Not particularly useful, but may help.