IDEA-94821 Don't autoinsert a single completion item if it's provided via middle matching

This commit is contained in:
peter
2012-11-14 21:18:05 +01:00
parent 1f33911616
commit d30c4471e5
6 changed files with 44 additions and 2 deletions
@@ -0,0 +1,5 @@
public class A {
void foo(Foo myXxxxxxxxx) {
Xxxxx<caret>
}
}
@@ -0,0 +1,5 @@
public class A {
void foo(Foo myXxxxxxxxx) {
Xxxxx<caret>
}
}