I know there are many suggestions on here discussing compatible editors for a Macintosh, but I haven't found any in this regards.

What I love about Notepad++ is the "compare" plugin. I use it for comparing java, xml, and more. What I get in return is a side by side comparison that scroll in sync and the diffs are highlighted not placed in a separate from at the bottom that I must click on to see the difference. Is there any editor out there for Mac that shows a side-by-side comparison with differences highlighted?

link|improve this question
Possible duplicate: stackoverflow.com/questions/1963289 – Cody Gray Dec 10 '10 at 15:51
feedback

migrated from stackoverflow.com Dec 10 '10 at 16:11

This question came from our site for professional and enthusiast programmers.

4 Answers

I am a fan of BBEdit. You can get a free version of the same called TextWrangler, which is also awesome. Both support this type of diff.

link|improve this answer
Ah, you beat me to the TextWrangler thing. – 에이바 Dec 10 '10 at 16:20
@에이바: yup. 4 more – Matt Ball Dec 10 '10 at 16:21
1  
@에이바, there's always the "delete" link! – Arjan Dec 10 '10 at 16:50
feedback

If you have installed Developer Tools:

/Developer/Applications/Utilities/FileMerge.app
link|improve this answer
feedback

MacVim with VimDiff in action:

VimDiff

Just enable scrollbind and you have what you want.

link|improve this answer
feedback

TextMate is a popular editor, but I don't know if the comparison works.

link|improve this answer
It's a color-highlighted unified diff (at least that's what I use). Nothing fancy. – Daniel Beck Dec 10 '10 at 19:52
feedback

Your Answer

 
or
required, but never shown