Good & Free Editor in Mac OS with highlighting and side-by-side editing/comparison. I need it for: XML, C++ and PHP. Thanks in advance.

link|improve this question

feedback

4 Answers

up vote 2 down vote accepted

MacVIM (or standard Unix VIM) works well. It performs syntax highlighting for the above languages and will do side-by-side diffing.

link|improve this answer
+1 Thanks Brian! I use MacVim but yet to know how to do side-by-side diffing. – Viet Dec 26 '09 at 13:02
:help diff should point you in the right direction, along with the above links – Brian Agnew Dec 26 '09 at 13:05
feedback

Check the answers given in What is a good C++ editor for Mac OS X?.

link|improve this answer
+1 I missed it. Thanks! – Viet Dec 26 '09 at 13:02
feedback

TextWrangler is pretty good, you should give it a go.

link|improve this answer
+1. Thanks but is it free? – Viet Dec 26 '09 at 15:45
feedback

Komodo Editor will also do comparisons, and it does support all above languages and more.

link|improve this answer
+1. thanks. I have not tried comparisons with it. – Viet Dec 26 '09 at 15:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.