简体   繁体   English

如何在Eclipse中摆脱这个工具栏?

[英]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... 我用手指弄了一些钥匙,但现在我无法摆脱它,主要是因为我不确定100%是什么...

奇怪的工具栏

This is in the normal Java perspective. 这是正常的Java观点。 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 ) 您正在描述的烦人的工具栏称为Java编辑器面包屑(请参阅Eclipse文档

It can be disabled by pressing Ctrl + 3 and toggling Java Editor Breadcrumb 可以通过按Ctrl + 3并切换Java编辑器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: 如果要关闭它,请单击工具栏中的此按钮: 面包屑按钮

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM