[root]/groovy/ide/grails-eclipse/org.codehaus.grails.eclipse/META-INF
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.
3 lines of code changed in:
1 lines of code changed in:
Got the first code completion to work on domain classes.
2 lines of code changed in:
0 lines of code changed in:
A version that is not fundamentally broken...
3 lines of code changed in:
Trying a first stab at integrating the grails distribution directly into the plugin... man it don't work right now...
2 lines of code changed in:
Made the Grails plugin dependent on the Groovy Eclipse plugin, sharing not only a couple of classes but its Groovy
library distribution. Also added a functional test for creating a domain class.
8 lines of code changed in:
Got the first functional test to actually work... and there was much rejoicing... yea....
2 lines of code changed in:
Wrote the first functional test for the Grails Eclipse plugin...
2 lines of code changed in:
Support for the new Test bundle org.codehaus.grails.eclipse.test
82 lines of code changed in:
First cut adding a Grails Project Nature, needs refactoring.
2 lines of code changed in:
Added in a 'New Grails Project' wizard. The functionality works, but is a bit hacky... I don't care for having to
poll the file system to find out when the 'grails create-app' command has completed. This will have to do until we
better integrate Grails into the plugin...
3 lines of code changed in:
The first cut of the new Grails Eclipse plugin, it is a direct
port of the org.codehaus.grails.eclipse.externaltools plugin
but completely in Groovy. This version should compile, but as
of yet does not work. Hopefully in the next fews the basic
functionality should return.
34 lines of code changed in: