Position the cursor for example over the constructor (in java.lang.Exception) and hit ctrl-Q
public Exception(String s) look at how the @param tag is represented in quick javadoc: IDEA ignores the param name and actually represents the first word after the param name as the param name. Edo --- Edoardo Comar Cape Clear Software *** Download the NEW CapeConnect Three *** *** <http://www.capeclear.com/download> *** _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
