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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.23.131 with SMTP id v3mr7015233yhv.55.1414680157176; Thu, 30 Oct 2014 07:42:37 -0700 (PDT) X-Received: by 10.50.73.133 with SMTP id l5mr573695igv.13.1414680157077; Thu, 30 Oct 2014 07:42:37 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!u7no1203340qaz.1!news-out.google.com!ks2ni7573igb.0!nntp.google.com!h15no2228748igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 30 Oct 2014 07:42:36 -0700 (PDT) In-Reply-To: <103aecg1dl8pm$.1xqa4xaspt6zq.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.126.103.122; posting-account=KSa2aQoAAACOxnC0usBJYX8NE3x3a1Xq NNTP-Posting-Host: 66.126.103.122 References: <2e8f1414-5556-465f-a7bc-f1513ec973aa@googlegroups.com> <85y4s08x0d.fsf@stephe-leake.org> <85egtqwnte.fsf@stephe-leake.org> <103aecg1dl8pm$.1xqa4xaspt6zq.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: IDE's that support ADA From: Adam Beneschan Injection-Date: Thu, 30 Oct 2014 14:42:37 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:22921 Date: 2014-10-30T07:42:36-07:00 List-Id: On Thursday, October 30, 2014 1:19:15 AM UTC-7, Dmitry A. Kazakov wrote: > On Wed, 29 Oct 2014 19:28:56 -0400, Peter Chapin wrote: >=20 > > On Wed, 29 Oct 2014, Stephen Leake wrote: > >=20 > >> Meaning it attempts to parse the syntax after typing every character? = So > >> if you start typing 'if ... then ... else .. end if', you get errors > >> until you type 'endif'? Yuck. > >=20 > > Yes, exactly. However, the Java IDEs I've used tend to complete each=20 > > structure for you immediately. >=20 > And you cannot turn this mess out? Ooch. If you mean "turn this mess off", I believe you can (at least in Eclipse); = there are places to configure things like this. I think that all their dif= ferent rules for different syntactical structures can be configured individ= ually, which means there are a lot of them on the menu, which means I haven= 't gone through them all, so I'm not totally sure it can be disabled. But = I think it can. -- Adam