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 21854 - better helpID for module categories in Options
Summary: better helpID for module categories in Options
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-25 11:23 UTC by Patrick Keegan
Modified: 2008-12-23 13:42 UTC (History)
1 user (show)

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 2002-03-25 11:23:54 UTC
The help ID org.netbeans.core.actions.OptionsAction is used for module category nodes within the Options window (IDE Configuration | System | 
Modules). The Modules node has the ID org.netbeans.core.ui.ModuleNode and the item nodes have org.netbeans.core.ui.ModuleNode$Item, so perhaps 
the category nodes could have something like org.netbeans.core.ui.ModuleNode$Category
Comment 1 Petr Hrebejk 2002-03-28 16:45:25 UTC
Fixed by adding getHelpCtx into ModuleNode.CategoryNode.

The HelpID for the nodes is:
org.netbeans.core.ui.ModuleNode$CategoryNode
Comment 2 Patrick Keegan 2002-03-29 14:51:14 UTC
marking as 3.3.2 candidate. Very low-impact fix.
Comment 3 Petr Hrebejk 2002-04-02 11:38:44 UTC
Applyied to orion_fcs branch
Comment 4 Jan Zajicek 2002-04-11 10:36:27 UTC
verified - int. #1.8.61.4.1
Comment 5 Quality Engineering 2003-07-01 16:19:47 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.