[root]/groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/actions
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 35 (100.0%) | 301 (100.0%) | 8.6 |
| davekerber | 5 (14.3%) | 139 (46.2%) | 27.8 |
| jshickey | 9 (25.7%) | 63 (20.9%) | 7.0 |
| jervin | 4 (11.4%) | 61 (20.3%) | 15.2 |
| tug | 2 (5.7%) | 30 (10.0%) | 15.0 |
| emp | 11 (31.4%) | 4 (1.3%) | 0.3 |
| blackdrag | 1 (2.9%) | 4 (1.3%) | 4.0 |
| zohar | 3 (8.6%) | 0 (0.0%) | 0.0 |
Moved GroovyEclipse to *.eclipse.ui.
0 lines of code changed in:
Changes to GroovyEclipse in preparation to move it to org.codehaus.groovy.eclipse.ui.
4 lines of code changed in:
Refactoring groovy console and shell to use launch configs
0 lines of code changed in:
GROOVY-1604 , fixed. Now you can have the implicit main method anywhere in the file and the breakpoints are created correctly
20 lines of code changed in:
GROOVY-1604 - This makes sure the breakpoint is added to the right class if there is more than one class in the file
11 lines of code changed in:
DJK - Added check to make sure it is a java project to avoid NPE's and added some javadoc
29 lines of code changed in:
DJK - Moved editor methods from GroovyPlugin to here where they are used.
79 lines of code changed in:
applied patch for issue 1579 - add shortcuts to launch Groovy shell and groovy console
0 lines of code changed in:
removed commented code and cleaned up some warnings
5 lines of code changed in:
Initial version of hyperlink from console to Groovy source file
12 lines of code changed in:
GroovyProject has become a blob of a beast.
Refactored out the scriptPathModuleNodeMap and related routines into a new class called GroovyProjectModel
from GroovyProject.
2 lines of code changed in:
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.
2 lines of code changed in:
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.
43 lines of code changed in:
Resolution of JIRA issue Groovy-1451
14 lines of code changed in:
patches to fix issues 1340,1355,1356,1361
1 lines of code changed in:
Restored changes after server crash. This is a major rewrite of the plugin that fixes multiple problems with incremental build and fuld builds
7 lines of code changed in:
added option to project popup menu in navigator view to add groovy nature to a project
38 lines of code changed in:
Latest patches from Scott
7 lines of code changed in:
Apply Scott Hickey's patches for GROOVY-1284. Thanks Scott!
23 lines of code changed in:
some additions and corrections on error markers and code update to jsr-04
4 lines of code changed in:
(2 more)