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 54466 - Need Help button in web.xml visual editor
Summary: Need Help button in web.xml visual editor
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: DD Editor (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: UI
: 54463 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-03 13:37 UTC by John Jullion-ceccarelli
Modified: 2005-02-22 08:31 UTC (History)
3 users (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 John Jullion-ceccarelli 2005-02-03 13:37:38 UTC
We need a help button on the toolbar of the web
apps DD editor. It should call one help ID no
matter what
is selected in the editor. Please use the small
circle graphic with the "?", like what is used in
the sun-web-jar.xml editor.
Comment 1 Milan Kuchtiak 2005-02-22 06:28:10 UTC
Help button implemented in xml/multiview aditor.
It is based on selected node and its help context.
Visual editor nodes need to specify HelpCtx objects.

Diff:
http://xml.netbeans.org/source/browse/xml/multiview/src/org/netbeans/modules/xml/multiview/ui/AbstractDesignEditor.java.diff?r1=1.9&r2=1.10
http://xml.netbeans.org/source/browse/xml/multiview/src/org/netbeans/modules/xml/multiview/ui/ToolBarDesignEditor.java.diff?r1=1.14&r2=1.15
Comment 2 Pavel Fiala 2005-02-22 08:31:31 UTC
*** Issue 54463 has been marked as a duplicate of this issue. ***