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,e1c077daa16b6497,start X-Google-Attributes: gid103376,public From: mcc@tyrolia.cs.princeton.edu (Martin C. Carlisle) Subject: IDE for gnat under Win95 Date: 1997/03/18 Message-ID: <5gmk95$85l$1@cnn.Princeton.EDU>#1/1 X-Deja-AN: 226491442 Organization: Computer Science Department, US Air Force Academy Newsgroups: comp.lang.ada Date: 1997-03-18T00:00:00+00:00 List-Id: At the Air Force Academy, we have developed a Windows 95 IDE for gnat (AdaGIDE -- Ada Graphical Integrated Development Environment) that we are now using in our introductory core course (which all freshmen are required to take). Features include: * Editor with context-sensitive color coding * Compile/Build using gcc, gnatmake from editor-- double click on error message to go to line. * Comment/uncomment blocks of code w/single button * Help feature including example code and references to our text: "Ada 95 : Problem Solving and Program Design" by Feldman and Koffman * Reformat capability that auto-indents code (under development-- does not handle all language constructs) All source for AdaGIDE was written entirely in Ada using the Win32Ada binding. I have placed an executable install shield (zip'd) at our anonymous ftp site: ftp://ftp.usafa.af.mil/pub/dfcs/carlisle see files README and adagide.zip AdaGIDE is freeware, distributed under the terms of the GNU General Public License (version 2). This project is still under development, but is being used successfully by students in freshman and sophomore level courses at the Academy. Send bug reports/comments/suggestions to : mcc@cs.usafa.af.mil --Martin -- Dr. Martin Carlisle, Asst Prof of Comp Sci, US Air Force Academy Opinions expressed herein are not necessarily those of USAFA. mcc@cs.usafa.af.mil;http://www.usafa.af.mil/dfcs/bios/carlisle.html -- Martin C. Carlisle, Computer Science, US Air Force Academy mcc@cs.usafa.af.mil, http://www.usafa.af.mil/dfcs/bios/carlisle.html DISCLAIMER: The opinions contained herein are not necessarily those of the US Air Force or the US Government.