Yes, looks like we should invoke javadoc for super-method when documenation
is not available for the selected method.
As a workaround, you may press Ctrl-Shift-U to navigate to the super-method
and press Shift-F1.

Best regards,
Valentin Kipiatkov
-----------------------------------------------------------
 IntelliJ Software, http://www.intellij.com/
 "Develop with pleasure"
-----------------------------------------------------------

----- Original Message -----
From: "Scott Sirovy" <[EMAIL PROTECTED]>
To: "'IDEA List (E-mail)'" <[EMAIL PROTECTED]>
Sent: Thursday, December 06, 2001 7:06 PM
Subject: [Eap-list] 532 launching browser for JDK javadoc help error


> (Yes, 532 -- I watched it get uploaded and when it stopped growing in
size,
> I grabbed it.)
> I'm on Win2k sp2, jdk 1.3.1.
>
> I have this code:
>
> m_popup.addPopupMenuListener(new PopupMenuListener()
> {
>     public void popupMenuWillBecomeVisible(PopupMenuEvent e)
>     {
>         System.out.println("Visible");
>     }
>
>     public void popupMenuWillBecomeInvisible(PopupMenuEvent e)
>     {
>         System.out.println("Invisible");
>     }
>
>     public void p|opupMenuCanceled(PopupMenuEvent e)
>     {
>         System.out.println("Canceled");
>     }
> });
>
> I highlighted "popupMenuCanceled" and hit Shift-F1.  I get the attached
> dialog.  If I hit Shift-F1 on "PopupMenuListener" it finds it and shows me
> the JDK javadoc in IE (6.0).
>
>
> Also, perhaps unrelated, I found this waiting on the console:
>
> Exception occurred during event dispatching:
> java.awt.IllegalComponentStateException: component must be showing on the
> screen to determine its location
>         at
> java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:1242)
>         at java.awt.Component.getLocationOnScreen(Component.java:1216)
>         at com.intellij.codeInsight.highlighting.p.a(p.java:299)
>         at com.intellij.codeInsight.highlighting.p.a(p.java:274)
>         at com.intellij.codeInsight.highlighting.bg.run(bg.java)
>         at com.intellij.util.s.run(s.java:3)
>         at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
>         at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
>         at
>
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
> va:131)
>         at
>
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
> :98)
>         at
> java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
>         at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
>
>
> -sms
>
> --
> Scott Sirovy
> 952-249-5697
> Deephaven Capital Management
>
>
>
> --------------------------------------------------
> DISCLAIMER
> This e-mail, and any attachments thereto, is intended only for use by the
> addressee(s) named herein and may contain legally privileged and/or
> confidential information.  If you are not the intended recipient of this
> e-mail, you are hereby notified that any dissemination, distribution or
> copying of this e-mail, and any attachments thereto, is strictly
prohibited.
> If you have received this e-mail in error, please immediately notify me
and
> permanently delete the original and any copy of any e-mail and any
printout
> thereof.
>
> E-mail transmission cannot be guaranteed to be secure or error-free.  The
> sender therefore does not accept liability for any errors or omissions in
> the contents of this message which arise as a result of e-mail
transmission.
>
> NOTICE REGARDING PRIVACY AND CONFIDENTIALITY
>
> Knight Trading Group may, at its discretion, monitor and review the
content
> of all e-mail communications.
>
>
>
>


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

Reply via email to