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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,a2bd7072b9f4898f,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-13 07:49:55 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news.teledanmark.no!news01.chello.no!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Parsing tags (gnatxref) Date: Wed, 13 Nov 2002 15:49:55 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: NNTP-Posting-Host: kiuk0152.chembio.ntnu.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: tyfon.itea.ntnu.no 1037202595 9831 129.241.83.78 (13 Nov 2002 15:49:55 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 13 Nov 2002 15:49:55 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) X-Received-Date: Wed, 13 Nov 2002 16:49:55 MET (news01.chello.no) Xref: archiver1.google.com comp.lang.ada:30812 Date: 2002-11-13T15:49:55+00:00 List-Id: For vim and other utilities there are tools for using tags that are generated from exhuberant ctags. (http://ctags.sf.net) However ctags doesn't support Ada, but with gnat there is gnatxref. gnatxref has a switch for generating Vi compatible tag lists, but it gives a too minimalistic list. I mean that it doesn't include information on what the different tags is like procedure, function, object etc... So I'm looking into making a program for parsing the full tag file that gnatxref can generate. However before I start doing this I would like to know if somebody else have already done this? Thanks in advance. Preben -- Preben Randhol ------------------------ http://www.pvv.org/~randhol/ -- �There are three things you can do to a woman. You can love her, suffer for her, or turn her into literature.� - Justine, by Lawrence Durrell