mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-28 22:59:54 +07:00
honor per-language code style settings in completion, not the generic ones (IDEA-83382 and more)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
public static class G {
|
||||
public static void foo(String s1, String s2) {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
String sss1 = "text";
|
||||
foo(sss1,<caret>);
|
||||
}
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
public static class G {
|
||||
public static void foo(String s1, String s2) {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
String sss1 = "text";
|
||||
foo(ss<caret>);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user