[root]/groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/contentoutline
Moved GroovyEclipse to *.eclipse.ui.
0 lines of code changed in:
Changes to GroovyEclipse in preparation to move it to org.codehaus.groovy.eclipse.ui.
5 lines of code changed in:
Fixes GROOVY-1675 - updated getting line number in source file for an import node in outline view
3 lines of code changed in:
updated ClassAdapter for outline view to filter out class nodes that do not exist in the source.
1 lines of code changed in:
Refactored typo GroovyBuildListner to GroovyBuildListener.
Modified GroovyModel.addGroovyBuildListener()/removeGroovyBuildListener().
Why? So that external plugins can hook into the build process before the data in the
GroovyModel has been fully initialized by different parts of the GroovyPlugin.
The model now has one global listener which is added to each new GroovyProject. It
forwards nofitications to each listener added using addGroovyBuildListener.
5 lines of code changed in:
GroovyProject has become a blob of a beast.
Refactored out the scriptPathModuleNodeMap and related routines into a new class called GroovyProjectModel
from GroovyProject.
2 lines of code changed in:
Fixed spelling decleration -> declaration.
1 lines of code changed in:
Restored changes after server crash. This is a major rewrite of the plugin that fixes multiple problems with incremental build and fuld builds
30 lines of code changed in:
Apply Scott Hickey's patches for GROOVY-1284. Thanks Scott!
7 lines of code changed in:
applied GROOVY-909 and GROOVY-687 works in 3.1 for some value of works.
2 lines of code changed in:
fixed GROOVY-632 - multi line string color
3 lines of code changed in:
Applied groovy debug patch GROOVY-348 - work in progress
0 lines of code changed in:
Bug fix in content outline , removed unused Package and JavaElement Adapters
1 lines of code changed in:
New Inceremntal Builder, Fixed another content outline bug ( tree viewer dispose again )
57 lines of code changed in:
Update to work with latest integration build , minor bug fixes , enabled running tests using standard runnre mecahnism
5 lines of code changed in:
M7 update , content outline bug fixes
18 lines of code changed in:
Re Synch with completed work : Proper Syntax coloring linked to the java editor colour settings, cotent outline working with jump to location on double click, some bug fixes ( launcher , automatic addition of groovy jars).
202 lines of code changed in:
Added the new modules from John, Troy and Yuri.
Also refactored the ide plugins into a subdirectory.
Checked in the first cut of Zohar's eclipse plugin (renaming the old one to old-eclipse-plugin - we should move the useful stuff across and delete it)
132 lines of code changed in: