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 2002:a0c:ead2:: with SMTP id y18mr10459359qvp.100.1590821526631; Fri, 29 May 2020 23:52:06 -0700 (PDT) X-Received: by 2002:aca:b30a:: with SMTP id c10mr8293050oif.44.1590821526335; Fri, 29 May 2020 23:52:06 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 29 May 2020 23:52:06 -0700 (PDT) In-Reply-To: <8JiAG.47030$2P1.13620@fx15.iad> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4544:3750:5d6a:e81:900f:6def; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4544:3750:5d6a:e81:900f:6def References: <50711230-5b14-4278-b9d8-d197bbe3c93b@googlegroups.com> <8JiAG.47030$2P1.13620@fx15.iad> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada++ From: gautier_niouzes@hotmail.com Injection-Date: Sat, 30 May 2020 06:52:06 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:58881 Date: 2020-05-29T23:52:06-07:00 List-Id: On Saturday, May 30, 2020 at 3:32:54 AM UTC+2, Rick Newbie wrote: > Gnat Studio is OK but lacks a lot of editing features that VS provides, There is clearly a potential there :-). I mostly miss: code indent/dedent, a "comment block" that is smarter than inserting "--" at the begin of each line, multiline edit. Fortunately there is "Edit with External Editor", and you can switch to LEA from time to time :-). > not to mention the tons of plugins on their marketplace It would be interesting to know what are your preferred plugins. On the "plus" side with GNAT Studio, the search function is amazing. The navigation (Find All References) and refactoring are very helpful. The autocomplete menu takes into account code that you wrote but did not yet compile or even save, and guesses well what you are looking for.