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.157.18.211 with SMTP id g77mr5903827otg.3.1465251121779; Mon, 06 Jun 2016 15:12:01 -0700 (PDT) X-Received: by 10.157.10.23 with SMTP id 23mr217626otg.12.1465251121736; Mon, 06 Jun 2016 15:12:01 -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!p34no3524058qgp.1!news-out.google.com!z5ni32qge.0!nntp.google.com!q32no4543741qgq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 6 Jun 2016 15:12:01 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.51.2.85; posting-account=7Oy7OQoAAABhVYFOo553Cn1-AaU-bSfl NNTP-Posting-Host: 74.51.2.85 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: GNAT GPL 2016 Editor Bugs? From: Eryndlia Mavourneen Injection-Date: Mon, 06 Jun 2016 22:12:01 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:30638 Date: 2016-06-06T15:12:01-07:00 List-Id: I checked for a couple of annoying editor bugs that have been around for a = couple of releases, and they are still there: 1) type A is new B with record C : D; end record; After this type declaration, the editor apparenty has lost track of the i= ndentation level and auto-indents everything afterwards to the beginning of= "end record". The only "fix" I have found is to set my preferences to ind= ent records 0 spaces. This, of course, causes other problems -- just not a= s bad ones. 2) The "refill" command, "Ctrl+=3D", does not work. It used to, once upon = a time. This means I have to have either ragged comments or spend a fair a= mount of time smoothing them out.