[root]/groovy/ide/groovy-eclipse/GroovyBrowsing/src/org/codehaus/groovy/eclipse/codebrowsing
actions
(0 files, 0 lines)
astfinders
(0 files, 0 lines)
impl
(0 files, 0 lines)
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 77 (100.0%) | 728 (100.0%) | 9.4 |
| emp | 76 (98.7%) | 499 (68.5%) | 6.5 |
| davekerber | 1 (1.3%) | 229 (31.5%) | 229.0 |
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.
3 lines of code changed in:
Applying code browing popup for open declaration. Patch from Axel Kramer
229 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.
221 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.
100 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.
163 lines of code changed in:
Added commands for F3 'Open Declaration'.
Added the single method IOpenDeclarationAssistant#getProposals
Added code to select a single 'identifier' that is to be opened at its declaration.
11 lines of code changed in:
Initial commit. Stubs, that is all.
1 lines of code changed in: