jde-open-class-source [was Re: Make imenu more appropriate for interactive use?]

2003-10-07 Thread Charles Sutton
On Tuesday, October 7, 2003, at 10:33 AM, Kai Großjohann wrote: The JDEE already has what you want but it is based on Java reflection rather than semantic. The command is JDE->Find->Symbol Definition (C-c C-v C-y). Cool. The command name mentions classes, so I didn't expect it could find method

Re: Re[1]: Make imenu more appropriate for interactive use?

2003-10-07 Thread Kai Großjohann
> If you use senator, which comes with semantic, you can use the > keybinding: > > C-c , j > > and its effect will be similar to a flattened imenu setup. C-c , j suits me well. Thanks, Eric. Way cool. Now I have two way cool features to choose from -- the C-c C-v C-y from JDEE and C-c , j fro

Re: Make imenu more appropriate for interactive use?

2003-10-07 Thread Kai Großjohann
> The JDEE already has what you want but it is based on Java reflection > rather than semantic. The command is JDE->Find->Symbol Definition (C-c > C-v C-y). Cool. The command name mentions classes, so I didn't expect it could find methods, too. Yeah, I should've read the documentation! *blush*

Re[1]: Make imenu more appropriate for interactive use?

2003-10-07 Thread Eric M. Ludlam
If you use senator, which comes with semantic, you can use the keybinding: C-c , j and its effect will be similar to a flattened imenu setup. Alternately, if you have senator running, look in the senator menu for "Imenu Config". In there, just turn off anything that says "bin", and you will get

Make imenu more appropriate for interactive use?

2003-10-06 Thread Paul Kinnucan
Kai Grossjohann writes: > I have bound C-c m to the imenu command. My idea was that I do C-c m > on a method and then jump to the definition of this method. > > But, with JDEE installed, and thus Semantic installed, I instead need > to do: > > C-c m invoke imenu > c

Make imenu more appropriate for interactive use?

2003-10-06 Thread Kai Grossjohann
I have bound C-c m to the imenu command. My idea was that I do C-c m on a method and then jump to the definition of this method. But, with JDEE installed, and thus Semantic installed, I instead need to do: C-c m invoke imenu c RET invoke "Classes" TAB RET