We corrected it in #606. Classes that has inner interfaces are listed there.
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Kirk Woll" <[EMAIL PROTECTED]> To: "'IntelliJ Idea Early Access List'" <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 10:21 AM Subject: [Eap-list] Implementing inner-interfaces > Build 604 > > Declare a class: > > public class MyClass { > public interface MyInterface { > } > } > > Declare a new class trying to implement that interface: > > public class MyNewClass implements MyCl| > > With the cursor at "|". Code-completion will not be available. (Such > that I could eventually have "MyClass.MyInterface") I understand that > this is a bit tricky, since "MyClass" is not an interface to be > implemented, but it seems to me it should still work. > > Kirk > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
