hi
I have added some functionality for java:
Auto include imports, a la ctrl + shift + o in eclipse (files to include are searched in jars of JarManager)
with the help of classes:
org.fife.rsta.ac.java.JarManager
org.fife.rsta.ac.java.SourceCompletionProvider.java
added some things to ASTFactory in order to help auto adding imports
including Anonymous classes and all identifiers.
If you wish I would be pleased to document it up a bit and send it to you.
