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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1f5036b69e12dc50 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 10 Aug 2006 21:22:28 -0500 Date: Thu, 10 Aug 2006 22:15:39 -0400 From: Jeffrey Creem User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Eclipse Plug-In References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 24.147.74.171 X-Trace: sv3-udf27JrA6paNLFU1V1sPe+wTp22FtKzKFVzSb6mf2I+JwwQk8yf7uRk7j8YTl/webZgBFIRRZW6A24r!KxyL6Txv3QzJlzLd1MiHqglnIC/cXELohpINTQLkhbHAn7As+Iu0M0cqHBccRbuORif/iGgyUc6J!LG4= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:6170 Date: 2006-08-10T22:15:39-04:00 List-Id: Fifth Horseman wrote: > Time to revive the Ada plug-in for Eclipse discussion. I haven't seen any > posts more recent than a year ago, so I am about to get started on trying to > create my own solution. > > If anyone has a working (or partially-working) solution they're willing to > share, I'd love to see it. I don't have any prior experience writing > Eclipse plug-ins, so I might be getting in over my head, but we'll see how > successful I am. > > A > > The CDT group (C/C++ developers toolkit) seemed interested and eager to help anyone interested in exending that toolkit to support Ada though there really has not been any mail list traffic about that in about a year. It is not clear to me that adding on top of CDT is the quickest/best choice. it may be faster to do something more direct and limited but it is worth a look. Other are correct that there exists non-publically available eclipse plugins. (Aonix and DDCI and to some exent AdaCore). Another thought for a starting point is that there are several colorizer plugins for eclipse that are Ada aware. That is obvious a far cry from real Eclipse integration.