don't preselect the last chosen completion item when the matching prefix is unrelated to the prefix entered when that item was chosen (IDEA-92823)

This commit is contained in:
peter
2012-10-13 17:33:06 +02:00
parent 01eda5589e
commit 31291792e4
4 changed files with 32 additions and 10 deletions
@@ -0,0 +1,8 @@
public class Foo {
Object myExtendsClause = null;
Object myClass = null;
void foo() {
myexc<caret>
}
}