[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.ui/src/org/codehaus/groovy/eclipse/editor/contentoutline
Added the extension point org.codehaus.groovy.eclipse.ui.outlineProvider
to allow other plugins to take control of the Content Outline
View of the Groovy Eclipse Editor. This is so that they can
choose to inject properties and methods into the outline view
that will be injected at runtime.
243 lines of code changed in:
Removed deprecated API from GroovyModel and updated dependent sources.
0 lines of code changed in:
Hooked a reconciler into the editor. It does nothing at the moment.
Bug fix: Added removeBuildListener() to GroovyContentOutline.dispose() as one outline,
else listeners are added each time the same file is repopened.
0 lines of code changed in: