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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.148.199 with SMTP id tu7mr2519724pab.5.1407854437912; Tue, 12 Aug 2014 07:40:37 -0700 (PDT) Path: backlog2.nntp.dca1.giganews.com!buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!h18no12097338igc.0!news-out.google.com!eg1ni586igc.0!nntp.google.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: preferred Ada IDE? References: Date: Tue, 12 Aug 2014 09:40:31 -0500 Message-ID: <85wqadvkio.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt) Cancel-Lock: sha1:5AopLnFbDQag458B4O5+rKEQjDI= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: bb1d753ea2765e3fb833005377 X-Received-Bytes: 1457 X-Received-Body-CRC: 415403092 Content-Type: text/plain Xref: number.nntp.dca.giganews.com comp.lang.ada:188381 Date: 2014-08-12T09:40:31-05:00 List-Id: Simon Wright writes: > pincerfae@gmail.com writes: > >> I'm wondering what the prefered IDE is for Ada. > > Your compiler vendor probably has one. In the case of GNAT, there's GPS > (I'm pretty sure this comes as part of the compiler install). > > Personally I use Emacs ada-mode: version 4 comes with the install, > version 5 is under development at > http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html Actually, version 5 is released; it's in the GNU ELPA repository of Emacs packages, which is now the prefered way to distribute things like Ada mode (for one thing, it allows _much_ more frequent bug-fix releases). See the above URL for installation instructions, if you are not familar with ELPA packages. -- -- Stephe