At 02:36 PM 4/11/00 -0400, you wrote:
>Gotcha.  Paul, do you use tags as well as imenu and speedbar? 
>Obviously, one must continually update tags files, where as the latter
>is dynamic, correct?  I suppose the greatest advantage to tags, is that
>is you have, e.g. library source from some other directory, you can
>-append to your local tags file, and jump all over, where I can't find a
>way to accomplish that using imenu and/or speedbar.
>

Yes, the primary advantage of tags is that you can jump to the definition
for a symbol that resides in some other file. Another is that you can do so
with a simple keystroke combination.

Here at the Mathworks we have a perl script that invokes etags on our C and
Java source hierarchies package by package. (I have gotten around to
updating it to use jtags for Java files.) It inserts a tags file in package
directory. Then it inserts a tags file at the top level of the hierarchy
that simply references the low-level tags files. The advantage for a large
source hierarchy like ours is that you can distribute your tags database
across a bunch of relatively small files instead of having one humongous
tags file.

- 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

------------------------------------------------------------
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