From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_05,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6214:d83:b0:4af:9720:27f6 with SMTP id e3-20020a0562140d8300b004af972027f6mr10164703qve.61.1664617571039; Sat, 01 Oct 2022 02:46:11 -0700 (PDT) X-Received: by 2002:ac8:5816:0:b0:35b:ad30:3297 with SMTP id g22-20020ac85816000000b0035bad303297mr10003380qtg.0.1664617570879; Sat, 01 Oct 2022 02:46:10 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 1 Oct 2022 02:46:10 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1210:282b:1d00:95ef:def0:1754:12cd; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1210:282b:1d00:95ef:def0:1754:12cd User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <80a6dda4-49d7-4b4f-a53a-d4a71617c345n@googlegroups.com> Subject: Ann: LEA v.0.82 From: Gautier write-only address Injection-Date: Sat, 01 Oct 2022 09:46:11 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1852 Xref: reader01.eternal-september.org comp.lang.ada:64469 List-Id: LEA is a Lightweight Editor for Ada Web site: http://l-e-a.sf.net/ Source repository #1: https://sf.net/p/l-e-a/code/HEAD/tree/ Source repository #2: https://github.com/zertovitch/lea Improvements: - more ready-to-use Ada code samples - improved Dark Side look - indentation lines - improvements in navigation (find/replace, compilation errors) - embeds HAC v.0.21; details: see other post... Features: - multi-document - multiple undo's & redo's - multi-line edit, rectangular selections - color themes, easy to switch - duplication of lines and selections - syntax highlighting - parenthesis matching - bookmarks Currently available on Windows. Gtk or other implementations are possible: the LEA_Common[.*] packages are pure Ada, as well as HAC. Enjoy!