[root]/groovy/ide/grails-eclipse/org.codehaus.grails.eclipse/src/org/codehaus/grails/eclipse/util
Added the feature that the editor opens the controller groovy file and its associated controller test groovy source file
after its creation.
17 lines of code changed in:
Wrote the first functional test for the Grails Eclipse plugin...
0 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...
62 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.
79 lines of code changed in: