Directory groovy/ide/groovy-eclipse/GroovyBrowsing/src/org/codehaus/groovy/eclipse/codebrowsing/actions/

Directory Created:
2006-07-26 06:33
Directory Deleted:
2007-02-08 04:04
Total Files:
0
Deleted Files:
2
Lines of Code:
0

Browse with ViewVC

[root]/groovy/ide/groovy-eclipse/GroovyBrowsing/src/org/codehaus/groovy/eclipse/codebrowsing/actions

Lines of Code

groovy/ide/groovy-eclipse/GroovyBrowsing/src/org/codehaus/groovy/eclipse/codebrowsing/actions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 8 (100.0%) 118 (100.0%) 14.7
emp 7 (87.5%) 117 (99.2%) 16.7
jshickey 1 (12.5%) 1 (0.8%) 1.0

Most Recent Commits

emp 2007-02-08 04:04

Moved GroovyEclipse to *.eclipse.ui.

0 lines of code changed in:

jshickey 2007-01-10 02:09

fixed null pointer error when no proposals are returned

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyBrowsing/src/org/codehaus/groovy/eclipse/codebrowsing/actions: OpenDeclarationAction.java (+1 -1)
emp 2006-08-04 11:27

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.

11 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyBrowsing/src/org/codehaus/groovy/eclipse/codebrowsing/actions: OpenDeclarationAction.java (+11 -61)
emp 2006-08-02 09:32

-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.

31 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyBrowsing/src/org/codehaus/groovy/eclipse/codebrowsing/actions: OpenDeclarationAction.java (+31 -4)
emp 2006-07-28 20:45

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.

34 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyBrowsing/src/org/codehaus/groovy/eclipse/codebrowsing/actions: OpenDeclarationAction.java (new 34)
emp 2006-07-26 08:17

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.

40 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyBrowsing/src/org/codehaus/groovy/eclipse/codebrowsing/actions: OpenDeclaration.java (+40 -1)
emp 2006-07-26 06:33

Initial commit. Stubs, that is all.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyBrowsing/src/org/codehaus/groovy/eclipse/codebrowsing/actions: OpenDeclaration.java (new 1)
Generated by StatSVN 0.3.2-SNAPSHOT