Directory groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/

Directory Created:
2004-01-29 10:17
Directory Deleted:
2007-02-08 04:02
Total Files:
0
Deleted Files:
1
Lines of Code:
0

Browse with ViewVC

[root]/groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse

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

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

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

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

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

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

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

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

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

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

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

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

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

Lines of Code

groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 19 (100.0%) 659 (100.0%) 34.6
jshickey 4 (21.1%) 165 (25.0%) 41.2
zohar 7 (36.8%) 161 (24.4%) 23.0
jstrachan 1 (5.3%) 140 (21.2%) 140.0
jervin 3 (15.8%) 115 (17.5%) 38.3
davekerber 1 (5.3%) 56 (8.5%) 56.0
emp 2 (10.5%) 16 (2.4%) 8.0
tug 1 (5.3%) 6 (0.9%) 6.0

Most Recent Commits

emp 2007-02-08 04:02

Moved GroovyEclipse to *.eclipse.ui.

0 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (del)
emp 2007-02-08 03:36

Changes to GroovyEclipse in preparation to move it to org.codehaus.groovy.eclipse.ui.

16 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+16 -141)
davekerber 2007-01-04 08:11

DJK - Removed editor methods, cleaned up logging and added javadoc to several methods.

56 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+56 -120)
jshickey 2006-12-09 19:33

removed commented code and cleaned up some warnings

2 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+2 -39)
jshickey 2006-11-08 00:16

Initial version of hyperlink from console to Groovy source file

124 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+124)
jervin 2006-08-31 14:25

Refactored a set of functions that were dispersed between GroovyPlugin and GroovyProject, bloating both.

These routines have to do with adding/removing the Groovy Nature and Runtime to a Java Project.

4 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+4 -120)
jervin 2006-08-30 20:40

[#GROOVY-1341] Added the ability for you to specify where the groovy compiled output goes.

The output directory shows up as a library for eclipse and thus all the compiled groovy classes should show

up in Eclipse for code completion, etc... You can specify a value for your workspace or specify it per project.

I would let the value come from the preference and then override it per project personally.

51 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+51 -12)
jervin 2006-08-10 16:47

This should be a fix for Jira Issue [#GROOVY-1454] which is about preventing the Add Groovy Nature from

adding duplicate libraries to the classpath entries.



There is also a PDE JUnit test that should demonstrate the fix.

60 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+60 -35)
jshickey 2006-06-20 05:20

patches to fix issues 1340,1355,1356,1361

31 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+31 -3)
jshickey 2006-05-27 17:09

Restored changes after server crash. This is a major rewrite of the plugin that fixes multiple problems with incremental build and fuld builds

8 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+8)
tug 2006-04-01 08:30

Latest patches from Scott

6 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+6)
zohar 2004-12-12 23:37

add/remove change listener to fix the multiple add runtime support dialogs...

23 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+23 -3)
zohar 2004-08-30 21:15

long overdue sync

73 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+73 -136)
zohar 2004-04-18 12:13

GROOVY-327 - minor additions to fix

5 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+5 -1)
zohar 2004-04-18 01:57

GROOVY-327

7 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+7 -1)
zohar 2004-04-15 00:49

GROOVY-294 Fixed document syntax highlight , new partiition scanner added , moved from document content provider to document setup participant

15 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+15 -1)
zohar 2004-03-18 01:39

M7 update , content outline bug fixes

6 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+6 -6)
zohar 2004-03-07 23:19

Re Synch with completed work : Proper Syntax coloring linked to the java editor colour settings, cotent outline working with jump to location on double click, some bug fixes ( launcher , automatic addition of groovy jars).

32 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (+32 -25)
jstrachan 2004-01-29 10:17

Added the new modules from John, Troy and Yuri.



Also refactored the ide plugins into a subdirectory.



Checked in the first cut of Zohar's eclipse plugin (renaming the old one to old-eclipse-plugin - we should move the useful stuff across and delete it)

140 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse: GroovyPlugin.java (new 140)
Generated by StatSVN 0.3.2-SNAPSHOT