Directory groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.ui/src/org/codehaus/groovy/eclipse/editor/

Total Files:
7
Deleted Files:
0
Lines of Code:
3387

Browse with ViewVC

[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.ui/src/org/codehaus/groovy/eclipse/editor

                                            directory in repo actions (3 files, 296 lines)

                                            directory in repo contentAssist (2 files, 232 lines)

                                            directory in repo contentoutline (12 files, 502 lines)

Lines of Code

groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.ui/src/org/codehaus/groovy/eclipse/editor/ Lines of Code

Developers

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

Most Recent Commits

emp 2007-04-04 23:42

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:

emp 2007-03-13 20:19

NPE fix when completing. Workaround for workspace deadlock when renaming Groovy file.

10 lines of code changed in:

emp 2007-03-08 22:40

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:

emp 2007-03-01 00:56

Reimplemented getting the editor input in a clean way.

10 lines of code changed in:

davekerber 2007-02-23 06:58

GROOVY-1669 Fixed

2936 lines of code changed in:

emp 2007-02-22 06:47

Enabled the reconciler, now the core is notified when a file being edited is changed.

96 lines of code changed in:

emp 2007-02-20 09:04

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:

Generated by StatSVN 0.3.2-SNAPSHOT