Eclipse 包资源管理器绑定到编辑器窗口
在 Eclipse(最新版本)中,我最终遇到了如下情况。我不小心将一本书放在键盘上,并通过一些神奇的按键序列设法将包资源管理器栏锁定在编辑器窗口的顶部。
我花了一段时间在 google 上搜索并在 eclipse 中尝试删除它,但没有成功(该栏似乎锁定在适当的位置,右键单击没有任何反应..)。关于如何删除它有什么想法吗(这真的很烦我)?谢谢。
哦,这只发生在 Java 透视图中(这是我意外触发此操作时使用的透视图)。
In Eclipse (latest version) I ended up with the situation seen below. I accidentally rested a book on my keyboard and through some magical key sequence managed to have a package explorer bar locked into the top of my editor window.
I've spent a while searching on google and playing around in eclipse to try and remove this with no success (the bar seems locked in place and right clicking does nothing..). Any ideas on how to remove it (its really annoying me)? Thanks.
Oh, and this only happens in the Java perspective (which is the perspective I was using when I accidentally triggered this).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它被称为面包屑。
查看此处 。
您的包资源管理器是一个单独的东西,您可以从
Window > 显示它。显示视图>包浏览器
。如果您不喜欢面包屑,请参阅此内容 了解隐藏它的技巧。
It's called Breadcrumb.
See here about it.
Your package explorer is a separate thing, which you can show from
Window > Show view > Package explorer
.If you don't like the breadcrumb, see this for tips of hiding it.