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 129313 - Action.getValue("menuText")
Summary: Action.getValue("menuText")
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 126018
  Show dependency tree
 
Reported: 2008-03-05 16:14 UTC by Jaroslav Tulach
Modified: 2008-12-22 10:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The code, test, javadoc (7.07 KB, patch)
2008-03-05 16:16 UTC, Jaroslav Tulach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2008-03-05 16:14:57 UTC
While working on issue 129197 I have found that for certain actions (project ones at least, and others very likely),it 
is desirable to have different text for menuItem (like "Close 1 Project") then is the default name of the action. 
Sometimes the popup menu shall also have different text.

I want to enhance Actions.connect to support that.
Comment 1 Jaroslav Tulach 2008-03-05 16:16:27 UTC
Created attachment 57820 [details]
The code, test, javadoc
Comment 2 Jesse Glick 2008-03-05 16:21:16 UTC
You want: spec.version.base=7.1.0
                               ^^
Comment 3 Jaroslav Tulach 2008-03-10 10:26:11 UTC
Jesse's comment integrated. Unless there is anything else, I'll integrate tomorrow.
Comment 4 Jaroslav Tulach 2008-03-11 13:35:42 UTC
318461913596