I am new to mac, my question is what else text editors can be used to edit Objective-C code except xcode. And which one is the best for productively editing source code?
views:
84answers:
3
A:
What text editors can't edit c code?
I'd recommend vim, emacs or textmate.
Paul Hankin
2010-05-24 08:44:32
vi(m) obviously, though the heretics will advise emacs.
JeremyP
2010-05-24 08:55:18
+1 on the comment: Love the sinner, hate the sin :-)
High Performance Mark
2010-05-24 09:51:00
Download the trial, I'm sure you wont be disappointed. It has support for several other languages as well(ruby, python, javascript). May I ask why you want some other editor than xcode for objective-c?
jakob
2010-05-24 09:08:06
I recommend TextMate too. It's pretty much the standard programmer's editor on the Mac, and it works fine with ObjC (and unlike Xcode, it can open multiple files in tabs ;).
Psionides
2010-05-24 09:16:22
I think it's not very good for navigation and typing in Xcode, so I want to know if I can try some other editors. I already tried textmate, it's really great. Thank you!
Tony
2010-05-26 13:43:41