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 112622

Summary: Allow F2 to invoke in-place editor
Product: platform Reporter: David Kaspar <dkaspar>
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description David Kaspar 2007-08-13 11:00:02 UTC
For now in-place editor is invoked only with "Enter" key. It would be good to use "F2" key too.
Since these key-binding may change, we should allow users for redefine them. The best would be if
InputBindings.add/remove/getInplaceEditorKey methods could be used. It also may be more generic to allow any
"focused-widget"-aware action to use it. Then we should have: getKeysForAction, addKeyForAction, removeKeyForAction
methods instead + an action identifier for each type of action.