Hi Jeff, On 12/6/05, Jeff McKeon <[EMAIL PROTECTED]> wrote: > I'm sure there's better software out there that is more suited to > writing and editing PHP pages. What do you all use?
Eclipse + TruFoundation (PHP/Python) + JSEclipse + CSSEditor + Web Standard Tools (HTML/XML/...) Well, first of all, these are open source and/or free (for commercial use, so no Zend or NuSphere price tags)... TruPHP has auto-completion (both user defined and builtin functions/classes); class insight; debugging; instant syntax checking and error highlighting; code folding among other features... In Eclipse, you can manage your code through CVS, Subversion (using Subclipse), FTP, WebDav, ... or just the little built-in "History" feature... I use Eclipse also for Java (JDT) and C/C++ (CDT) development... Eclipse has plugins for nearly anything you want... As for editors, i use Kate, and VIM when i'm not running X... Eclipse and Web Standard Tools: http://www.eclipse.org TruFoundation: http://www.xored.com/trustudio JSEclipse: http://www.interaktonline.com/Products/Eclipse/JSEclipse/Overview/ CSSEditor: http://csseditor.sourceforge.net/ Subclipse (SVN support): http://subclipse.tigris.org/ Clay (database modeling): http://www.azzurri.jp/en/software/clay/index.jsp -ahmed