Think of an arbitrary symbol in my java-source, like:

....
  MyOwnClassType aType = new (...);
  ...
  // somewhere in the code (of course with correct scope)
  aType.aMethod();
            ^      // means point stays here
....

Suppopse point stays for example where the ^-sign is.
Is there already a mechanism/function in JDE whic i can
call and then auto. the file is opened where class
"MyOwnClassType "" is defined AND(!) point is located
at definition of "aMethod"?

I kknow jde-show-class-source but i doubt that this function
can do all this especially putting point to the right symbol.

What is the state of the feature "Show definition of symbol at point"?

Thanks,
klaus



-- 
Klaus Berndl                    mailto: [EMAIL PROTECTED]
sd&m AG                 http://www.sdm.de
software design & management    
Thomas-Dehler-Str. 27, 81737 München, Germany
Tel +49 89 63812-392, Fax -220

Reply via email to