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 211974 - Add changes count to diff window table
Summary: Add changes count to diff window table
Status: REOPENED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Localhistory (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-02 16:07 UTC by Alexander Kouznetsov
Modified: 2012-05-04 08:03 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 Alexander Kouznetsov 2012-05-02 16:07:23 UTC
Sometimes it is useful to see the number of changes in each file so it is easier to recognize when some unwanted changes are there. Adding extra column to diff view can help with this.
Comment 1 Tomas Stupka 2012-05-02 16:50:34 UTC
that information is shown in the diff view between the left and right files title - e.g. 1/6 (read change 1 of total 6). Wouldn't that be enough?

also please note that to provide it in the table would mean that we had to process all revisions for their amount of differences resulting into a drastic performance impact.
Comment 2 Alexander Kouznetsov 2012-05-03 21:50:37 UTC
That shows it only for selected file. I would like to see that information for all files in the table. This is not something that is hard to achieve. You can do that in a background process or you can fill it while user is looking through files.

On the other hand, functionality that I'm looking for is similar to what you have in TortoiseHg Visual Commit - there is a checkbox in front of each file - and you can review the files for commit one by one and select necessary ones.
Comment 3 Tomas Stupka 2012-05-03 22:35:50 UTC
(In reply to comment #2)
> That shows it only for selected file. I would like to see that information for
> all files in the table. 
are we talking about the same UI? typically the history view is only about one files history
Comment 4 Tomas Stupka 2012-05-04 08:03:30 UTC
> On the other hand, functionality that I'm looking for is similar to what you
> have in TortoiseHg Visual Commit - there is a checkbox in front of each file -
> and you can review the files for commit one by one and select necessary ones.
btw - there is a check box at each file in the commit dialog and you can invoke a diff from each files ctx menu. In case this isn't what you are asking for please be so kind and honor the "one problem - one issue rule" (http://wiki.netbeans.org/IssuezillaRules) and file a separate issue.