You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Eclipse Mars (4.5) with latest Groovy-eclipse plugin (2.3.10.xx-201608111527-e45), when I generate a code snippet on Java, it gets wrongly indentated.
private void methodName() {
// TODO Auto-generated method stub, with more 'tabs' than expected
}//More 'tabs' than expected`
Steps to reproduce:
Eclipse Mars with latest Groovy-eclipse plugin
Create a Java class
Type "methodName" and press ctrl+space
Select option "methodName() : void - Method stup"
The text was updated successfully, but these errors were encountered:
Using Eclipse Mars (4.5) with latest Groovy-eclipse plugin (2.3.10.xx-201608111527-e45), when I generate a code snippet on Java, it gets wrongly indentated.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: