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 68686 - "Jackpot Results" window should bind F12 & S-F12
Summary: "Jackpot Results" window should bind F12 & S-F12
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Jackpot (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ tball
URL: http://www.netbeans.org/download/dev/...
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-14 20:14 UTC by Jesse Glick
Modified: 2005-11-17 01:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-11-14 20:14:04 UTC
It is annoying to have to click on the Jackpot Results window just to advance to
the next match e.g. of an operator like Unused Variables. Want to use the normal
F12 and S-F12 keybindings. This is possible in a TopComponent by

    getActionMap().put("PreviousViewAction", ....);
    getActionMap().put("NextViewAction", ....);

(see URL).
Comment 1 _ tball 2005-11-14 21:29:36 UTC
Sounds good -- thanks for the suggestion.
Comment 2 _ tball 2005-11-17 01:05:01 UTC
Implemented.  FYI, F12 maps to "jumpNext" and S-F12 to "jumpPrev";
"NextViewAction" maps to "Next Inner View", which only property sheets with
multiple tabs appear to use.