[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.ui/src/org/codehaus/groovy/eclipse/editor
actions
(3 files, 296 lines)
contentAssist
(2 files, 232 lines)
contentoutline
(12 files, 502 lines)
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 17 (100.0%) | 3152 (100.0%) | 185.4 |
| davekerber | 3 (17.6%) | 2936 (93.1%) | 978.6 |
| emp | 14 (82.4%) | 216 (6.9%) | 15.4 |
Fixed: http://jira.codehaus.org/browse/GROOVY-1814
No more deadlock, and as a nice side effect, no more annoying pause when a GroovyEditor is closed.
64 lines of code changed in:
NPE fix when completing. Workaround for workspace deadlock when renaming Groovy file.
10 lines of code changed in:
Set up J2SE-1.4 as minimum execution environment.
Removed GroovyPlugin.getPlugin(). Changed to GroovyPlugin.getDefault().
Defined access rules to internal/** classes to get rid of annoying warnings.
Added completion sorting into fields/properties and methods.
Some cleaning up. 11 warnings vs 300 or so before, more managable.
0 lines of code changed in:
Reimplemented getting the editor input in a clean way.
10 lines of code changed in:
GROOVY-1669 Fixed
2936 lines of code changed in:
Enabled the reconciler, now the core is notified when a file being edited is changed.
96 lines of code changed in:
Hooked a reconciler into the editor. It does nothing at the moment.
Bug fix: Added removeBuildListener() to GroovyContentOutline.dispose() as one outline,
else listeners are added each time the same file is repopened.
36 lines of code changed in: