Re: [Bug-apl] GNU APL GTK wrapper

2014-08-28 Thread Chris Moller
Hi, Elias, I have indeed started adding a few APL-interaction features to aplwrap, one of the first of which uses your "variables" command, which leads me to a request: a variation in VariablesCommand.cc of "cls = ALL" that tags the entries in the returned list with their name classes. That mak

Re: [Bug-apl] GNU APL GTK wrapper

2014-08-28 Thread Elias MÃ¥rtenson
Thank you. I've added it, but with a small change. The format is now NAME (space) NC Regards, Elias On 28 August 2014 22:57, Chris Moller wrote: > Hi, Elias, > > I have indeed started adding a few APL-interaction features to aplwrap, > one of the first of which uses your "variables" command,

Re: [Bug-apl] GNU APL GTK wrapper

2014-08-28 Thread Chris Moller
Thanks. I had it the other way around with no space because that was dead simple to parse with strtoul() returning the nc and endptr left pointing at the name, but your way is still easy enough to parse. Chris On 08/28/14 11:49, Elias MÃ¥rtenson wrote: Thank you. I've added it, but with a small