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:a05:620a:22ab:: with SMTP id p11mr10328603qkh.373.1587257919464; Sat, 18 Apr 2020 17:58:39 -0700 (PDT) X-Received: by 2002:a9d:178a:: with SMTP id j10mr4502106otj.182.1587257919197; Sat, 18 Apr 2020 17:58:39 -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: Sat, 18 Apr 2020 17:58:38 -0700 (PDT) In-Reply-To: <8d85eb4f-4d67-4701-a703-6c89f6e9addc@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=184.101.120.252; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG NNTP-Posting-Host: 184.101.120.252 References: <9aff6df1-d179-4215-9e50-f0320d1ae509@googlegroups.com> <1a661752-2cbd-467f-a82a-e48ad5f991e2@googlegroups.com> <5fd67794-90a3-46f6-b93d-f3a6745c17a0@googlegroups.com> <8d85eb4f-4d67-4701-a703-6c89f6e9addc@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: VisualAda (Ada Integration for Visual Studio 2017 & 2019) release 1.3 From: Jerry Injection-Date: Sun, 19 Apr 2020 00:58:39 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:58415 Date: 2020-04-18T17:58:38-07:00 List-Id: On Saturday, April 18, 2020 at 12:52:20 AM UTC-7, alby....@gmail.com wrote: > On Saturday, April 18, 2020 at 5:27:58 PM UTC+10, Jerry wrote: > > On Friday, April 17, 2020 at 11:13:02 PM UTC-7, alby....@gmail.com wrot= e: > > >=20 > > > A short youtube video demonstrating the new capabilities can be found= here > > >=20 > > > https://youtu.be/IEMROeNjluY > > >=20 > > > Alex > >=20 > > I watched your video. This is a little OT, but does Visual Studio put e= verything in one window with no overlap between panes? > >=20 > > Jerry >=20 > Hi Jerry >=20 > I am not exactly sure what you mean by "overlap between panes". Most, if = not all > windows in VS can be docked, pined, resized to you hearts content. My pre= ference > may not be what you are accustomed to, and that's OK, I was just trying t= o demo > to VS users what's involved in configuring VS for an ARM build, assuming = a user > has some experience using VS. >=20 > Alex There is a trend for several years now to make editors and IDEs, mostly cro= ss platform and not Mac native, with only one window containing multiple pa= nes; you can resize and move the panes within the window but you can't move= them outside the window--it's all in one window. Some have tabs per pane b= ut generally the panes don't overlap. As a result, code windows are way to= o small as are all the others. You maybe get six visible lines in a termina= l or REPL window. It's a little like Windows 1.0 and very bad UI design IMH= O, especially for smaller screens such as are on laptop computers. Jerry