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 X-Received: by 10.236.156.226 with SMTP id m62mr1246925yhk.16.1412667721089; Tue, 07 Oct 2014 00:42:01 -0700 (PDT) X-Received: by 10.140.95.235 with SMTP id i98mr219qge.29.1412667720999; Tue, 07 Oct 2014 00:42:00 -0700 (PDT) Path: border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!s7no1058751qap.0!news-out.google.com!q8ni43qal.1!nntp.google.com!s7no1058748qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 7 Oct 2014 00:42:00 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.176.73.77; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 66.176.73.77 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Gnoga - PlugIn - Full Code Editor for Ada From: David Botton Injection-Date: Tue, 07 Oct 2014 07:42:01 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189473 Date: 2014-10-07T00:42:00-07:00 List-Id: 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