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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,6928b62e05f4baa0 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.88.5 with SMTP id bc5mr1846306pab.11.1344323925973; Tue, 07 Aug 2012 00:18:45 -0700 (PDT) Path: g9ni587715pbo.0!nntp.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!ctu-peer!ctu-gate!news.nctu.edu.tw!usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Britt Newsgroups: comp.lang.ada Subject: Re: Which compiler / IDE do you recommend for a beginner? Date: Tue, 31 Jul 2012 18:55:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <7480b789-9744-4319-bfcb-fc5834b00e52@googlegroups.com> <1drwooy5am7nx$.153hstwn6hde8.dlg@40tude.net> NNTP-Posting-Host: 99.33.199.238 Mime-Version: 1.0 X-Trace: posting.google.com 1343786235 13446 127.0.0.1 (1 Aug 2012 01:57:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 1 Aug 2012 01:57:15 +0000 (UTC) Cc: mailbox@dmitry-kazakov.de In-Reply-To: <1drwooy5am7nx$.153hstwn6hde8.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=99.33.199.238; posting-account=rdRzuwoAAAAyW3CSBhs_xgfCUJSc1aNt User-Agent: G2/1.0 X-Received-Bytes: 2212 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-07-31T18:55:38-07:00 List-Id: On Tuesday, July 31, 2012 11:42:32 AM UTC-4, Dmitry A. Kazakov wrote: > > Give GPS second try. It is very good and more productive to use than > AdaGide (which is very nice too and was the first choice before GPS > matured). > I agree. GPS 5.1.1 is very good and easy to use. There is no reason to start with AdaGIDE. > > One thing about GPS. Create and edit your project files manually you will > have no problems whatsoever. > This is good advice as well. The GPS new project wizard can get you started but from that point on its better to maintain the GNAT Project (.gpr) file manually, especially if you use scenario variables. .gpr files are easy to understand and very powerful (just read the users guide). A brief (2 to 10 line) project file may be all you initially need. It would be a Good Thing if other Ada vendors would adopt a gpr-like project structure.