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,9990288fa10356b9,start X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: IDE for Linux Date: 2000/05/12 Message-ID: <8fhddq$es5$1@hobbes2.crc.com>#1/1 X-Deja-AN: 622630953 References: <958146898.821184@srv1.space.net.au> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-Complaints-To: abuse@crc.com X-Trace: hobbes2.crc.com 958150906 15237 198.175.145.56 (12 May 2000 17:01:46 GMT) Organization: CRC: A wholly owned subsidiary of Thermo Electron NNTP-Posting-Date: 12 May 2000 17:01:46 GMT Newsgroups: comp.lang.ada Date: 2000-05-12T17:01:46+00:00 List-Id: version_x wrote in message news:958146898.821184@srv1.space.net.au... > Is anyone aware of a nice IDE for ADA, (like gIDE for win98) that runs on > linux, or any *nix variant? > Well.... some may quibble about calling emacs with ada-mode an IDE, but I find it very productive. In fact, when writing software on Windows platforms, I still use emacs, because my brain doesn't need to "shift gears" when moving to another platform. Of course, beside ada-mode, I have some other favorite productivity aids I use with emacs -- e.g., cua-mode and the emacs desktop, etc. Emacs with ada-mode allows one to navigate sources in multiple directories -- going to the place where an item is declared, or getting a list of all references to an item, and getting the opportunity to click on a reference and go there, etc., etc. I use the same basic setup on DOS, Win32, Linux, Sun, SCO, and IRIX.