Directory groovy/ide/groovy-eclipse/GroovyBrowsing/

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

Browse with ViewVC

[root]/groovy/ide/groovy-eclipse/GroovyBrowsing

                    Folder removed from repo META-INF (0 files, 0 lines)

                    Folder removed from repo schema (0 files, 0 lines)

                    Folder removed from repo src (0 files, 0 lines)

                        Folder removed from repo org (0 files, 0 lines)

                            Folder removed from repo codehaus (0 files, 0 lines)

                                Folder removed from repo groovy (0 files, 0 lines)

                                    Folder removed from repo eclipse (0 files, 0 lines)

                                        Folder removed from repo codebrowsing (0 files, 0 lines)

                                            Folder removed from repo actions (0 files, 0 lines)

                                            Folder removed from repo astfinders (0 files, 0 lines)

                                            Folder removed from repo impl (0 files, 0 lines)

Lines of Code

groovy/ide/groovy-eclipse/GroovyBrowsing/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 196 (100.0%) 6.7
emp 27 (93.1%) 122 (62.2%) 4.5
davekerber 1 (3.4%) 67 (34.2%) 67.0
jervin 1 (3.4%) 7 (3.6%) 7.0

Most Recent Commits

emp 2007-02-08 04:04

Moved GroovyEclipse to *.eclipse.ui.

0 lines of code changed in:

emp 2007-02-08 03:49

Updated dependencies to new plug-ins org.codehause.groovy.eclipse.core and org.codehause.groovy.eclipse.ui.

3 lines of code changed in:

davekerber 2007-01-24 09:08

Applying code browing popup for open declaration. Patch from Axel Kramer

67 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyBrowsing: plugin.xml (+67 -51)
jervin 2006-08-09 02:05

Having the JRE hardcoded in the classpath is bad form I think. Better to use the setting the developer has chosen no?

7 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyBrowsing: .classpath (+7 -7)
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.

55 lines of code changed in:

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.

2 lines of code changed in:

emp 2006-07-28 20:47

Adding deleted files back.

Somehow files were marked as 'deleted' while applying changes to my new

SVN copy from my current CVS copy.

30 lines of code changed in:

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.

0 lines of code changed in:

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.

20 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyBrowsing: fragment.xml (+20 -2)
emp 2006-07-26 06:33

Initial commit. Stubs, that is all.

12 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT