At 02:23 PM 6/21/00 +1000, you wrote:
>Hi Paul!
>
>I meant speedbar's variable 'speedbar-tag-hierarchy-method',
>if I set it to
>(custom-set-variables
>  '(speedbar-tag-hierarchy-method (quote
(speedbar-prefix-group-tag-hierarchy))))
>or 
>(custom-set-variables
>  '(speedbar-tag-hierarchy-method (quote (speedbar-sort-tag-hierarchy))))
>in the ~/.emacs. It does not work in the jde-mode:
>after expanding java file node in the speedbar frame all methods
>appear in the same order they are declared in the file. At the same time
>speedbar's sorting and grouping works fine for java-mode and c++ files.
>

JDE is set up to use Eric Ludlam's new semantic bovinator to tag Java
buffers, that is, JDE mode now uses a Java grammar instead of regular
expressions to index Java source buffers. In this mode, the speedbar lists
methods and fields by the order in which they are declared in the class.
AFAIK, the speedbar provides no option to list them in any other order. If
you prefer the old, regular expression-based tagging system provided by
java-mode, you will have to configure speedbar appropriately in your
jde-mode hook function.'

- 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



Reply via email to