[root]/groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse
actions
(0 files, 0 lines)
adapters
(0 files, 0 lines)
builder
(0 files, 0 lines)
editor
(0 files, 0 lines)
actions
(0 files, 0 lines)
contentAssist
(0 files, 0 lines)
contentoutline
(0 files, 0 lines)
launchers
(0 files, 0 lines)
model
(0 files, 0 lines)
preferences
(0 files, 0 lines)
tools
(0 files, 0 lines)
ui
(0 files, 0 lines)
wizards
(0 files, 0 lines)
| 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 |
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.
16 lines of code changed in:
DJK - Removed editor methods, cleaned up logging and added javadoc to several methods.
56 lines of code changed in:
removed commented code and cleaned up some warnings
2 lines of code changed in:
Initial version of hyperlink from console to Groovy source file
124 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.
4 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.
51 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.
60 lines of code changed in:
patches to fix issues 1340,1355,1356,1361
31 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
8 lines of code changed in:
Latest patches from Scott
6 lines of code changed in:
add/remove change listener to fix the multiple add runtime support dialogs...
23 lines of code changed in:
long overdue sync
73 lines of code changed in:
GROOVY-327 - minor additions to fix
5 lines of code changed in:
GROOVY-327
7 lines of code changed in:
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:
M7 update , content outline bug fixes
6 lines of code changed in:
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:
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: