mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IDEA-68635 Completion inserts new line on SPACE
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class Xxx {
|
||||
{
|
||||
if (ABCDEF<caret>aaa.bbb()) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
import foo.ABCDEFFFFF;
|
||||
|
||||
class Xxx {
|
||||
{
|
||||
if (ABCDEFFFFF<caret>aaa.bbb()) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user