gEdit is a great PHP editor
Update: 21 May 2011
PHP Beautifier
19 January 2011
I liked phpEclipse, but it was slow (probably mainly due to the JRE), and some things could be frustrating, also it really doesn't offer that much that a fully featured PHP editor should offer such as code completion and inline function help. So anyway, it died without warning today, and after spending about an hour trying to resurrect it I thought I'd investigate some other options.
Turns out if you add a bunch of plugins to gedit it is a very good PHP editor!
Check out this link:
https://github.com/gmate/gmate
Unfortunately I couldn't get PHP Beautifier working right away, might revisit that.
References:
The code:
http://pear.php.net/package/PHP_Beautifier/
Guy having similar problems:
http://old.nabble.com/PHP_Beautifier%3A--strange-behaviour-with-newlines-and-comments-td27811969.html
Comment from the Author:
http://stackoverflow.com/questions/1265564/fixing-php-beautifiers-empty-lines-problem
PHP Tokens:
http://www.php.net/manual/en/tokens.php
Comments