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 10.36.65.10 with SMTP id x10mr5832135ita.35.1510977855538; Fri, 17 Nov 2017 20:04:15 -0800 (PST) X-Received: by 10.157.1.175 with SMTP id e44mr173720ote.1.1510977855465; Fri, 17 Nov 2017 20:04:15 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.kjsl.com!usenet.stanford.edu!d140no78396itd.0!news-out.google.com!193ni39iti.0!nntp.google.com!i6no80375itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 17 Nov 2017 20:04:15 -0800 (PST) In-Reply-To: <20ad848c-1274-425a-9010-5c86767b85d9@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1206:45c6:8b20:4e8:5962:9a5:5c48; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:45c6:8b20:4e8:5962:9a5:5c48 References: <6cb99cd9-b385-4793-b08c-2f87735787e3@googlegroups.com> <54454307-9c4e-4067-b68e-7bcdf369a643@googlegroups.com> <20ad848c-1274-425a-9010-5c86767b85d9@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: LEA - Lightweight Editor for Ada - First (early) binary release, v 0.5. From: gautier_niouzes@hotmail.com Injection-Date: Sat, 18 Nov 2017 04:04:15 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: feeder.eternal-september.org comp.lang.ada:48979 Date: 2017-11-17T20:04:15-08:00 List-Id: Le vendredi 17 novembre 2017 23:28:08 UTC+1, Lionel Draghi a =C3=A9crit=C2= =A0: > I'm using scite on Linux, so I suppose that scintilla is at least availab= le on Linux and Windows, and lots of languages are supported. It could matc= h my needs. > Did you use the lexer lib directly, and is it worth considering it for my= usage, in your opinion? Hi Lionel, I just use the Ada lexer built in Scintilla. My only contribution was to co= mplement the keyword list for Ada 2012 (currently in package LEA_GWin.Edito= r). G.