score:502
If you are referring to the breadcrumbs in the help file of a RCP application, there is only a manual way to do it.
Since Ganymede 3.4M5:
- Michael Borgwardt mentions the toolbar icon
- Slava Semushin provides a native shortcut based on Ctrl+3+
bread
, which points directly to theToggle Java Editor Breadcrumb
option. - Shachi reminds us below that you can right-click on any icon on the breadcrumb, and select the entry named "
Hide Breadcrumb
".
Original answer (manual way, through key mapping)
Find the file
org.eclipse.help.webapp\advanced\breadcrumbs.css
and replace its contents with.
.help_breadcrumbs {
display: none;
}
For the Java Editor breadcrumb, you need to assign a shortcut to the "Toggle Java Editor Breadcrumb" command (I have tested Alt+B, for instance)
That shortcut will make the breadcrumb bar appear/disappear at will.
score:0
When you see the BreadCrumb toolbar, right-click on the green class icon and then from the menu options click on Hide Breadcrumb.
score:1
In Juno: type 'Bread' and select 'Toggle Java Editor Breadcrumb'
score:1
It very simple just right click in your class editor then select bread crumb or directly right click in top of your class in tool bar then select hide breadcrumb then its done.
score:3
Change property breadcrumb.org.eclipse.jdt.ui.JavaPerspective
from true
to false
in your org.eclipse.jdt.ui.prefs
file.
score:6
Something like http://loadcontext.blogspot.com/2008/08/eclipse-34-breadcrumbs-hide-and-show.html?
Customize Perspective, choose the Commands tab. In the Available command group, choose Java Editor Presentation. The Toolbar details shows the button for Toggle Breadcrumbs, which looks like a folder with a C in a circle with a black triangle on top of it.
Despite my absolute lack of experience with Eclipse, I suppose this setting must appear in other Presentation items too. After the button's enabled, all you have to do is click it. Or not?
score:25
Look for this icon in the toolbar:
This button toggles the Breadcrumb view on/off.
(I'm using Eclipse 3.7, and it's there by default)
score:57
- RightClick on any icon on breadcrumb.
- There is an option named HIDE BREADCRUMB.
- Click it and you are done. :D
score:61
Another way which works for me at Eclipse Indigo (3.7): press Ctrl+3 and type bread
, after that click on item Toggle Java Editor Breadcrumb
.
score:170
With the editor window focussed, look for this icon in your toolbar:
And click on it. That's all. The icon is present by default, but can be deactivated, in which case you have to activated as in MvanGeest's answer.
Source: stackoverflow.com
Related Query
- How to disable breadcrumbs in Eclipse
- How can I disable the eclipse server startup timeout?
- How to disable the "autodeploy" to server feature in an Eclipse web project
- How can I disable compiler warnings in Eclipse on a file specific basis?
- How can I disable "Initialize Java Tooling" on Eclipse startup?
- How to disable the JSP validation in Eclipse helios?
- Annoyance - How to disable Eclipse classpath entry warnings
- How do I disable Hot Code Replace in Eclipse
- How do I disable an eclipse warning in the derived IMarketBillingService.java file?
- How to disable logcat Text wrap in Eclipse Juno
- How to disable the automatic asterisk (inserting stars) in Eclipse when adding a multi-line comment?
- How to disable plugins in eclipse 3.6 Helios?
- How to disable camel case selection in Eclipse
- How to disable warning in Eclipse - 'Class is a raw type. References to generic type Class<T> should be parameterized'
- How to disable Spell Checker in eclipse
- How can I disable `Unknown property: ` error in eclipse while writing JavaFx css
- How to disable Eclipse IDE Language Server
- How to disable css warning "Unknown property" in Eclipse Mars?
- How to disable autocommit in Eclipse Database Tools for Oracle?
- How to disable Eclipse PDT auto-format code when pasting
- How to disable star imports in Eclipse Juno
- Eclipse how to disable validation for txt file (lsp4e)
- Eclipse creates fragment layout automatically, how can i disable it
- How to disable "No Default Proposals" in eclipse content assist for PHP?
- How to disable annoying bar on left of the editor in eclipse
- How to disable cucumber message in eclipse
- How can I disable HTML validation for PHP files in Eclipse Juno 4.2.1?
- How do I disable Unused Variable warnings in Eclipse in minGW?
- How to disable Eclipse (3.3.2) warning: Access to enclosing constructor... is emulated by a synthetic accessor method
- How do I disable news polling in eclipse for all workspaces in one shot?
More Query from same tag
- Eclipse cannot find JDK
- Running a Google Maps App on Android Target 2.3.4 produces a FATAL EXCEPTION
- selenium web driver eclipse connection error
- how to return to back to the full screen in javafx after press ESC to exit full screen mode?
- How can I modify my eclipse.ini settings to build large-scale java projects?
- compiling Jars and add them to android project
- How to stop Eclipse from trying to run XML files?
- Eclipse: Pattern can't be resolved to a type
- Import existing Android project, eclipse popup error msg
- Eclipse, adb, and ddms not detecting Android Emulator
- java.lang.NoClassDefFoundError: org/openqa/selenium/remote/service/DriverService$Builder
- Eclipse Che not starting up
- value of the field is not used
- Why running Cucumber test with Maven return result "Tests run: 0"?
- The following classes could not be instantiated:com.google.android.gms.ads.AdView (Open Class, Show Error Log)
- Talend Open Studio encoding issue
- Is it possible to speed up the execution of a method in Android (Java)?
- View Eclipse Run As configurations from filesystem
- Reopen window closed by mistake in Talend
- How install multiple JDK on Windows?
- Can you Disable DDMS in Eclipse
- Assigning object instance to integer var in Eclipse
- programmatically change the background color in eclipse
- how can I finish Previous Service When Its new Instance is created
- Eclipse - How to replace/delete lines
- Can't add new file to repository in EGit
- Why isn't eclipse compiling my web app?
- Eclipse RCP :- If a view contains huge selection like 4000 objects then applications takes time to show context menus
- Launch TestNG suite from bash script
- Incompatible JVM in GGTS (Eclipse) and JAVA 1.8