PDA

View Full Version : Php Editor with auto arrange


EsChEr
07-05-2003, 04:10 AM
One of the things I lked the most about flash mx was the autoarrange feature in the the as editor, does anyone know of a php editor that has a similar feature?

jaybee
07-05-2003, 07:11 PM
which is the autoarrange - the indenting on functions etc as you type or the command to go through the code and format it?

dreamweaver is pretty good at the latter (Commands/Apply source formatting) but doesn't do indenting as you type unlike the as editor. good php highlighting, and you can see mysql or other datasources in the application window, drop queries into the page at the click of a button...bit bloaty though! it does all sorts of stuff you never asked it to and that just annoys me.

I use bluefish (http://freshmeat.net/projects/bluefish/?topic_id=63) on linux and like it - basic, good php highlighting, but nothing in the way of tag completion or anything like that - definitely worth a look if you use linux.

jaybee
07-05-2003, 07:14 PM
I noticed bluefish is provided for OS X too, so good news if you is mac!