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:ac8:7b45:: with SMTP id m5mr11084360qtu.360.1581583719795; Thu, 13 Feb 2020 00:48:39 -0800 (PST) X-Received: by 2002:a05:6830:c9:: with SMTP id x9mr12557143oto.345.1581583719469; Thu, 13 Feb 2020 00:48:39 -0800 (PST) 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: Thu, 13 Feb 2020 00:48:39 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:c7d:3c35:b000:1176:f822:d46e:c9b4; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:1176:f822:d46e:c9b4 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <074b5895-f7a6-42ad-9731-42dca92bc30b@googlegroups.com> Subject: Re: Advice on best environment for Ada on Windows From: Lucretia Injection-Date: Thu, 13 Feb 2020 08:48:39 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:58041 Date: 2020-02-13T00:48:39-08:00 List-Id: On Thursday, 13 February 2020 05:13:16 UTC, Rick Newbie wrote: > So far I have identified three possible scenarios: > > 1) GPS only. While GPS looks good it becomes rather fickle when you I stopped trying GPS because of crashing. > 2) GPS with an external text editor. I installed Emacs and am working I found that Emacs cannot handle very long spans of text. I have a text file which is in utf-8 and has a few arrays of utf-8 in decimal and text form, different languages, Emacs can barely keep up. > through their tutorial as well. I have been a Visual Studio user for > many years and thus I am spoiled but back in the 90s, I was working on I used MSVC6 at work then, it was terrible, the only good bit was the text editor, nothing else. I cannot stand Vi(m), never got on with it. I currently use VSCode, with the Ada language server from marketplace my own extensions, https://github.com/Lucretia/ada-vscode and https://github.com/Lucretia/ada-utilities Luke.