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-7-bit X-Google-Thread: 103376,e9fdaae478ceaa2e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-01 10:05:44 PST Path: newsfeed.google.com!newsfeed.stanford.edu!feed.textport.net!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Looking for Ada source browser Date: 01 May 2001 12:57:57 -0400 Organization: NASA Goddard Space Flight Center Message-ID: References: <3ADFF58E.285042FF@esa.int> <3AE7C225.41C67EA6@tni.fr> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 988737195 8171 128.183.220.71 (1 May 2001 17:13:15 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 1 May 2001 17:13:15 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 Xref: newsfeed.google.com comp.lang.ada:7069 Date: 2001-05-01T17:13:15+00:00 List-Id: > Joe Wheadon wrote: > > > > I am looking for an Ada Source Browser, preferably able to run on a > > PC/Windows platform and also Solaris 2.5.1 platform, suitable for > > browsing source code of projects, each with a few hundred source > > modules spread over a multi-branch project-specific filetree. Ideal > > would be something written in Java, for portability and ease of > > customisation. Source editing would be nice-to-have. In any case the > > tool should be extensible. The main point is to have convenient > > navigation through the source code (or a representation thereof), > > following references to packages, subprograms, data, etc. No other > > special capabilities or integration with other tools (eg CM...) are > > needed. The Browser must be usable independently of any particular > > compiler system. The Ada is MIL-STD-1815A Ada83. > > Can someone recommend a good FREE package for this ? emacs (http://www.gnu.org/software/emacs/) plus GNAT (ftp://cs.nyu.edu/pub/gnat/). Both work on Windows and Solaris (and any other reasonable operating system). You get full source code browsing, plus a full-featured Integrated Development Environment. When you need help, you can buy support from ACT (www.gnat.com). -- -- Stephe