[root]/groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/launchers
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 62 (100.0%) | 871 (100.0%) | 14.0 |
| jshickey | 16 (25.8%) | 479 (55.0%) | 29.9 |
| davekerber | 10 (16.1%) | 209 (24.0%) | 20.9 |
| jstrachan | 5 (8.1%) | 112 (12.9%) | 22.4 |
| zohar | 12 (19.4%) | 26 (3.0%) | 2.1 |
| hmeling | 1 (1.6%) | 20 (2.3%) | 20.0 |
| emp | 15 (24.2%) | 12 (1.4%) | 0.8 |
| jervin | 2 (3.2%) | 7 (0.8%) | 3.5 |
| blackdrag | 1 (1.6%) | 6 (0.7%) | 6.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.
12 lines of code changed in:
GROOVY-1604 and GROOVY-1540. If there are multiple classes in a file and you do Run As..., now it will prompt you for which class you want to run/test
83 lines of code changed in:
Adding new options to GroovyLaunchConfiguration since we are getting support for them from the JavaLaunchDelegate
12 lines of code changed in:
Removing GroovyLaunchConfiguration since we are using the JavaLaunchDelegate now
6 lines of code changed in:
Test to see if it corrects MAC launching problem
67 lines of code changed in:
Updated to set source locator so debugger works properly. Added support for 'stop in main' checkbox. and cleaned up a little bit.
22 lines of code changed in:
Added check for null to handle case "class not found" where Java output folder and Groovy output folder are the same
5 lines of code changed in:
removed commented out line for groovy-all in path
0 lines of code changed in:
updated to use the file adapter factory
5 lines of code changed in:
DJK - changed to use IFile adapter factory
6 lines of code changed in:
DJK - Changed message dialog so it no longer says you can run a groovy class that impelements runnable and added a todo to get the functionality in place.
8 lines of code changed in:
applied patches to use fix Groovy Launch configuration problems, automatically create Groovy Launch configuraiton for Run As Groovy
266 lines of code changed in:
applied patch for issue 1579 - add shortcuts to launch Groovy shell and groovy console
104 lines of code changed in:
applied patch for JIRA Issue 1565 for adding option to use Junit view for Groovy Test Cases
12 lines of code changed in:
fixed bug parsing error line number from console text
1 lines of code changed in:
fixed the calculation for the length of the hyperlink
32 lines of code changed in:
Initial version of hyperlink from console to Groovy source file
32 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.
7 lines of code changed in:
Fixes for JIRA issue 1390 - 1395 regarding compiler output path and launch configurations
24 lines of code changed in:
(11 more)