Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin causes issues on indentation when generating methods #195

Closed
edersondonde opened this issue Aug 25, 2016 · 1 comment
Closed

Plugin causes issues on indentation when generating methods #195

edersondonde opened this issue Aug 25, 2016 · 1 comment

Comments

@edersondonde
Copy link

edersondonde commented Aug 25, 2016

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:

  1. Eclipse Mars with latest Groovy-eclipse plugin
  2. Create a Java class
  3. Type "methodName" and press ctrl+space
  4. Select option "methodName() : void - Method stup"
@edersondonde
Copy link
Author

Looks like it was a problem in my workspace. Works fine in a new workspace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant