[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/builder
Renamed the org.codehaus.groovy.eclipse.core plugin to org.codehaus.groovy.eclipse. Also changed the Builder
Nature to org.codehaus.groovy.eclipse.groovyBuilder and the Project nature to
org.codehaus.groovy.eclipse.groovyNature. This is as was agreed to in the conference call, that it would be
bad to break everyone's old groovy projects because of the ID changes. To rename one of the ID's it was
easier to rename the core plugin, I left the project name alone so as to not have so many changes at once. It
would probably still be a good idea to rename the project, since having the plugin and project name syncrhonized,
while not necessary, is a good convention.
2 lines of code changed in:
Removed deprecated API from GroovyModel and updated dependent sources.
1 lines of code changed in:
Major refactoring of ancient and sacred code.
Deprecated several APIs in GroovyModel, which will be removed shortly. Other refactoring in there too.
ASTs are now recompiled when the source code changes externally. Now the outline view, problem markers etc,
are updated while editing. As a bonus, the flaky old completion code (I wrote it, so I can call it flaky) completes
more reliably and without requiring one to hit save every few keystrokes.
1 lines of code changed in:
Initial import part 2.
153 lines of code changed in: