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.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:240b:b0:75b:7362:9c50 with SMTP id d11-20020a05620a240b00b0075b73629c50mr2180988qkn.8.1685377761124; Mon, 29 May 2023 09:29:21 -0700 (PDT) X-Received: by 2002:a81:ad4f:0:b0:565:cce5:453 with SMTP id l15-20020a81ad4f000000b00565cce50453mr4735510ywk.4.1685377760843; Mon, 29 May 2023 09:29:20 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!1.us.feeder.erje.net!feeder.erje.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.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: Mon, 29 May 2023 09:29:20 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1210:2e90:8100:79e1:2c2c:f6d:115b; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1210:2e90:8100:79e1:2c2c:f6d:115b User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4397d1a5-dde5-4d4a-bbd6-79ea544583bfn@googlegroups.com> Subject: Ann: LEA v.0.87 From: Gautier write-only address Injection-Date: Mon, 29 May 2023 16:29:21 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2538 Xref: news.eternal-september.org comp.lang.ada:65268 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 Changes since last announcement here: - Added auto insert feature: e.g. typing `(` inserts `)`. - Added color theme Solarized Light. - Added a "stealth mode" in which LEA doesn't leave traces in the registry. - Editor adds `-- ` if the cursor is within a comment when the Return key is pressed (consequence: a comment is split into two comments). - If the cursor is within a string literal when the Return key is pressed, the string literal is split into two valid string literals with a `&` between them. - Added unhandled exception information to message list - Tabs with the various file names - LEA doesn't write scilexer.dll as a file; thus, it runs as a portable application (in the sense: you can run it from a read-only drive directly, without installation) - Added a Build & Run button (for the HAC compiler). Features: - multi-document - multiple undo's & redo's - multi-line & multi-point 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!