Directory groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/

Directory Created:
2004-01-29 10:17
Directory Deleted:
2007-02-08 04:02
Total Files:
0
Deleted Files:
24
Lines of Code:
0

Browse with ViewVC

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

                                            Folder removed from repo actions (0 files, 0 lines)

                                            Folder removed from repo contentAssist (0 files, 0 lines)

                                            Folder removed from repo contentoutline (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 103 (100.0%) 1148 (100.0%) 11.1
emp 43 (41.7%) 415 (36.1%) 9.6
zohar 23 (22.3%) 312 (27.2%) 13.5
jshickey 8 (7.8%) 139 (12.1%) 17.3
tug 1 (1.0%) 109 (9.5%) 109.0
jstrachan 11 (10.7%) 78 (6.8%) 7.0
blackdrag 4 (3.9%) 35 (3.0%) 8.7
jervin 4 (3.9%) 26 (2.3%) 6.5
glaforge 5 (4.9%) 23 (2.0%) 4.6
davekerber 3 (2.9%) 9 (0.8%) 3.0
markcc 1 (1.0%) 2 (0.2%) 2.0

Most Recent Commits

emp 2007-02-08 04:02

Moved GroovyEclipse to *.eclipse.ui.

0 lines of code changed in:

emp 2007-02-08 03:36

Changes to GroovyEclipse in preparation to move it to org.codehaus.groovy.eclipse.ui.

1 lines of code changed in:

davekerber 2007-01-24 09:08

Applying bookmark and task patch from Axel Kramer

2 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor: GroovyEditor.java (+2 -1)
davekerber 2007-01-16 07:09

Groovy-1547 - double clicking in edior

7 lines of code changed in:

emp 2006-12-19 05:41

Removed redundant commented out code.

2 lines of code changed in:

emp 2006-12-13 23:52

Changes to allow for pluggable content assist.

8 lines of code changed in:

jshickey 2006-11-08 00:16

Initial version of hyperlink from console to Groovy source file

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor: GroovyEditor.java (+1 -1)
jervin 2006-09-01 16:09

Added the first step of code completion and content assist: the HippieCompletionProcessor

23 lines of code changed in:

jervin 2006-08-30 20:40

[#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.

3 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor: GroovyEditor.java (+3 -2)
emp 2006-08-08 20:05

Patch from Philip Savkin - GroovyEditor now inherits preferences from the Java

editor. Now certain Java editor preference changes affect the Groovy Editor.

4 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor: GroovyEditor.java (+4 -2)
emp 2006-08-07 11:59

Enhancements from Philip Savkin to pair matching:

Only pairs in code and strings are now matched, comments are ignored.

173 lines of code changed in:

emp 2006-08-04 05:21

Added org.codehaus.groovy.eclipse.hyperlinkDetectors extension point.

The actual hyperlink detection is done in by plugins, for now GroovyBrowsing.

6 lines of code changed in:

emp 2006-08-02 15:00

Forgot to commit GroovyPairMatcher.java.

120 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor: GroovyPairMatcher.java (new 120)
emp 2006-08-02 13:16

Applied patch from Philip Savkin for

http://jira.codehaus.org/browse/GROOVY-1424

after making some minor modifications.

69 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor: GroovyEditor.java (+69 -49)
emp 2006-07-20 08:48

Added various auto edit strategies.

A single press of " ( [ completes to "" () [] etc.

11 lines of code changed in:

emp 2006-07-20 08:23

Initialized the key binding scope to org.codehaus.groovy.eclipse.editor.GroovyEditorScope.

Added (get/set)CaretOffset methods.

21 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor: GroovyEditor.java (+21 -1)
jshickey 2006-06-20 05:20

patches to fix issues 1340,1355,1356,1361

2 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor: GroovyTagScanner.java (+2 -3)
jshickey 2006-04-15 13:31

Added more syntax coloring options matching jEdit groovy mode for defaults.

69 lines of code changed in:

jshickey 2006-04-15 13:30

Added more syntax coloring options matching jEdit groovy mode for defaults.

Also added Java auto indent strategy.

67 lines of code changed in:

tug 2006-04-01 08:30

Latest patches from Scott

109 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor: GroovyTagScanner.java (+109 -13)

(17 more)

Generated by StatSVN 0.3.2-SNAPSHOT