My Eclipse Plugin.. Projx Transfer At work we’ve recently migrated from using the Nusphere PhpED IDE to Eclipse and PDT, the benefits offered by Eclipse are massive, not least its huge archive of available plug-ins. The one thing I’ve desperately missed about Nusphere is the ability to right click a file and deploy it directly...
Compatibility between Eclipse 3.3 and 3.4 For anybody having plug-in compatibility issues between Eclipse 3.3 and 3.4, there may be a solution.  http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration#Eclipse_3.4_Instructions  (This is really for my own future reference )
Example code for Eclipse viewers Recently I’ve been playing about with developing plug-ins for Eclipse, but it’s been 4 years since I wrote my last line of Java and I’ve been coding PHP ever since, so I’m having to completely re-learn the Java object model and Eclipse’s API. The biggest obstacle has been finding...