[root]/groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor
actions
(0 files, 0 lines)
contentAssist
(0 files, 0 lines)
contentoutline
(0 files, 0 lines)
| 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 |
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.
1 lines of code changed in:
Applying bookmark and task patch from Axel Kramer
2 lines of code changed in:
Groovy-1547 - double clicking in edior
7 lines of code changed in:
Removed redundant commented out code.
2 lines of code changed in:
Changes to allow for pluggable content assist.
8 lines of code changed in:
Initial version of hyperlink from console to Groovy source file
1 lines of code changed in:
Added the first step of code completion and content assist: the HippieCompletionProcessor
23 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.
3 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.
4 lines of code changed in:
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:
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:
Forgot to commit GroovyPairMatcher.java.
120 lines of code changed in:
Applied patch from Philip Savkin for
http://jira.codehaus.org/browse/GROOVY-1424
after making some minor modifications.
69 lines of code changed in:
Added various auto edit strategies.
A single press of " ( [ completes to "" () [] etc.
11 lines of code changed in:
Initialized the key binding scope to org.codehaus.groovy.eclipse.editor.GroovyEditorScope.
Added (get/set)CaretOffset methods.
21 lines of code changed in:
patches to fix issues 1340,1355,1356,1361
2 lines of code changed in:
Added more syntax coloring options matching jEdit groovy mode for defaults.
69 lines of code changed in:
Added more syntax coloring options matching jEdit groovy mode for defaults.
Also added Java auto indent strategy.
67 lines of code changed in:
Latest patches from Scott
109 lines of code changed in:
(17 more)