At 11:02 AM 8/21/00 -0500, Schewe, Jon  (MN65) wrote:
>>The next release (probably) tonight will contain a function called
>>jde-parse-get-method-name-at-point that returns a cons cell 
>>whose car is
>>the name of the current class at point and whose cdr is the name of the
>>current method at point, e.g., ("File" . "toString").
>
>Can that class name be fully qualified so that someone could tell which File
>class it is?

There is already a function named jde-complete-get-qualified-name that you
can use. I'll probably move this to the jde-parse package as it has general
utility.

BTW, the next release will have a "which method" feature that displayes the
qualified name of the method at point in the mode line.

- Paul

Reply via email to