mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
calculate all classes in autopopup background
when completion is case insensitive, show all classes (IDEA-25979)
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import sun.swing.BakedArrayList;
|
||||
class Foo {
|
||||
{
|
||||
Object element;
|
||||
if (element instanceof bar<caret>)
|
||||
if (element instanceof Bar<caret>)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user