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 117327 - Incorrect shortcuts: Navigate->Go To Declaration, Navigate->Go To Super Implementation
Summary: Incorrect shortcuts: Navigate->Go To Declaration, Navigate->Go To Super Imple...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: UI, USABILITY
Depends on:
Blocks:
 
Reported: 2007-10-01 14:47 UTC by Vladimir Voskresensky
Modified: 2007-10-10 11:18 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 Vladimir Voskresensky 2007-10-01 14:47:11 UTC
Start NB without any opened document => 
Navigate->Go To Declaration has 5.5 styled shortcut Alt-G
Navigate->Go To Super Implementation has 5.5 styled shortcut Ctrl-B

When open Java document in editor => shortcuts are changed into 6.0 standards Ctrl-B for 
Navigate->Go To Declaration has Ctrl-B
Navigate->Go To Super Implementation has Ctrl-Shift-P

=> Ctrl-B jumps from one action to another. It's UI inconsistent
Comment 1 Jiri Prox 2007-10-05 14:01:03 UTC
Reproducible

Product Version: NetBeans IDE Dev (Build 20071005083412)
Java: 1.6.0_03-ea; Java HotSpot(TM) Client VM 1.6.0_03-ea-b01
System: Linux version 2.6.5-1.358 running on i386; UTF-8; en_US (nb)
Comment 2 Petr Hrebejk 2007-10-10 11:18:31 UTC
Checking in MainMenuAction.java;
/cvs/editor/src/org/netbeans/modules/editor/MainMenuAction.java,v  <--  MainMenuAction.java
new revision: 1.32; previous revision: 1.31
done