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 108220 - Shortcut Toolbox
Summary: Shortcut Toolbox
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-26 21:19 UTC by jstewart
Modified: 2011-09-01 15:51 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 jstewart 2007-06-26 21:19:35 UTC
NetBeans seems to have a million nice key combo shortcuts to do just about anything.  For those people that don't want
to remember key combos, but prefer little buttons everywhere, I suggest this...

The Toolbox
This could be just a little place (possibly a floating toolbar) that has a bunch of little buttons in it.  Each button
could have a user specified icon (of some fixed size) and user specified text.  The action for the button would simply
be tied to a key combo.  For example, if I didn't want to remember that Ctrl-B would find the super-implementation of a
selected method, I could create a button in the toolbox, set it's icon to something like an arrow pointing up or a
Superman logo, set it's text to "super impl" (or maybe no text at all), and tie it's action to Ctrl-B.  Then I could
just click it when I wanted to do what Ctrl-B would do.

Thoughts?