If this enables me to do the following ...

String myString = "hello world";

...   +-- my cursor is on the 'S' 
      V 
if (myString.equals("foo"))
{     
   ...
}

Now I press c-c c-v c-y, will I see the source of
java.lang.String? (JDE is configured to find the
source of the JDK)

If yes, then yes ;)

Thanks,
Ralph

--- Sandip Chitale <[EMAIL PROTECTED]>
wrote:
> Are you looking for the following ?
>  
> (jde-open-class-source (jde-complete-eval-type-of
> (car
> (jde-complete-java-variable-at-point))))
> 
> 
> > > > -----Original Message-----
> > > > From: Ralph Jocham
> [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, April 03, 2002 2:57 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: jde-open-class-source from field not
> classname
> > > > 
> > > > 
> > > > Hi All,
> > > > c-c c-v c-y finds and opens the source from a
> class.
> > > > For that you have to have the cursor over the
> > > > classname.
> > > > c-c c-v c-. works on a field, which is cool.
> > > > Is it possible to have the c-c c-v c-y
> functionality
> > > > when the cursor is on a field. I guess, since
> c-c c-v
> > > > c-. does it already it should be possible.
> > > > 
> > > > Thanks,
> > > > Ralph
> > > > 
> > > >
> __________________________________________________
> > > > Do You Yahoo!?
> > > > Yahoo! Tax Center - online filing with
> TurboTax
> > > > http://taxes.yahoo.com/
> > > > 
> > > 
> > 


__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

Reply via email to