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...