mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
in completing an anonymous class, the closing parenthesis should be inserted regardless of the pair bracket settings (IDEA-63392)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
public class Bar {
|
||||
{
|
||||
new Thread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
<selection>//To change body of implemented methods use File | Settings | File Templates.</selection>
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
public class Bar {
|
||||
{
|
||||
new Thread(new Run<caret>)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user