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 103005 - Show method parameters as Ctrl+P instead of Alt+P
Summary: Show method parameters as Ctrl+P instead of Alt+P
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-30 16:38 UTC by Miloslav Metelka
Modified: 2008-02-22 16:42 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miloslav Metelka 2007-04-30 16:38:24 UTC
After discussion with usability team I would like to change shortcut for Show
Code Completion Tip Popup action from Alt+P to Ctrl+P because Alt+P clashes with
Profile menu mnemonics and current Ctrl+P for Print action is seldom used.
Plan:
1) Unmap PrintAction from Ctrl+P
2) Remap Show Code Completion Tip Popup "tooltip-show" editor action from Alt+P
to Ctrl+P.
Comment 1 Miloslav Metelka 2007-04-30 17:45:29 UTC
Implemented. I have left the Emacs and Eclipse keyboard profiles untouched.

Checking in ide/defaults/src/org/netbeans/modules/defaults/mf-layer.xml;
/cvs/ide/defaults/src/org/netbeans/modules/defaults/mf-layer.xml,v  <-- 
mf-layer.xml
new revision: 1.32; previous revision: 1.31
done
Checking in
editor/src/org/netbeans/modules/editor/resources/NetBeans-keybindings.xml;
/cvs/editor/src/org/netbeans/modules/editor/resources/NetBeans-keybindings.xml,v
 <--  NetBeans-keybindings.xml
new revision: 1.15; previous revision: 1.14
Comment 2 random_tiger 2008-02-22 09:37:28 UTC
ctrl+p is a common key combination in emacs ! 

the usability team apparently have no clue what emacs is??

Comment 3 Vitezslav Stejskal 2008-02-22 16:42:24 UTC
If I am reading the comments correctly, this issue refers to the default profile (Netbeans) and as mmetelka explicitly
stated the Emacs and Eclipse profiles were untouched by his change. We saw your comments in issue #119846 and there is
no need to open other issues. Thanks for using Netbeans!