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 40825 - Tooltip for undo/reco action should include UndoabelEdit's presentation name
Summary: Tooltip for undo/reco action should include UndoabelEdit's presentation name
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2004-03-08 07:46 UTC by pgriebel
Modified: 2010-04-08 11:59 UTC (History)
0 users

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 pgriebel 2004-03-08 07:46:19 UTC
We use specially labeled UndoableEdits (see also
issue #40823).

We discovered that the actions for undo/redo in
the edith toolbar only show the text "undo" and
"redo" resp. We would like to show also the
presentation name of the current UndoableEdit to
inform the user about the action be undone/redone
as he is informed by the corresponding undo/redo
actions in the edit menu.
Comment 1 Milos Kleint 2004-03-08 07:52:02 UTC
reassigning
Comment 2 Milos Kleint 2004-03-09 07:47:56 UTC
fixed in trunk.
Comment 3 Milos Kleint 2004-03-10 13:14:10 UTC
I had to rollback the changes, see #40879 dor details.
Comment 4 _ tboudreau 2004-03-10 17:19:09 UTC
I'm not especially clueful about what you're trying to do here, but is providing custom text 
for undo/redo a job of the core platform?  It seems to me that if that is desired, you could 
provide some custom action for your application that handles it (and take responsibility 
for any resulting problems).
Comment 5 Milos Kleint 2004-03-11 06:23:24 UTC
well, Tim. UndoRedo in openide.awt IMHO looks like it's (was) intended
to do that... the Undo and Redo actions try to plugin into that. but
the pattern here is bad inho..
Comment 6 Antonin Nebuzelsky 2010-04-08 11:59:28 UTC
Change of the default owner.