Feature Requests item #1475683, was opened at 2006-04-24 12:33
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1475683&group_id=44253
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: User interface
Group: None
Status: Open
Priority: 5
Submitted By: Mathias Ricken (mgricken)
Assigned to: Nobody/Anonymous (nobody)
Summary: "Enter" Key in Breakpoints and Bookmarks Panel
Initial Comment:
When the focus is in the list of breakpoints or
bookmarks, pressing "Enter" should invoke the "go to"
command.
If you tab over to the buttons, "Enter" should invoke
that button.
Since the breakpoints and bookmarks panels inherit from
the same base class (RegionTreePanel), and that base
class doesn't know what buttons it displays, we have to
be able to specify a "default" action for the panels.
In both of the current panels that "default" action
should be "go to".
So what we need is a method in RegionTreePanel: void
setDefaultAction(), and the subclasses set that action
accordingly.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1475683&group_id=44253
|