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,5bcecfde044a119d X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!e1g2000pra.googlegroups.com!not-for-mail From: raster Newsgroups: comp.lang.ada Subject: Re: Ada for Netbeans [0.1.7] Date: Wed, 4 Feb 2009 13:21:37 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <483c86d1-7a60-4a86-8bbb-aa79d364f82a@r10g2000prf.googlegroups.com> <199b4221-bc46-4dfc-beca-542917a8f548@r37g2000prr.googlegroups.com> <28dfe716-8c01-4a77-a55f-86fc747b007b@o4g2000pra.googlegroups.com> <028effae-d6ba-48eb-a22b-4a65acfb725e@b38g2000prf.googlegroups.com> <2681b9ec-15c4-4a7b-a3ea-26d2db4ba9f6@n33g2000pri.googlegroups.com> <68632358-7586-4fac-8020-c728aa231b3c@z27g2000prd.googlegroups.com> <77cc298c-36a0-44f0-81c7-ea4c4f48d282@g1g2000pra.googlegroups.com> <7a976860-ef8c-46ec-9f0e-81d46d53f70d@t39g2000prh.googlegroups.com> NNTP-Posting-Host: 217.26.81.94 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1233782497 7138 127.0.0.1 (4 Feb 2009 21:21:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Feb 2009 21:21:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e1g2000pra.googlegroups.com; posting-host=217.26.81.94; posting-account=LDPjRAoAAAAZu1G5DMbtRRee9qLHh2Ql User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:4526 Date: 2009-02-04T13:21:37-08:00 List-Id: On 4 Feb, 16:27, J=E9r=F4me Haguet wrote: Hi jerome, > By the way, is there any possibility to contribute to that project ? Yes! You are already doing it. I will answer you with calm this evening I am very busy in another project. > > A few comments about 0.1.7 : > 1/ In Project Properties > Build > Main Module > Browse, it would be > good > a/ to have files sorted alphabetically > b/ to have an optionnal filter (ex : *.adb; *-test.adb) Good! A lot of functions are only draft. I accept very gladly this type of comments. > 2/ > Here under you will find an updated Ada Source file for which the > editor claims there are "Syntax error". > PS : Uncomment pragma License, and you will get another one. > > -- > -------------------------------------------------------------------------= ------- > -- File: Ada4nb_v017.ads > -- > -- Created on 30 d=E9c. 2008 > -------------------------------------------------------------------------= ------- > -- > -- Description of Ada4nb_v017 > -- > -- @author jerome > -- > -- pragma License (Unrestricted); > package Ada4nb_v017 is > > =A0 =A0 type Ensemble is array (Character) of Boolean; > =A0 =A0 Operateur : constant Ensemble :=3D Ensemble'('+' | '-' =3D> True, > others =3D> False); > > =A0 =A0 procedure Query_Element > =A0 =A0 =A0 =A0(Position : Integer; > =A0 =A0 =A0 =A0 Process =A0: not null access procedure (Element : Integer= )); > > end Ada4nb_v017; Access-to-subprogram is an Ada 2005 extension. My parser for now is compatible only with the syntax of Ada 95. For this syntax error problem, hardly possible I will resolve it. Operateur : constant Ensemble :=3D Ensemble'('+' | '-' =3D> True, others =3D> False); As soon as possible I send you information on as to contribute to the project. Thanks for your precious information. Ciao, Andrea