[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.codeassist.dgm/src/org/codehaus/groovy/eclipse/codeassist/dgm
Replaced it.name with getSimpleName(it).
8 lines of code changed in:
replaced simpleName with name in the static intializer
2 lines of code changed in:
Fixed bug that showed completions at innapropriate times.
DGM methods are now shown for the type to complete. Not ideal when types are not known,
but that will be addressed in a future preference sheet.
23 lines of code changed in:
The class Completer.groovy now does the work, instead of CompletionList.groovy script.
66 lines of code changed in: