Have you tried Project Builder? Get it and all the other dev tools from Apple's Dev site . It requires a developer account, but they have free online ones for their tools.
That's what I'm using for html/php/css stuff. I'm not sure if it's the best thing for programming because it doesn't compile and run things. PB will do that from there.
edit: I just remembered that you can USE hydra as your text editor within project builder. You can get the benefits of hydra with the benefits of PB in one. Pretty cool.
Comments
http://hydra.globalise.org
Originally posted by MCQ
You could try Hydra:
http://hydra.globalise.org
That's what I'm using for html/php/css stuff. I'm not sure if it's the best thing for programming because it doesn't compile and run things. PB will do that from there.
edit: I just remembered that you can USE hydra as your text editor within project builder. You can get the benefits of hydra with the benefits of PB in one. Pretty cool.
You can use project builder to edit your files, and then compile either with project builder or by using GCC/make from the command line.