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 31126 - TAGLIBED: Add "Generate All Tag Handlers" menu item on main Build menu
Summary: TAGLIBED: Add "Generate All Tag Handlers" menu item on main Build menu
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: All All
: P4 blocker (vote)
Assignee: sgleason
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-16 19:15 UTC by Jason Rush
Modified: 2004-09-17 17:04 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Rush 2003-02-16 19:15:40 UTC
Description: 
The "Generate All Tag Handlers" menu item is only available on the context menu 
of the tag or tag library node.  It should be available on the main menu as
well.

Suggested Fix: 
Add a "Generate All Tag Handlers" menu item on the main Build menu.  It should
be available when a tag or tag library is selected.

Evaluation: 
This would require adding the action to the main build menu, and
writing a when-applicable method. Not difficult, but might not
have resources available inthe orion timeframe. 

Question: should it be "Generate Tag Handler," which generates tag handlers
          only for those selected items (and tag children if selected item is
          a tag handler) that need generation, or should it be "Generate All  
          Tag Handlers," which generates tag handlers for all the aforementioned
          items, whether they need it or not??

A comment.
Comment 1 Jason Rush 2003-02-16 19:16:05 UTC
Transferred from BugTraq 4530401.
Comment 2 Petr Jiricka 2004-09-17 17:04:38 UTC
We don't automatically regenerate tag handlers now, marking as WONTFIX.