如何在Eclipse中禁用面包屑 [英] How to disable breadcrumbs in Eclipse

查看:203
本文介绍了如何在Eclipse中禁用面包屑的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何禁用 提供基于的本机快捷键Ctrl + 3 + bread ,它直接指向 Toggle Java Editor Breadcrumb 选项。

  • Shachi 提醒我们以下,您可以右键单击任何图标,并选择名为隐藏面包屑的条目。








  • 原始答案(手动方式,通过键映射)


    查找文件 org.eclipse .help.webapp\advanced\breadcrumbs.css 并将其内容替换为。




      .help_breadcrumbs {
    显示:无;
    }






    对于Java编辑器面包屑,您需要为Toggle Java Editor Breadcrumb命令分配一个快捷方式(例如,我已经测试过 Alt + B





    快捷方式将使面包屑出现/随意消失。


    How can I disable the Java editor breadcrumb in Eclipse?

    解决方案

    If you are referring to the breadcrumbs in the help file of a RCP application, there is only a manual way to do it.

    Since Ganymede 3.4M5:

    • Michael Borgwardt mentions the toolbar icon
    • Slava Semushin provides a native shortcut based on Ctrl+3+bread, which points directly to the Toggle Java Editor Breadcrumb option.
    • Shachi reminds us below that you can right-click on any icon on the breadcrumb, and select the entry named "Hide Breadcrumb".


    Original answer (manual way, through key mapping)

    Find the file org.eclipse.help.webapp\advanced\breadcrumbs.css and replace its contents with.

    .help_breadcrumbs {
       display: none;
    }
    


    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.

    这篇关于如何在Eclipse中禁用面包屑的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

    查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆