At 05:21 PM 6/5/00 +0300, you wrote:
>
> Hello,
>
> I've been using imenu for some time. It is a great package except for one
> thing: It doesn't handle overloaded methods. This means that in the listings
> (either menu / completion) I just see the method name, without the signature
> of its parameters. Can this be fixed?
>
I'm reluctant to put the entire signature in a menu item because it would
create very wide menus. I suggest you use speedbar if you need to see the
signatures. Speedbar displays the signature in the minibuffer when you put the
cursor over a method.
>
> Also, jde-create-imenu-index creates and index for the class and then puts
> all its methods under it. This may be more orgenized (with inner classes and
> such), but in most cases it's just a hassle: I need to type in, or use the
> mouse, to get into the index and continue from there. What I want is do see
> all methods in the top level (i.e, not under any index), and maybe have the
> class indexes, so if the file contains several classes (in most cases it
> doesn't), I could sort out the methods using those indexes. Can anybody help
> me?
>
You could write your own version of jde-create-imenu-index, using the standard
version as a model. It's not very complicated.
- Paul
------------------------------------------------------------
TECH SUPPORT POLICY
I respond only to requests that contain a complete problem report. The easiest
way to ensure that your report is complete is to include the output of the
JDE->Help->Submit Problem Report command in your request.
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
JDE website: http://sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html