简体   繁体   中英

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: 面包屑按钮

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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