Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5.7
-
Fix Version/s: 2.0.0m1
-
Component/s: Editor
-
Labels:None
-
Environment:HideOS: 64 bit Vista.
Groovy Version: 1.6.4 JVM: 1.6.0_16
Eclipse 3.5 (Galilao) with plugins:
Groovy-Eclipse Feature 2.0.0.xx-20090910-1700-e35 org.codehaus.groovy.eclipse.feature.feature.group
Groovy-Eclipse JDT Patch Sources Feature 2.0.0.xx-20090910-1700-e35 org.codehaus.groovy.jdt.patch.source.feature.group
Groovy-Eclipse Sources Feature 2.0.0.xx-20090910-1700-e35
org.codehaus.groovy.eclipse.feature.source.feature.group
ShowOS: 64 bit Vista. Groovy Version: 1.6.4 JVM: 1.6.0_16 Eclipse 3.5 (Galilao) with plugins: Groovy-Eclipse Feature 2.0.0.xx-20090910-1700-e35 org.codehaus.groovy.eclipse.feature.feature.group Groovy-Eclipse JDT Patch Sources Feature 2.0.0.xx-20090910-1700-e35 org.codehaus.groovy.jdt.patch.source.feature.group Groovy-Eclipse Sources Feature 2.0.0.xx-20090910-1700-e35 org.codehaus.groovy.eclipse.feature.source.feature.group
-
Testcase included:yes
-
Number of attachments :
Description
I believe the attached file should be explanatory but here are the details.
1. Type "String xxx = 'string 1'"
2. Hit <enter>.
3. The next line is indented one tab stop more than the declaration (which is wrong).
4. Type "String xxx = 'string 1';"
5. Next line is where it belongs, aligned with the declaration.
Fixed for M1.