Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何关闭此栏(标记为红色)?它是怎么称呼的?
我不知道我是如何打开它的,我找不到再次关闭它的选项...感谢您的帮助。
您可以右键单击面包屑上的任何图标,然后选择名为“隐藏面包屑”的条目。
或者
找到该文件org.eclipse.help.webapp\advanced\breadcrumbs.css并将其内容替换为。
org.eclipse.help.webapp\advanced\breadcrumbs.css
.help_breadcrumbs { display: none; }