previously i used TextWrangler which was alright but had no way near
the functionality im concidering just paying for it but wanted to know
if there was any similar free version out there!!
Cheers!!
I just use Xcode's built-in editor. Works great for my needs.
--
Tom "Tom" Harrington
Independent Mac OS X developer since 2002
http://www.atomicbird.com/
Emacs? I personally like Carbon Emacs,
http://homepage.mac.com/zenitani/emacs-e.html, but there is also Aquamacs,
supposedly more Mac like.
Has a bit of a learning curve but all the functionality you could ever ask for.
M.D.
I coughed up $$ for TextMate and am not sorry I did, however, another
general purpose, configurable and expandable text editor is jEdit
<http://www.jedit.org/>. I used it on OS X before TextMate came out,
and still have it installed on my Linux system. It is written in Java
and and can also run anywhere that has Java and a GUI. jEdit also has
lots of plugins, and by adding plugins and adjusting it's settings and
configuration, you can achieve a small-scale IDE that can support
coding, compiling and testing. Not as sophisticated as Eclipse, but
as a student, you probably will find that Eclipse takes too much time
to learn. That also runs on OS X, though I don't know how well
Eclipse supports Objective-C.
It's website indicates that it has syntax highlighting for Objective-C
as well as about a hundred other languages. You can configure the key
commands to do lots of stuff, I added syntax expansion for C and Java
congrol-flow structures like if, while, for.
I haven't tried to get it to integrate into Xcode, so I can't say how
well or badly that might work. Note, if don't mind training yourself
to always load and save your source code files, you can use any editor
with Xcode that will run on OS X.
Finally, it meets your most important criteria, it is free, and the
plugins listed on it's home website are also free.
HTH,
Wes
Thanks its been really helpfull to see this i have since then got a
free version of TextMate, an older version than my mate gave me. i cant
update it, but its got everything i could hope for in an editor!!
Mike