简体   繁体   English

如何在Netbeans 7.3中调出“Bradcrumbs”导航栏

[英]How to bring up “Bradcrumbs” navigation bar in Netbeans 7.3

Occasionally closed this bar with "close" button on right end and can't find any menu item or button to bring it back. 偶尔用右侧的“关闭”按钮关闭此栏,找不到任何菜单项或按钮将其带回。 Is it a bug, or there is a way to display it again without erasing Netbeans configuration? 这是一个错误,还是有一种在不删除Netbeans配置的情况下再次显示它的方法?

I'm talking about this feature: http://wiki.netbeans.org/NetBeans_73_NewAndNoteworthy#Breadcrumbs 我正在谈论这个功能: http//wiki.netbeans.org/NetBeans_73_NewAndNoteworthy#Breadcrumbs

(Actually, I found the way to fix it, manually editing this piece of ~./netbeans/7.3/config/Editors/Preferences/org-netbeans-modules-editor-settings-CustomPreferences.xml: (实际上,我找到了修复它的方法,手动编辑了〜。/ netbeans / 7.3 / config / Editors / Preferences / org-netbeans-modules-editor-settings-CustomPreferences.xml:

<entry javaType="java.lang.Boolean" name="enable.breadcrumbs" xml:space="preserve">
    <value><![CDATA[true]]></value>
</entry>)

单击View菜单中的Show Breadcrumbs

在Ubuntu中菜单视图 - 显示面包屑不存在,您必须手动编辑xml配置/首选项文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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