[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/preferences
The plugin now listens for changes to Java Project classpaths.
If there has been a change then the projectClassloader in
GroovyProject is 'reset' or set to null and the project is
rebuilt. Listening to JDT core changes to the java projects
could allow us to handle dependencies so that if a dependent
project's classpath changes, the Groovy Builder will rebuild it.
1 lines of code changed in:
oops accidentally turned off the disable class file generation
preference....
2 lines of code changed in:
2 lines of code changed in:
Added a preference to remove the check of the package name with
the script's directory per project. Also added in a check that
if the groovy file exists outside of a source directory that
the package vs actual directory check does not apply. Added a
call to rebuild the project if a project property changes.
39 lines of code changed in:
Changed the generate class files preference to a dont
generate class files preference. This is so that by default
class files are generated, since disabling class file generation
is really an exceptional case, like for instance in the case
Grails.
5 lines of code changed in:
Changed the generate class files preference to be project specific and reenabled it.
11 lines of code changed in:
Removed deprecated API from GroovyModel and updated dependent sources.
2 lines of code changed in:
Initial import part 2.
596 lines of code changed in: