简体   繁体   中英

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?

I'm talking about this feature: 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:

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

单击View菜单中的Show Breadcrumbs

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

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