Mac-native text editor that can syntax-highlight diff files?
Posted
by strawtarget
on Stack Overflow
See other posts from Stack Overflow
or by strawtarget
Published on 2010-05-21T00:32:17Z
Indexed on
2010/05/21
0:40 UTC
Read the original article
Hit count: 294
I do something like "svn diff > /mystuff/current.diff". I want to view this .diff file with syntax highlighting.
jEdit does it, but it's a huge beast and it takes a while to start up. I want something lightweight/native.
Smultron/Fraise, TextWrangler, TextEdit, Dashcode don't seem to highlight .diff files.
FileMerge seems to want to generate diff files, not show you existing ones.
TextMate does the trick, but it's not free. I'd feel happier dropping $50 US if I was going to take advantage of it for anything more than a diff viewer.
Are there any alternatives to jEdit or TextMate that I should consider?
© Stack Overflow or respective owner