From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c2f62556e56c9683 X-Google-Attributes: gid103376,public From: "Marin D. Condic" Subject: Re: 'with'ing and 'use'ing Date: 2000/03/03 Message-ID: <38BFF047.3AA6EA0E@quadruscorp.com>#1/1 X-Deja-AN: 592672833 Content-Transfer-Encoding: 7bit References: <38BC2EB3.2639372B@acm.org> <89l6aj$s5e$1@wanadoo.fr> <38BE974F.B8FAFEBE@earthlink.net> <89ml92$5c1$1@nnrp1.deja.com> <38BEF1A3.24B566BF@earthlink.net> Organization: Quadrus Corporation X-Sender: "Marin D. Condic" (Unverified) X-Server-Date: 3 Mar 2000 14:02:58 GMT Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-03-03T14:02:58+00:00 List-Id: Charles Hixson wrote: > A good cross-reference tool would be better, but I haven't seen one > recently. (Probably because programs/libraries have gotten too voluminous > for them to handle properly.) I suppose what's really needed is something > like a smarter version of JavaDoc. Of course an integrated tool like > genitor would be nice, but it needs to be tuned to one language (C++ of > course) and is a trifle too expensive for my pocket-book (which runs more to > the Source-Navigator level [again tied to C++]). The Adagide editor that comes free with Gnat for the PC does a pretty spiffy job of cross referencing stuff. You highlight the item in question and use a menu option or Control-G and it jumps you to where the thing is declared. The only weakness it has is that all of the code in question needs to be compiled first in order to have all the cross reference information available. When you're still in development mode and don't have everything compiling successfully this can be a hindrance. But then again, I don't know how you could get a cross reference built without *some* level of parsing the code, so I'm kind of wishing for the impossible. :-) MDC -- ============================================================= Marin David Condic - Quadrus Corporation - 1.800.555.3393 1015-116 Atlantic Boulevard, Atlantic Beach, FL 32233 http://www.quadruscorp.com/ m c o n d i c @ q u a d r u s c o r p . c o m ***PLEASE REMOVE THE "-NOSPAM" PART OF MY RETURN ADDRESS*** Visit my web site at: http://www.mcondic.com/ "Because that's where they keep the money." -- Willie Sutton when asked why he robbed banks. =============================================================