[root]/groovy/ide/groovy-eclipse/GroovyBrowsing/src/org/codehaus/groovy/eclipse/codebrowsing/astfinders
Moved GroovyEclipse to *.eclipse.ui.
0 lines of code changed in:
Changes to make it work with the current RC1 snapshot.
2 lines of code changed in:
Converted from fragment to plugin.
Added ctrl+click hyperlink browsing.
Added extension points for search processors and search contexts.
Massive refactoring == cleaner implementation.
Close to first official release.
2 lines of code changed in:
-Beginnings of extension point to add custom declaration search processors.
-A few new processors. Declaration search now opens up java and groovy files
in the same workspace when a class is selected.
-Bug fixes and workarounds to existing processors.
81 lines of code changed in:
Initial working implementation: All simple cases within the currently
edited file work. Hit F3 on a local, method, field, etc. and the
declaration is found and selected.
Many changes to initial classes. IOpenDeclaration* methods renamed to
IDeclarationSearch* to reflect their more general nature. These classes
will be reused in other contexts.
Many implementations of IDeclarationSearchProcessor, which serve as
good tutorial material for (hopefully) outside contributions.
19 lines of code changed in: