Directory groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF/

Directory Created:
2007-02-08 03:33
Total Files:
1
Deleted Files:
0
Lines of Code:
109

Browse with ViewVC

[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF

Lines of Code

groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 20 (100.0%) 132 (100.0%) 6.6
emp 10 (50.0%) 120 (90.9%) 12.0
jervin 5 (25.0%) 8 (6.1%) 1.6
jshickey 3 (15.0%) 3 (2.3%) 1.0
davekerber 2 (10.0%) 1 (0.8%) 0.5

Most Recent Commits

jervin 2007-04-06 04:55

Changing the Groovy Eclipse's Buddy policy to dependent...

Its really cleaner that way.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+1 -1)
jervin 2007-04-04 04:12

0 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (-1)
emp 2007-03-29 12:05

Extension point for type so IMemberLookup can be contributed.

Small fixes in AbstractMemberLookup.

New code completers for local variables and class names.

Conversion to bin-groovy.

2 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+2 -1)
jervin 2007-03-22 16:49

Changed the buddy loader policy to registered so that org.codehaus.grails.eclipse can access the Groovy libraries

contained within without hopefully having any more of those nasty reflector or class not found problems. Also

made the GroovyCoreActivator's stopListeningToChanges method public so that the Grails plugin can access it too.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+1)
jervin 2007-03-21 16:10

The Groovy Eclipse Core build should work now.

5 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+5)
emp 2007-03-21 10:22

Modifying build for core plugin. The beginning, not done yet.

3 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+3 -3)
jshickey 2007-03-13 17:01

Updated version numbers for a test build. Updated the CST viewer to antlr.* instead of jarjarantlr.*

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+1 -1)
emp 2007-03-12 03:47

Error recovery. Custom parser plugins and modified Groovy grammar to deal with common case of a dangling '.'. a. a?. a[10]. a._ { and so on.

The recovered CST can be used to build an AST. The resulting AST will have quirks, but is usuable for code completion.

Sources generated from the modified grammar are included so no one has to mess around with Antlr etc.

Completion now works in Groovy scripts.

Plugin now exports groovy-1.0.jar, antlr-2.7.5.jar, asm-2.2.jar, asm-tree.2.2.jar - required for error recovering parser.

21 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+21 -4)
jshickey 2007-03-09 20:52

updated feature to included refactored plugins and updated version numbers for all the plugins

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+1 -1)
emp 2007-03-08 22:45

Set up J2SE-1.4 as minimum execution environment.

Introduced a ParameterInfo. It is just a TypeInfo but stores the name of the parameter as well as the type.

Added Groovy property into IMemberLookup implementations.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+1)
emp 2007-03-02 22:05

Initial cut of code completion support code. Completion expression finder, type evaluator,

various lookup interfaces, etc, etc.

6 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+6)
davekerber 2007-03-02 08:31

Added util package to exported packages to fix AST viewer

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+1)
jshickey 2007-02-28 01:14

moved output file from bin-groovy to bin and added support for the site to build correctly from bin

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+1 -1)
davekerber 2007-02-25 09:03

Fixed manifest errors, removed packages that no longer existed

0 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (-5)
emp 2007-02-24 05:43

Added preliminary support for GroovyCompiler.GCF_GENERATE_CST.

This flag can only be used on its own at this time, and only with methods not using an input stream.

5 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+5)
jervin 2007-02-23 21:50

Renamed the org.codehaus.groovy.eclipse.core plugin to org.codehaus.groovy.eclipse. Also changed the Builder

Nature to org.codehaus.groovy.eclipse.groovyBuilder and the Project nature to

org.codehaus.groovy.eclipse.groovyNature. This is as was agreed to in the conference call, that it would be

bad to break everyone's old groovy projects because of the ID changes. To rename one of the ID's it was

easier to rename the core plugin, I left the project name alone so as to not have so many changes at once. It

would probably still be a good idea to rename the project, since having the plugin and project name syncrhonized,

while not necessary, is a good convention.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+1 -1)
emp 2007-02-20 09:34

First commit of cleaned up build system. This is required for tooling (AST viewers, code completion, etc.)

Includes new GroovyCompiler class (80% complete) which can return all artifacts of a build

(eventually, CST, AST, all *.class files.).

There are rather large changes. All test cases pass, and editing/compiling Groovy code works with

*.core plug-in installed. Hoping it is this easy :)

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+1)
emp 2007-02-11 22:27

Die Antlr dependency, die! Adding Groovy nature works again.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (+1 -2)
emp 2007-02-08 21:53

Fixed bug: compile errors not appearing in problem view.

Updated .project files to point to new Groovy builder/nature.

Cleaned up .classpath files removing references to *.core libraries.

0 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (-2)
emp 2007-02-08 03:33

Initial import part 2.

80 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/META-INF: MANIFEST.MF (new 80)
Generated by StatSVN 0.3.2-SNAPSHOT