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

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

问题描述

如何在 Eclipse 中禁用 Java 编辑器面包屑?

解决方案

如果您指的是 RCP 应用程序帮助文件中的面包屑导航,只有一个 提供一个基于Ctrl+3+bread的原生快捷方式,它直接指向Toggle Java Editor Breadcrumb 选项.

  • Shachi 提醒我们下面,您可以右键单击面包屑上的任何图标,然后选择名为Hide Breadcrumb"的条目.
  • <小时>

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

    <块引用>

    找到文件 org.eclipse.help.webappadvancedreadcrumbs.css 并将其内容替换为.

    .help_breadcrumbs {显示:无;}

    <小时>

    对于 Java 编辑器面包屑,您需要为切换 Java 编辑器面包屑"命令指定一个快捷方式(例如,我已经测试了 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.webappadvancedreadcrumbs.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天全站免登陆