[root]/groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/actions
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 23 (100.0%) | 299 (100.0%) | 13.0 |
| emp | 22 (95.7%) | 298 (99.7%) | 13.5 |
| davekerber | 1 (4.3%) | 1 (0.3%) | 1.0 |
Moved GroovyEclipse to *.eclipse.ui.
0 lines of code changed in:
DJK - changes sysouts to trace calls
1 lines of code changed in:
Removed 1.5 specific code from EditorPartFacade.
10 lines of code changed in:
Refactored EditingAction. It now is derived from EditorPartFacade.
Adding EditorPartFacade, which is reusable any time one wants easier access to the different bits of IEditorPart.
8 lines of code changed in:
Fixed bug in ToggleComment action. Some optimization. Added Ctrl+7 key binding to the action to parallel Java.
83 lines of code changed in:
Forgot to convert Groovy public to Java public by adding 'public' - fixed now.
1 lines of code changed in:
Added comment actions:
Ctrl+/ Toggle line comment
Ctrl+Sh+/ Add block comment
Ctrl+Sh+\ Remove block comment
196 lines of code changed in: