Since you are generating this on the fly, it would be
nice if no javadoc is found on a class that implements
one or more interfaces if you would search them for
javadoc also, just like JavaDoc does when you create
it.

i.e.
public TestMap implements Map {
<stuff>
}

TestMap booyah = new TestMap();
booyah.<Ctrl+Space>
{select a method that doesn't have javadoc in TestMap,
i.e. entrySet()}


Noah


--- Valentin Kipiatkov <[EMAIL PROTECTED]> wrote:
> RE: [Eap-list] Quick javadocYes, actually the quick
> javadoc is generated "on the fly" from the source
> code. Therefore it does not work when the source
> code is not available. More precisely, it works but
> does not show info except class name, method
> signature etc.
> Paths added to Javadoc API Paths tab are used by
> "Extrenal Javdoc" (Shift-F1) feature.
> 
> Best regards,
> Valentin Kipiatkov
>
-----------------------------------------------------------
>  IntelliJ Software, http://www.intellij.com/
>  "Develop with pleasure"
>
-----------------------------------------------------------
>   ----- Original Message ----- 
>   From: Cowling, Andrew 
>   To: '[EMAIL PROTECTED]' 
>   Sent: Thursday, February 21, 2002 5:11 PM
>   Subject: RE: [Eap-list] Quick javadoc
> 
> 
>   AFAIK, Quick Javadoc works off the source, and not
> the real javadoc. To get quick javadoc, the source
> for the intended class must be in the sourcepath.
> 
>   regards, 
>   Andrew 
> 
>   -----Original Message----- 
>   From: Andrew Timberlake [mailto:[EMAIL PROTECTED]] 
>   Sent: Thursday, February 21, 2002 4:17 AM 
>   To: [EMAIL PROTECTED] 
>   Subject: [Eap-list] Quick javadoc 
> 
> 
> 
>   I am not sure why but I am unable to get this
> feature working. 
>   In the paths setup of a project I am placing a
> reference to the api 
>   directory of the documentation of each library in
> my project. 
> 
>   I am not seeing the documentation on ctrl+Q when
> in the editor. 
>   Even restarting IDEA does not help. 
> 
>   I am using Redhat Linux 7.2 | JDK1.3.1_01 IDEA
> Ariadna build 605 if that 
>   helps. 
> 
>   Can some let me know how to get this feature
> working? 
> 
>   Andrew Timberlake 
>   Digital Design Development 
>   http://www.ddd.co.za 
>   mailto:[EMAIL PROTECTED] 
>   011 886 2299 
>   082 415 8283 
> 
>   "If debugging is the process of removing bugs, 
>   then programming must be the process of putting
> them in." 
> 
> 
> 
>   _______________________________________________ 
>   Eap-list mailing list 
>   [EMAIL PROTECTED] 
>   http://www.intellij.com/mailman/listinfo/eap-list 
> 
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

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

Reply via email to