I also use vim, which can easily be installed from DarwinPorts.
DarwinPorts is
kind of like Fink, but you can just install binary packages without
having to
install the entire build infrastructure.
http://www.opendarwin.org/projects/darwinports/
You can also, using Finder's "Connect To Server", find all the .pkg
files
here:
http://packages.opendarwin.org
But I also like Hydra, which behaves almost exactly like any other
MacOS X
text editor, with syntax highlighting and their very cool
Rendezvous-enabled
collaborative editing.
http://hydra.globalse.org/
I've written (hacked) a syntax file for Lua for Hydra, which I've
included.
This was the product of about 20-30 minutes of work, so don't expect
miracles.
from Asko Kauppi on 2003-05-29 at 05:26:07:
I'm missing a nice-and-simple, customizable text editor on OS X.
Requirements:
- looks cool ;)
- "goto line" etc.
- customizable syntax coloring (for Lua)
- ..not much more..
I'm not looking for "i heard of this great.." comments but things
you've actually used yourself. Preferably with Lua coding (also
C/C++).
I'm currently using partly the OS X built-in editor, partly its C/C++
IDE. Neither is ideal for Lua.
-ak
ps. In the looooong run, a debugging-enabled, syntax colored Lua IDE.
:) If dreams would come true... *sigh* ;)
<lua.plist.gz>