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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!newsfeed.xs3.de!io.xs3.de!news.jacob-sparre.dk!franka.jacob-sparre.dk!pnx.dk!.POSTED.rrsoftware.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: LEA - Lightweight Editor for Ada - First (early) binary release, v 0.5. Date: Wed, 15 Nov 2017 18:44:34 -0600 Organization: JSA Research & Innovation Message-ID: References: <6cb99cd9-b385-4793-b08c-2f87735787e3@googlegroups.com> Injection-Date: Thu, 16 Nov 2017 00:44:35 -0000 (UTC) Injection-Info: franka.jacob-sparre.dk; posting-host="rrsoftware.com:24.196.82.226"; logging-data="15869"; mail-complaints-to="news@jacob-sparre.dk" X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.7246 Xref: feeder.eternal-september.org comp.lang.ada:48924 Date: 2017-11-15T18:44:34-06:00 List-Id: wrote in message news:6cb99cd9-b385-4793-b08c-2f87735787e3@googlegroups.com... > LEA is a Lightweight Editor for Ada. This looks very promising. It might even allow me to retire the circa 1986 editor that I've been primarily using for programming since -- obviously -- 1986. (That's probably just a bit overdue. ;-) One immediate concern: if LEA is given a file that contains tab characters, it ignores them completely, thus eliminating most or all of the indentation. I suppose I could open the file in my old editor first and manually eliminate the tabs, then use LEA after that, but that seems like a massive pain-in-the-a$$ (and it would mess up places where tabs are used in the middle of a construct, such as a table in a comment). It would be much better if I could specify somehow that any tabs in the source files used 8 character indentation and the editor could do whatever it wants to preserve the look of the original file. I tried the "quick help" button to see what the editor is supposed to do (rather than trial-and-error), but nothing seemed to happen except a brief pause in my computer's responsiveness. I'll try this more seriously another day (gottta do actual work now ;-). Randy. P.S. I've posted it on AdaIC.