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 13557

Summary: Diff window caption should contain more information
Product: obsolete Reporter: Petr Slegr <pslegr>
Component: vcscvsAssignee: issues@obsolete <issues>
Status: NEW ---    
Severity: blocker Keywords: UI
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Slegr 2001-07-12 10:55:08 UTC
Diff window caption should contain between which revisions diff has been made. 
Also tooltip for diff tab could contain this info plus eventually some more.
Comment 1 Petr Slegr 2001-07-12 10:55:51 UTC
*** Issue 13409 has been marked as a duplicate of this issue. ***
Comment 2 Martin Entlicher 2001-07-17 13:54:54 UTC
It already does! "CVS Revision ..." is printed below the file scroll
pane. When the working file is compared with some revision, "Working
File" is printed there.
What additional information would you expect there or at the tooltip?
I can imagine the file path and the FS display name as the tooltip
(the same as for other opened files). Do you mean this?
Comment 3 support 2001-07-27 09:25:29 UTC
No. Information you are talking about are displayed in the panel, not
in caption (title) of its window so are not visible when other window
is selected. Caption could look like this

Diff: Foo.java <1.14, WORK>

As an additional information that could be displayed below the file
scroll pane are numbers of changes - e.g. in form

Total: X Added Y Removed Z Changed U

so user will see this first info at a glance. This could be also in
tooltip.
Comment 4 Petr Slegr 2001-07-27 09:27:26 UTC
Previous comment is from me :)
Comment 5 Martin Entlicher 2001-07-27 09:52:35 UTC
Can this be revised by someone from UI? The caption will get longer by
this change, but if it's O.K. from UI, I can implement it.
The additional information in the form

Total: X Added Y Removed Z Changed U

can be below the right file.
Comment 6 Filip Rachunek 2002-04-30 15:45:28 UTC
UI keyword added.