Eclipse PDT & PHPUnit?

See Eclipse Plugin PHP Tool Integration (PTI) which provides integration of following features for Eclipse: PHP_CodeSniffer PHPUnit PHP Depend PHP Copy/Paste Detector Update sites (Help – Install Software – Add …): Latest stable release: http://www.phpsrc.org/eclipse/pti/ Development version: http://www.phpsrc.org/eclipse/pti-dev/

How to exclude a Javascript file from Javascript Validation in Eclipse

well, probably I’ve managed to do what you need 😉 It is a bit tricky. So my steps: downloaded Eclipse PDT (to be sure that it works for you, because I use Eclipse for Java EE) created project TestJS (it was JavaScript project) created two files, test.js and htmlparser.js (last one copied from John Resig’s … Read more

How do I add FTP support to Eclipse?

Eclipse natively supports FTP and SSH. Aptana is not necessary. Native FTP and SSH support in Eclipse is in the “Remote System Explorer End-User Runtime” Plugin. Install it through Eclipse itself. These instructions may vary slightly with your version of Eclipse: Go to ‘Help’ -> ‘Install New Software’ (in older Eclipses, this is called something … Read more

tech