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,3431a1ae23e9fe72 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: "Phill" Newsgroups: comp.lang.ada Subject: Re: Ada Plugin for Eclipse Date: 27 Jul 2005 15:14:03 -0700 Organization: http://groups.google.com Message-ID: <1122502443.339657.220950@z14g2000cwz.googlegroups.com> References: <1122473459.636577.213700@g49g2000cwa.googlegroups.com> <1122474622.791275.184750@g49g2000cwa.googlegroups.com> NNTP-Posting-Host: 84.133.98.170 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1122502449 25949 127.0.0.1 (27 Jul 2005 22:14:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 27 Jul 2005 22:14:09 +0000 (UTC) In-Reply-To: <1122474622.791275.184750@g49g2000cwa.googlegroups.com> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=84.133.98.170; posting-account=hdE0Ow0AAAD5MX2JGdZn9lMtKxMOoKN9 Xref: g2news1.google.com comp.lang.ada:3809 Date: 2005-07-27T15:14:03-07:00 List-Id: Like I said earlier, I plan on having a builder (using GNAT) and syntax highlighting working. Right now, syntax highlighting is almost complete, I just have a few problems with numerical literals in certain situations--these are easy to fix, but I'm working on the builder now. The builder will hopefully auto compile the sources as they're modified (Like the java plugin) and will build the executable on command. I've also created a barebones perspective and will be creating a project wizard to help support the builder. What have you done so far?