This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 83411 - Useless HelpShortcut menu item
Summary: Useless HelpShortcut menu item
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-24 16:27 UTC by Patrick Keegan
Modified: 2006-10-20 19:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Keegan 2006-08-24 16:27:26 UTC
In the 5.5 beta 2 builds, the CND module registers a superfluous entry in the
Help menu. Making P2 because this is very ugly. It is also very easy to fix.
Remove the following from the module's layer file:
<folder name="Help">
−
	<folder name="HelpShortcuts">
<attr
name="org-netbeans-modules-usersguide-sep.instance/org-netbeans-modules-cnd-help-Welcome_cnd.xml"
boolvalue="true"/>
−
	<file name="org-netbeans-modules-cnd-help-Welcome_cnd.xml" url="helpctx.xml">
<attr name="SystemFileSystem.localizingBundle"
stringvalue="org.netbeans.modules.cnd.resources.Bundle"/>
<attr name="SystemFileSystem.icon"
urlvalue="nbresloc:/org/netbeans/modules/cnd/resources/blank.gif"/>
</file>
<attr
name="org-netbeans-modules-cnd-help-Welcome_cnd.xml/org-netbeans-modules-usersguide-lower-sep.instance"
boolvalue="true"/>
<attr
name="org-netbeans-modules-cnd-help-Welcome_cnd.xml/org-netbeans-modules-java-mainpage.xml"
boolvalue="true"/>
</folder>
<!-- HelpShortcuts -->
</folder>
<!-- Help -->
Comment 1 _ gordonp 2006-08-24 18:43:51 UTC
This is left-over from Deimos and no longer applicable.
Comment 2 _ gordonp 2006-09-20 15:37:01 UTC
I removed this a month (or so) ago and forgot to close the IZ...
Comment 3 Patrick Keegan 2006-10-20 19:16:07 UTC
verified in fcs build