Re: [Bug-apl] Yet another editor thingy.

2018-08-10 Thread Juergen Sauermann
Hi Chris, does that mean that I can revert the patch that I have put in for edif recently? Best Regards, /// Jürgen On 08/07/2018 07:09 PM, Chris Moller wrote: Hans-Peter, If you want to try it again

Re: [Bug-apl] Yet another editor thingy.

2018-08-10 Thread Chris Moller
I'm not sure how much the reversion would revert.  If it was the patch I sent you on 2 August: Index: LineInput.cc === --- LineInput.cc    (revision 1060) +++ LineInput.cc    (working copy) @@ -968,9 +968,10 @@    {

[Bug-apl] ⎕GTK

2018-08-10 Thread Juergen Sauermann
Hi, I have added a new system function ⎕GTK to GNU APL. ⎕GTK is based on libgtk+ version 3 and provides a simple (and therefore somewhat restricted) way of creating and  managing GUIs from an APL program. Think of it as a replaceme

Re: [Bug-apl] ⎕GTK

2018-08-10 Thread Blake McBride
Hi, and thanks for a great new feature!! As you know there has been an evolution in GUI interfaces over the years as follows: 1. Line-by-line (APL Quad, Quad-quote) 2. Desktop GUI applications (Win32, GTK, etc.) 3. Web apps (HTML, JavaScript, REST) What you have added to GNU APL elevates t

Re: [Bug-apl] ⎕GTK

2018-08-10 Thread Chris Moller
Excellent! On 10/08/18 13:32, Juergen Sauermann wrote: Hi, I have added a new system function *⎕GTK *to GNU APL. *⎕GTK* is based on libgtk+ version 3 and provides a simple (and therefore somewhat restricted) way of creating and  managing GUIs from an APL program. Think of it as a replacement