mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
smart enter to always insert a new line after the current, not before (IDEA-75554)
This commit is contained in:
@@ -2,7 +2,7 @@ public class Foo {
|
||||
{
|
||||
for(int i = 0; i < 100; i++) {
|
||||
x = 3;
|
||||
<caret>
|
||||
}
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user