IDEA-119926 Completing Statements doesn't go to next line for non conditional statements

This commit is contained in:
peter
2014-04-25 13:27:57 +02:00
parent 698897371d
commit c25513919f
17 changed files with 38 additions and 17 deletions
@@ -1,6 +1,7 @@
class Foo {
{
tx2 = (long) (vcx + vw);<caret>
tx2 = (long) (vcx + vw);
<caret>
}
}