PDA

View Full Version : PHP editor for mac


disto
01-16-2007, 08:58 PM
hey,
originally i was creating PHP on windows using notepad, simply saving as a txt and then editing the file to a .php, then i started using tsWebEditor.

ive recently started using Mac and wondered if there was a good free editor for php on mac similar to tsWebEditor. if not would texteditor be the best option and then just change the file type later?

help anyone? i did install macs Xcode however this seems a bit confusing, i could find out how to create a php project in it. if someone could tell me how to start coding php in this that would be helpful.

thanks again

ess
01-16-2007, 10:43 PM
What about using JEdit

I believe it has syntax highlighting for PHP and there are also quite a number of plug-ins for editing PHP code, HTML etc.

you can download Jedit from the following website.
http://www.jedit.org/

Cheers,
Ess

disto
01-16-2007, 11:14 PM
thanks i will check that out, im sure it can be done in xcode so if anyone can tell me how that would be usful it looks like xcode could be a usful tool if i could understand it!

JamieR
01-16-2007, 11:40 PM
I've used SubEthaEdit on Macs quite a few times. It's free for non commerical use (IIRC), easy to use and has a simple UI. I'd recommend in to you in this case.

ralph l mayo
01-16-2007, 11:47 PM
VIM for OS X (http://macvim.org/OSX/index.php)

It's probably already installed as vim, you may need to download gvim for a nicer GUI. The learning curve can be a bit precipitous but once you get the hang of it it's like a whole way of life :/

:help vimtutor