Anybody know of good ones? I'm not spending shit so if you know of one link me to a torrent or the site if it's free.
Name:
Anonymous2008-02-18 6:58
Xcode has an option to run a program in a terminal window, so you don't have to open up a separate terminal and type ./program. You just have to tell it that you're making a terminal app and stuff.
It's very good for making OS X gui stuff, and to a lesser extent working with the Core* APIs, but in some respects it really is lacking. (e.g. try using it for Python, it constantly fucks up the syntax highlighting for triple quoted strings)