[root]/groovy/ide/grails-eclipse/org.codehaus.grails.eclipse/src/org/codehaus/grails/eclipse/actions
A version that is not fundamentally broken...
4 lines of code changed in:
Something kinda works... I need to save this to continue work on it later.
4 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...
1 lines of code changed in:
Added the feature that the editor opens the controller groovy file and its associated controller test groovy source file
after its creation.
36 lines of code changed in:
Added a functional test for create-controller-class
19 lines of code changed in:
Added a nifty feature to open the editor of the created domain class and its associated test class.
55 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.
17 lines of code changed in:
Got the first functional test to actually work... and there was much rejoicing... yea....
0 lines of code changed in:
Added a filter so that the grails popup menus will not appear on non-grails projects.
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...
89 lines of code changed in:
Have the basic functionality working...
7 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.
674 lines of code changed in: