]
George Gastaldi updated FORGE-2445:
-----------------------------------
Fix Version/s: 3.x Future
Bind IDE shortcuts directly to addon commands
---------------------------------------------
Key: FORGE-2445
URL:
https://issues.jboss.org/browse/FORGE-2445
Project: Forge
Issue Type: Enhancement
Components: Addon Development, Addon Manager
Reporter: Rafael Pestano
Priority: Minor
Fix For: 3.x Future
Currently to fire any Forge command we need to open command window (eg: in eclipse ctrl +
4) and then type command we want to execute.
It would be nice if we could bind key shortcuts to commands so for example if I'm
editing a JPA entity and press a key sequence the add new field command could be fired
directly without opening command list window.
I think key/shortcut binding and management should be configured by user and not declared
in each addon so user is responsible for managing shortcut conflicts for example.
I propose a *shortcut addon* which will manage and fire commands of other addons based on
key shortcuts defined by user.