On Fri, 2001-10-05 at 00:39, John Lindsey wrote:
>     void foo ()
>     {
>         String s = "foo";
> 
>         // Ctrl-Q on these brings up the quick javadoc window
>         s.charAt();
>         s.concat();
>         s.equalsIgnoreCase();

These are uniquely determined.

>         // Ctrl-Q on these does not...
>         s.startsWith();
>         s.compareTo();
>         s.lastIndexOf();

These are overloaded, so IDEA doesn't know exactly which method you
mean.  It would be nice to get an indication of this, though (maybe a
beep and a status bar message that the method cannot be uniquely
resolved).



_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to