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 116651 - "Go To Declaration" shortcut is missed
Summary: "Go To Declaration" shortcut is missed
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 11:06 UTC by soldatov
Modified: 2007-10-03 15:34 UTC (History)
1 user (show)

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 soldatov 2007-09-25 11:06:13 UTC
Steps:
- Open any C++ file in editor
- Call context menu. Verify "Navigate|Go To Declaration" menu item
==> Alt-G shortcut is missed
- Open any C file in editor
- Call context menu. Verify "Navigate|Go To Declaration" menu item
==> Alt-G shortcut is missed (in 200709201200 build shortcut is enabled)

It is important for me bug, because automatic tests fails (Because when I am verifying "Go To Definition/Declaration" I
use this shortcut).
Comment 1 Vladimir Voskresensky 2007-09-28 17:27:29 UTC
What about Java IDE without CND? It could be platform problem, not CND related
Comment 2 Vladimir Voskresensky 2007-09-29 15:58:17 UTC
Alt-G it was before, in nb6 it's Ctrl-B, but anyway it's missed in java-se version
netbeans-trunk-nightly-200709290000-javase.zip as well
=> I think, it's not cnd issue

reassigning to editor to investigate
Comment 3 soldatov 2007-10-01 08:17:29 UTC
But In Netbeans build from
http://bits.netbeans.org/download/6.0/nightly/latest/bundles/netbeans-trunk-nightly-200709301200-javase-linux.sh Ctrl-B
can be used in java projects, but in C/C++ project (I added this plug-in after install) I cannot used Alt-G or Ctr-B.
Comment 4 Petr Hrebejk 2007-10-01 09:20:34 UTC
Tested on Java in latest build. Ctrl+B is enabled and works.
Comment 5 Vladimir Voskresensky 2007-10-01 14:10:45 UTC
fixed
- fixed name of keybinding file provided by navigation module

cvs log:
Checking in navigation/src/org/netbeans/modules/cnd/navigation/resources/layer.xml;
/shared/data/ccvs/repository/cnd/navigation/src/org/netbeans/modules/cnd/navigation/resources/layer.xml,v  <--  layer.xml
new revision: 1.13; previous revision: 1.12
done
Comment 6 soldatov 2007-10-03 15:34:02 UTC
verified in 200710030000 build