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 219947 - Navigation between documents
Summary: Navigation between documents
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 20:27 UTC by aschwarz1309
Modified: 2012-10-24 11:46 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aschwarz1309 2012-10-11 20:27:58 UTC
Product Version = NetBeans IDE 7.2 (Build 201207171143)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_03
Runtime = Java HotSpot(TM) Client VM 22.1-b02

C++ development.

Several small enhancements:
1: It would be convenient to have a short-cut for 'Go to Previous Document'.
2: When Ctl-B causes a transition within a class, 'Go to Previous Document' should return to the point of invocation within the class.
3: It would be convenient to be able to switch between (goto) a declaration in a header and a definition in a source file.
4: When a new file is selected for viewing in the, e.g., projects window, it would be convenient to return to the point before the switch is made.
5: It would be convenient to reverse the order of navigation (see 4). Where the user selects a new location in the same or different file to view, it would be nice if there was a shortcut which could 'go back to' the previous location. In other words, looking at some location in a file and then looking at another location in the same file or different file, and then ... should be reversible.
6: It would be convenient to be able to 'go back to' a previous location after an editing operation has been made.