mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
make complete-statement-completion smart-wrap constructor arguments (IDEADEV-41023)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class MyJavaClass {
|
||||
|
||||
{
|
||||
|
||||
List l = new ArrayList(239);
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
import java.util.List;
|
||||
|
||||
public class MyJavaClass {
|
||||
|
||||
{
|
||||
|
||||
List l = new ArraL<caret>239
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user