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 14886 - Diff window caption should contain more information
Summary: Diff window caption should contain more information
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2001-08-29 10:03 UTC by dmladek
Modified: 2005-05-03 15:49 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 dmladek 2001-08-29 10:03:17 UTC
Note: This issue was created as copy of bug #13557 filed on vcscvs module.
=====


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.
------- Additional Comments From Petr Slegr 2001-07-12 02:55 PDT -------
*** Issue 13409 has been marked as a duplicate of this issue. ***
------- Additional Comments From Martin Entlicher 2001-07-17 05:54 PDT -------
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?
------- Additional Comments From Collabnet Support 2001-07-27 01:25 PDT -------
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.
------- Additional Comments From Petr Slegr 2001-07-27 01:27 PDT -------
Previous comment is from me :)
------- Additional Comments From Martin Entlicher 2001-07-27 01:52 PDT -------
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 1 dmladek 2001-08-29 10:09:07 UTC
Oupss:(First my mistake....
This should be an ENHANCMENT!Sorry about that
Comment 2 Jan Chalupa 2001-11-27 17:34:31 UTC
Target milestone -> 3.3.1.
Comment 3 Filip Rachunek 2002-04-30 15:45:58 UTC
UI keyword added.
Comment 4 Marek Grummich 2002-07-22 11:57:43 UTC
Set target milestone to TBD
Comment 5 Maros Sandor 2005-05-03 14:53:13 UTC
Changing summary not to contain the "CVS" keyword ... should not this issue
belong to diff module after all?
Comment 6 Martin Entlicher 2005-05-03 15:49:29 UTC
Well, this information needs to be supplied from the client code. The diff
module can not know what to put in a title/tooltip.