The diffs tag has no wiki summary.
1
vote
1answer
158 views
Online Tool for advanced text comparison with diff and notes [closed]
I'm looking for a online tool that allows me to paste two versions of a text and compare the difference side by side, line by line and maybe add notes to certain changes. I found many "diff" tools ...
2
votes
0answers
70 views
what is the diff and highlighting tool used by bitbucket.com [closed]
I found the diff and code highlighting tool used by bitbucket.com to be very nice, especially the side by side viewer.
Could anyone tell me if they are using a library or they have developed that in ...
10
votes
1answer
3k views
View/compare revision differences in new Google Docs document
In the new version of Google Docs is it possible to view/compare revision differences as you used to be able to do to see the changes highlighted.
I know you can view previous versions but what I ...
4
votes
2answers
69 views
What are some good choices for doing diffs between text documents?
I often have large chunks of text (like code or some data) that I want to do a diff on but am too lazy to create two new files, run diff on them both, and then scan the output. Are there any good ...