mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
Do not reformat parent code block on "complete current statement" action (IDEA-102479)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
|
||||
class Foo {
|
||||
abstract void a();
|
||||
|
||||
{
|
||||
a();<caret>
|
||||
a();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user