[root]/groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/preferences
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 45 (100.0%) | 580 (100.0%) | 12.8 |
| jervin | 9 (20.0%) | 224 (38.6%) | 24.8 |
| jshickey | 11 (24.4%) | 142 (24.5%) | 12.9 |
| emp | 18 (40.0%) | 132 (22.8%) | 7.3 |
| tug | 3 (6.7%) | 62 (10.7%) | 20.6 |
| davekerber | 4 (8.9%) | 20 (3.4%) | 5.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.
6 lines of code changed in:
GROOVY-1669 Fixed. Also separated out project and workspace preference pages. Separated compiler and editor preferences. Added a button to copy java color preferences to groovy color preferences.
20 lines of code changed in:
GROOVY-1653
0 lines of code changed in:
applied patches for issues 1600,1601 that fix problems with separate output folder for groovy classes
3 lines of code changed in:
fixed JIRA 1496. The plugin should work correctly if the Project root is the src and output directory.
4 lines of code changed in:
Since the output location preference should really not be overriden globally, it doesn't make any sense currently
to have it be set to the workspace setting. The workspace setting is used when the Groovy Runtime is added
and not afterwards.
65 lines of code changed in:
I am not sure how this cast got missed.
1 lines of code changed in:
[#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.
158 lines of code changed in:
Patch from Philip Savkin - GroovyEditor now inherits preferences from the Java
editor. Now certain Java editor preference changes affect the Groovy Editor.
55 lines of code changed in:
Applied patch from Philip Savkin for
http://jira.codehaus.org/browse/GROOVY-1424
after making some minor modifications.
71 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
11 lines of code changed in:
changed default for creating class files from true to false in order to prevent a stack overflow for a test project
1 lines of code changed in:
Added more syntax coloring options matching jEdit groovy mode for defaults.
123 lines of code changed in:
Latest patches from Scott
62 lines of code changed in: