[root]/groovy/ide/grails-eclipse/org.codehaus.grails.eclipse
.settings
(3 files, 19 lines)
META-INF
(1 files, 33 lines)
icons
(0 files, 0 lines)
full
(0 files, 0 lines)
clcl16
(15 files, 0 lines)
ctool16
(1 files, 0 lines)
cview16
(2 files, 0 lines)
dlcl16
(9 files, 0 lines)
dtool16
(1 files, 0 lines)
elcl16
(9 files, 0 lines)
etool16
(1 files, 0 lines)
eview16
(2 files, 0 lines)
obj16
(11 files, 0 lines)
monkey
(3 files, 110 lines)
prefs
(3 files, 3 lines)
src
(0 files, 0 lines)
org
(0 files, 0 lines)
codehaus
(0 files, 0 lines)
grails
(0 files, 0 lines)
eclipse
(1 files, 286 lines)
actions
(14 files, 709 lines)
completion
(2 files, 190 lines)
group
(1 files, 65 lines)
internal
(0 files, 0 lines)
dialog
(1 files, 229 lines)
model
(8 files, 1255 lines)
program
(0 files, 0 lines)
launchConfigurations
(5 files, 357 lines)
registry
(9 files, 1093 lines)
ui
(8 files, 1380 lines)
launchConfigurations
(5 files, 1443 lines)
model
(6 files, 1372 lines)
outline
(4 files, 112 lines)
projectsupport
(2 files, 137 lines)
util
(3 files, 153 lines)
variable
(16 files, 1134 lines)
wizards
(2 files, 187 lines)
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.
7 lines of code changed in:
4 lines of code changed in:
Began work on the completion support for DataSource classes in
grails also added a monkey script to check that all the groovy
sources in the Grails Eclipse project have actually been built.
4 lines of code changed in:
7 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...
6 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.
1 lines of code changed in:
Got the first functional test to actually work... and there was much rejoicing... yea....
1 lines of code changed in:
Wrote the first functional test for the Grails Eclipse plugin...
7 lines of code changed in:
Support for the new Test bundle org.codehaus.grails.eclipse.test
1 lines of code changed in:
Added a filter so that the grails popup menus will not appear on non-grails projects.
4 lines of code changed in:
First cut adding a Grails Project Nature, needs refactoring.
15 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...
22 lines of code changed in:
Have the basic functionality working...
1 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.
509 lines of code changed in: