Questions tagged [visual-diff]
7 questions
6
votes
2 answers
Graphical diff for darcs
I don't feel very comfortable seeing the darcs changes in plain text format, so I've been looking for a tool to display a nice side-by-side comparison of the changes.
For the whatsnew I can just use meld, but when I need see the changes already…

fortran
- 74,053
- 25
- 135
- 175
3
votes
2 answers
visually show diff output in a java program
I am currently developing a java program where I need to show the difference between two text.
Is there any library available for visually show the difference, that is the diff output in my java program or how can I do so. Any suggestion will be…

Muhammad Asaduzzaman
- 1,201
- 3
- 19
- 33
2
votes
4 answers
is there a way to pipe the git or Mercurial diff output to a GUI Diff tool?
the diff result in text might be hard to get used to at first. Is there a way to pipe that output to a visual diff tool, such as something like
$ hg diff --visual code.rb
or
$ hg diff code.rb | sometool
so that the result can be viewed visually?

nonopolarity
- 146,324
- 131
- 460
- 740
1
vote
1 answer
Comparing records in file and reporting stats - Scenario 1
The requirements are :
Fact 1 : We have some data files produced by a legacy system
Fact 2 : We have some data files produced by a new system that should eventually replace the legacy one
Fact 3 :
Both the files are text/ASCII files,
with records…

PoorLuzer
- 24,466
- 7
- 31
- 35
1
vote
2 answers
Diff Tool for some binary (non-executable) formats
I'm looking for a visual diff tool for Mac OS X that will allow me to see differences in Pages (from Apple's iWork suite) and Adobe Illustrator documents. I realize a visual diff may be a little much to ask, so I'd settle for some sort of XML or…

Dov
- 15,530
- 13
- 76
- 177
0
votes
2 answers
how to check which files has been changed between two revisions in Mercurial / Tortoise Hg?
how to check which files has been changed between two revisions in Mercurial / Tortoise Hg?
I have tried visual diff of tortoiseHg, it do not highlight which specific files have been added, changed or unchanged and you have to click every file to…

Raheel
- 4,953
- 4
- 34
- 40
0
votes
0 answers
Python: Visual difference widget
I'm planning to write a git client, and want to implement its UI with pygtk.
As we know, to show the different between two files is very important with respect to my project.
So, how can I make it in pygtk? Thanks.

Determinant
- 3,886
- 7
- 31
- 47