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

Directory Created:
2006-07-20 08:52
Directory Deleted:
2007-02-08 04:02
Total Files:
0
Deleted Files:
9
Lines of Code:
0

Browse with ViewVC

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

Lines of Code

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

Developers

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

Most Recent Commits

emp 2007-02-08 04:02

Moved GroovyEclipse to *.eclipse.ui.

0 lines of code changed in:

davekerber 2007-01-04 09:55

DJK - changes sysouts to trace calls

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/actions: ToggleComment.java (+1 -1)
emp 2006-08-02 08:23

Removed 1.5 specific code from EditorPartFacade.

10 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/actions: EditorPartFacade.java (+10 -6)
emp 2006-07-26 06:04

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:

emp 2006-07-26 06:02

Fixed bug in ToggleComment action. Some optimization. Added Ctrl+7 key binding to the action to parallel Java.

83 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/actions: ToggleComment.java (+83 -31)
emp 2006-07-20 09:03

Forgot to convert Groovy public to Java public by adding 'public' - fixed now.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/editor/actions: BlockUncomment.java (+1 -1)
emp 2006-07-20 08:52

Added comment actions:

Ctrl+/ Toggle line comment

Ctrl+Sh+/ Add block comment

Ctrl+Sh+\ Remove block comment

196 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT