On 7/30/07, Sean <[EMAIL PROTECTED]> wrote: > My favorite thing about zend that I really haven't been able to find in > other IDEs is you can edit on a remote server, lots of other IDEs allow > you to edit locally then publish or upload it up to your server, but > Zend actually ftps when you save so you can view your changes instantly.
jEdit (www.jedit.org) does the same thing you are describing with the FTP/SFTP plug in. It has a lot of cool features and most standard code editor necessities (syntax highlighting, code completion, folding, debugging, etc). There are plug ins for PHP, HTML, spell check (using aspell), mysql, and just about anything else you could think of. It is written in Java, which I think is a plus because it's consistent across platforms. It's never seemed slow to me, even on an old p3 933mhz machine. I've used it on Windows and Linux, and it has support for Mac OS X, OS/2, Unix, and VMS. -Richard _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
