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: 103376,5355e4a180d9f6be X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!p25g2000hsf.googlegroups.com!not-for-mail From: Eric Hughes Newsgroups: comp.lang.ada Subject: Re: Eclipse & gnatbench Date: Fri, 7 Mar 2008 11:09:36 -0800 (PST) Organization: http://groups.google.com Message-ID: <889abc40-5c1e-4230-a86e-adf3d88d1f4a@p25g2000hsf.googlegroups.com> References: <63am2uF26pon2U1@mid.individual.net> <6e28be91-ae4a-4ff2-8c2f-0b862452fc3e@p73g2000hsd.googlegroups.com> NNTP-Posting-Host: 166.70.57.218 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1204916977 6814 127.0.0.1 (7 Mar 2008 19:09:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 7 Mar 2008 19:09:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p25g2000hsf.googlegroups.com; posting-host=166.70.57.218; posting-account=5RIiTwoAAACt_Eu87gmPAJMoMTeMz-rn User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20224 Date: 2008-03-07T11:09:36-08:00 List-Id: On Mar 6, 9:49 pm, Britt Snodgrass wrote: > It > handles the Apex naming convention (i.e., *.1.ada & *.2.ada) just fine > if the GNATbench project's .gpr file specifies it [...] Already had that. > [...] *and* if the > internal Eclipse file association preferences are updated to associate > the .ada extension with the GNATbench Ada editor (in addition to .ads > and .adb). Didn't have that, and it seems to improve matters. Thank you. I did check, though, and I could not find the necessity of a second manual step anywhere in the documentation available under Eclipse. I suppose I had naively figured that if I specified the naming convention once (in the .gpr file), that it would automagically work in the tool wherever it needed to. Eric