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 - Allow F2 to invoke in-place editor
Summary: Allow F2 to invoke in-place editor
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-13 11:00 UTC by David Kaspar
Modified: 2010-04-01 14:45 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 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.