show only imported classes in the first completion

This commit is contained in:
peter
2011-07-29 17:19:42 +02:00
parent a75576eb95
commit 2b505a8ff4
9 changed files with 59 additions and 38 deletions
@@ -1,5 +1,3 @@
import foo.ABCDEFFFFF;
class Xxx {
{
if (ABCDEFFFFF<caret>aaa.bbb()) {
@@ -1,4 +1,5 @@
import foo.Foo;
import bar.*;
class Bar {
{