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?
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.
发布评论
评论(11)
如果您引用 RCP 应用程序帮助文件中的面包屑,则
仅一个 手动方式。自 木卫三3.4M5:
bread
的原生快捷方式,它直接指向Toggle Java Editor Breadcrumb
选项。隐藏面包屑
”的条目。原始答案(手动方式,通过键映射)
对于 Java 编辑器面包屑,您需要为“切换 Java 编辑器面包屑”命令分配一个快捷方式(例如,我测试了 Alt+B)
该快捷方式将使面包屑栏随意出现/消失。
If you are referring to the breadcrumbs in the help file of a RCP application, there is
onlya manual way to do it.Since Ganymede 3.4M5:
bread
, which points directly to theToggle Java Editor Breadcrumb
option.Hide Breadcrumb
".Original answer (manual way, through key mapping)
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.
聚焦编辑器窗口后,在工具栏中查找此图标:
并单击它。就这样。该图标默认存在,但可以停用,在这种情况下,您必须按照 MvanGeest 的答案激活。
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.
在 Eclipse Indigo (3.7) 中适用的另一种方法:按 Ctrl+3 并输入
bread
,然后单击项目切换 Java 编辑器面包屑导航
。Another way which works for me at Eclipse Indigo (3.7): press Ctrl+3 and type
bread
, after that click on itemToggle Java Editor Breadcrumb
.在工具栏中查找此图标:
此按钮可打开/关闭面包屑视图。
(我使用的是 Eclipse 3.7,默认情况下)
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)
这是:
在工具栏中,切换面包屑选项。
Here it is :
In the toolbar, toggle bread crumb option.
类似于 http://loadcontext.blogspot.com /2008/08/eclipse-34-breadcrumbs-hide-and-show.html?
尽管我完全缺乏 Eclipse 的经验,但我认为此设置也必须出现在其他演示项目中。启用该按钮后,您只需单击它即可。或不?
Something like http://loadcontext.blogspot.com/2008/08/eclipse-34-breadcrumbs-hide-and-show.html?
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?
将属性
breadcrumb.org.eclipse.jdt.ui.JavaPerspective
从true
更改为false
在您的 org.eclipse.jdt.ui.prefs 文件中。
Change property
breadcrumb.org.eclipse.jdt.ui.JavaPerspective
fromtrue
tofalse
in your
org.eclipse.jdt.ui.prefs
file.在 Juno 中:输入“Bread”并选择“切换 Java 编辑器面包屑”
In Juno: type 'Bread' and select 'Toggle Java Editor Breadcrumb'
这非常简单,只需右键单击您的类编辑器,然后选择面包屑,或者直接右键单击工具栏中的类顶部,然后选择隐藏面包屑,然后就完成了。
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.
当您看到“面包屑”工具栏时,右键单击绿色类图标,然后从菜单选项中单击“隐藏面包屑”。
When you see the BreadCrumb toolbar, right-click on the green class icon and then from the menu options click on Hide Breadcrumb.