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 202885 - [71cat] go back ignores files
Summary: [71cat] go back ignores files
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-30 12:29 UTC by muellermi
Modified: 2011-11-16 16:41 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 muellermi 2011-09-30 12:29:52 UTC
Product Version = NetBeans IDE Dev (Build 201109290601)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) Client VM 21.0-b17

- edit java file1
- edit JSF page
- edit java file2
Ctrl-q jumps back to JSF page

next, edit the same
- edit java file1
- edit JSF page
- edit java file2
now use go back button: jumps back to file 1
--> go back and foreward seem to ignore other than java files
Comment 1 Milutin Kristofic 2011-10-04 09:10:21 UTC
IMHO go back and forward is implemented only for some actions like jump to, not for going back to last edited file. There probably is not a link like jump to action to connect JSF file and java file, so you cannot use go back and forward between them. 

I understand that theirs functionality is confusing.