I used to use TextPad (I think) or somethign on my XP box, that program rocked for PHP, it had code highlighting and everything. I'd love to find something similar for the mac.
I used to use TextPad (I think) or somethign on my XP box, that program rocked for PHP, it had code highlighting and everything. I'd love to find something similar for the mac.
Well it is good but if all you want is a text editor maybe something like Pico/Nano would work for you? Nice and simple command line interface without the learning curve of vi or emacs.
It's already been mentioned, but I use Smultron for PHP personally (TextWrangler for more or less everything else). Can't tell you exactly why, I just sort of like the way it feels (and hey, free to try!).
Master vi and you'll never need to learn another editor. I even use a vi plugin when editing code in Eclipse as I find it much more efficient than ever touching the mouse. You can learn enough vi in 10 minutes to use it effectively.
You can download a graphical Mac OS X version of vi from here: http://www.vim.org/download.php#mac It is also built into OS X at the command line.