Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
1  
Relevant: Good C IDE for Mac? – KennyTM May 24 '10 at 8:42

3 Answers

up vote 4 down vote accepted

Have you tried TextMate?

share|improve this answer
I just bought a macbook, and didn't try textmate yet:) – Tony May 24 '10 at 8:50
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 May 24 '10 at 9:08
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 May 24 '10 at 9:16
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 May 26 '10 at 13:43

What text editors can't edit c code?

I'd recommend vim, emacs or textmate.

share|improve this answer

Emacs, obviously, tho' heretics will advise Vi(m).

share|improve this answer
3  
vi(m) obviously, though the heretics will advise emacs. – JeremyP May 24 '10 at 8:55
+1 on the comment: Love the sinner, hate the sin :-) – High Performance Mark May 24 '10 at 9:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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