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.224.160.143 with SMTP id n15mr2683315qax.5.1412698541137; Tue, 07 Oct 2014 09:15:41 -0700 (PDT) X-Received: by 10.140.100.162 with SMTP id s31mr18682qge.17.1412698541011; Tue, 07 Oct 2014 09:15:41 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!uq10no5830307igb.0!news-out.google.com!rp1ni22143igb.0!nntp.google.com!uq10no5830291igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 7 Oct 2014 09:15:40 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.128.188.144; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P NNTP-Posting-Host: 86.128.188.144 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <071ff29f-adad-419c-ac7b-e0cdf81fed63@googlegroups.com> Subject: Re: Gnoga - PlugIn - Full Code Editor for Ada From: tonyg Injection-Date: Tue, 07 Oct 2014 16:15:41 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22182 Date: 2014-10-07T09:15:40-07:00 List-Id: On Tuesday, 7 October 2014 08:42:01 UTC+1, David Botton wrote: > Another proof of why Gnoga is super cool :) > > > > I bound (although not everything yet) the Ace Cloud 9 open source code editor for the web to Gnoga - http://ace.c9.io/ > > > > Full Ada syntax highlighting, etc. I will of course be using this for a future IDE, but the point is that with Gnoga you have easy access to just about any HTML/CSS/JS widget out there. > > > > after git pull (since you already have gnoga on your machine right :) run: > > > > make adaedit > > cd bin > > ./adaedit > > > > open http://localhost:8080 > > > > > > That will git clone the Ace editor in to the JS directory and make the simple demo. (I will expand on it in the near future). > > > > Enjoy, > > David Botton Without meaning to push you :) have you any idea on the timescales on the future IDE?