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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.85.9 with SMTP id d9mr7632177igz.0.1422154225713; Sat, 24 Jan 2015 18:50:25 -0800 (PST) X-Received: by 10.140.28.162 with SMTP id 31mr39701qgz.16.1422154225576; Sat, 24 Jan 2015 18:50:25 -0800 (PST) Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!news.glorb.com!hl2no1599823igb.0!news-out.google.com!q4ni4qan.0!nntp.google.com!v8no3329236qal.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 24 Jan 2015 18:50:25 -0800 (PST) In-Reply-To: <17f9672d-3b89-4439-96ce-ba35d058f20c@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.46.72.234; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 73.46.72.234 References: <0c7f7ede-93ee-47ca-acb4-33337663a1ff@googlegroups.com> <17f9672d-3b89-4439-96ce-ba35d058f20c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada plug-in for IntelliJ IDEA From: David Botton Injection-Date: Sun, 25 Jan 2015 02:50:25 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:192035 Date: 2015-01-24T18:50:25-08:00 List-Id: > If I can figure out how to install the Ada plug-in I'll have a go at it. I hope you will report back good or bad. > The Ada plug-in developer claims to have only syntax coloring done but I suppose that much of the vast capability of IntelliJ comes along automatically. I doubt it. Most of the "power" of these tools comes from a combination of syntax and semantic knowledge of the language which is far more than just highlighting reserved words and identifying quotes and constants. David Botton