calculate all classes in autopopup background

when completion is case insensitive, show all classes (IDEA-25979)
This commit is contained in:
peter
2011-07-05 19:35:45 +02:00
parent 579d911b60
commit 4eb2b1cfe6
10 changed files with 115 additions and 28 deletions
@@ -3,7 +3,7 @@ import sun.swing.BakedArrayList;
class Foo {
{
Object element;
if (element instanceof bar<caret>)
if (element instanceof Bar<caret>)
}
}