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 147466 - Actions.alwaysEnabled tweaks
Summary: Actions.alwaysEnabled tweaks
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2008-09-17 11:08 UTC by Jaroslav Tulach
Modified: 2008-12-22 13:23 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The changes to support ContextAwareAction (9.12 KB, patch)
2008-09-17 11:09 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-09-17 11:08:55 UTC
I've just realized that Actions.alwaysEnabled does delegate to underlaying Action (if it is action), but it completely 
ignores if it is ContextAwareAction. I'd like to apply slight adjustments to that before 6.5 is out.
Comment 1 Jaroslav Tulach 2008-09-17 11:09:50 UTC
Created attachment 70023 [details]
The changes to support ContextAwareAction
Comment 2 Jesse Glick 2008-09-17 17:33:25 UTC
Seems OK to me.
Comment 3 Jaroslav Tulach 2008-09-22 09:25:01 UTC
OK, will commit on Wednesday.
Comment 4 Jaroslav Tulach 2008-09-24 12:55:49 UTC
db0ed30ed881
Comment 5 Quality Engineering 2008-09-25 06:30:28 UTC
Integrated into 'main-golden', will be available in build *200809250201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/db0ed30ed881
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #147466: Tweaks to ContextAware behaviour of alwaysEnabled action