Textpad for Mac?
October 27, 2007 5:07 PM Subscribe
I want a text editor for Mac with auto-indent the way Textpad for PC does it, along with syntax highlighting.
Meaning if I type this:
function hello(){
print 'test';
}
The print 'test'; line gets auto-indented, because the line before it ended with { So the editor displays
function hello(){
print 'test';
}
Apparently auto-indent is not the right term for this because I have just tried several text editors which have auto-indent and they don't do this.
I tried TextMate, TextWrangler, BBedit and SubEthaEdit.
So, I want it to highlight my code (php) and indent my functions for me. I wouldn't think that would be so hard :( Being able to customize colors would be awesome too. Oh, and I'm using Leopard so it will need to work on that.
Any recommendations? Thanks!
posted by jesirose to computers & internet (12 answers total) 2 users marked this as a favorite
posted by icebourg at 5:12 PM on October 27, 2007