ignatov/intellij-erlang

One more indentation bug

istocniks opened this issue · 5 comments

IDEA 14.1.1, Erlang master 2c7e796, "Honor Relative" turned of.

Let's assume I have such statement:
screen shot 2015-04-09 at 3 44 56 pm
That's what happens if I hit enter, the caret is underindented.
screen shot 2015-04-09 at 3 45 07 pm
I don't recall having this problem before the latest changes.

Looks like it works now, thanks a lot! But unfortunately I found another but that I didn't see before the latest changes:
screen shot 2015-04-13 at 11 10 44 am
screen shot 2015-04-13 at 11 10 52 am
The caret does not get indented inside function argument brackets any more :(

Should I create a new task for the issue mentioned above?

I've started working on #582 and I've decided to try to unify formatting and indentation where possible, so I'll have this case covered as well.

There is no need to create a new issue for this as #582 is mentioned here - I'll fix it.

Thank you once again for your bug reports.

Great! Thank you for responding so fast :)