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!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: New Years 2015 Ada Advocacy Resolutions :) Date: Wed, 7 Jan 2015 12:19:28 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <8c23b629-4495-4ec4-afae-7f0b03df4668@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 7 Jan 2015 12:19:28 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="da745e888d4a5182b5fda6212bbb0a63"; logging-data="12132"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+TNXZ7JsENwGJIxLwqywSwzvBthTywqnY=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:X+xoZ8jauOF+vMKS7mWySosaZ2s= Xref: news.eternal-september.org comp.lang.ada:24440 Date: 2015-01-07T12:19:28+00:00 List-Id: On Tue, 06 Jan 2015 20:59:08 +0100, Björn Lundin wrote: > On 2015-01-05 16:43, David Botton wrote: >> So now that 2014 is over and 2015 is started, a good time to promote >> Ada Advocacy for the new year! >> >> So for 2015 my Ada advocacy plans are: >> >> 1. More releases of the Gnoga framework 2. Gnoga Doc - A documentation >> generator and library for parsing Ada source (needed for IDE) >> 3. A Gnoga based IDE for Ada 4. A Gnoga GUI GUI builder > > I'd really like 3 and 4 reversed. > A good GUI builder would be really nice. > And more needed that an IDE. It could be integrated in an IDE, > but stand-alone first would be very nice. Recent versions of GLADE (the gtkada GUI builder) don't actually generate gtkada code. They (simplifying a bit) just generate an XML file describing the window layout, and a matching gtkada module parses that xml to generate the actual GUI when the application starts. Would it be possible for Gnoga to read the same XML file, and build a GUI generated by Glade-3? - Brian