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 - 'Go to next/previous difference' should allow to cycle only in current diff view
Summary: 'Go to next/previous difference' should allow to cycle only in current diff view
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-09-07 13:14 UTC by Jiri Skrivanek
Modified: 2007-01-04 17:14 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 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.