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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.70.42.208 with SMTP id q16mr24337127pdl.4.1437258384598; Sat, 18 Jul 2015 15:26:24 -0700 (PDT) X-Received: by 10.50.136.196 with SMTP id qc4mr74051igb.7.1437258384565; Sat, 18 Jul 2015 15:26:24 -0700 (PDT) Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!qs7no7494878igc.0!news-out.google.com!t2ni14724igk.0!nntp.google.com!qs7no7494871igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 18 Jul 2015 15:26:23 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.6.21.101; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 24.6.21.101 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <58094a0b-59ee-41e5-8a8a-ea4ddb4ae9ca@googlegroups.com> Subject: Re: basic questions on using GPS From: Anh Vo Injection-Date: Sat, 18 Jul 2015 22:26:24 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.giganews.com comp.lang.ada:194192 Date: 2015-07-18T15:26:23-07:00 List-Id: On Saturday, July 18, 2015 at 2:57:17 PM UTC-7, Jeffrey R. Carter wrote: > On 07/18/2015 01:20 PM, Nasser M. Abbasi wrote: > >=20 > > using command line, I simply do > > cd my_stuff > > vi foo1.adb > > gnatmake foo1.adb >=20 > There's no reason you can't use GPS simply as an editor, and compile from= the > command line. >=20 Another option is to use AdaGide, simple Ada IDE for Windows. I use it all = most of the time if a small number of packages are involved. However, GPS i= s preferred for moderate or bigger code size. The advantage is that the rea= ders will have a better time to understand the codes quickly through GPS's = browsing capability among other features. Anh Vo