[root]/groovy/ide/groovy-eclipse/GroovyBrowsing/META-INF
Moved GroovyEclipse to *.eclipse.ui.
0 lines of code changed in:
Updated dependencies to new plug-ins org.codehause.groovy.eclipse.core and org.codehause.groovy.eclipse.ui.
4 lines of code changed in:
update plugin version numbers for Groovy 1.0 release
2 lines of code changed in:
new plugin release recompiled with Java 1.4
1 lines of code changed in:
updated plugin version numbers for Groovy 1.0 RC-1 release of the plugin
1 lines of code changed in:
Changes to make it work with the current RC1 snapshot.
1 lines of code changed in:
Updated version number for publishing the update site
1 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.
17 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.
5 lines of code changed in:
Adding deleted files back.
Somehow files were marked as 'deleted' while applying changes to my new
SVN copy from my current CVS copy.
3 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.
0 lines of code changed in:
Initial commit. Stubs, that is all.
3 lines of code changed in: