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 63772

Summary: 'Go to next/previous difference' should allow to cycle only in current diff view
Product: versioncontrol Reporter: Jiri Skrivanek <jskrivanek>
Component: CVSAssignee: issues@versioncontrol <issues>
Status: NEW ---    
Severity: blocker Keywords: UI
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jiri Skrivanek 2005-09-07 13:14:10 UTC
Based on issue 63532 and issue 63540 (point 3) I suggest this enhancement. If
you have more that one file in diff window (e.g. select two files and call
'CVS|Diff...' action on them) or you have many revisions in Search History
window (call 'CVS|Search History' action on a single file, click Search button,
switch to Diff view, select a revision), you should be allowed to choose whether
you want to cycle in currently showed diff result or forward to next file. First
time you reach last change in current diff result, a dialog should be opened: 

+------------------------------------------+
| "Do you want to proceed to next file?"   |
|  [  Yes  ]           [  No  ]            |
|                                          |
|  [x] Do not ask next time.               |
|                                          |
+------------------------------------------+

There should also exist a property in Options to turn it on/off.