Hi, I am beginning to use JDE(latest beta) on Xemacs 21.1. I was wondering if there is a way to display context specific method select lists with JDE or similar functionality. How can I do the following: Display the source file or the Java doc. for a class name below the current position of the cursor. I am using jtags to look up definitions. How can I look up a method definition in a particular class, say Object.equals? I remember reading that the tag name for a member in java is Class.member. When I use M-. Object.equals I am getting a "No entries containing Object.equals"? Thanks, Satish.
