Re: ANN: PowerDebug 1.1.17

2015-08-31 Thread Mark Wieder

On 08/31/2015 04:59 PM, Kay C Lan wrote:

Yeah, sorry about that, you must have been posting there when I was
drafting here. Thanks for you insight.


Mail servers seem to have been a bit spotty lately.
Thanks for keeping this subject alive.

--
 Mark Wieder
 ahsoftw...@gmail.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: ANN: PowerDebug 1.1.17

2015-08-31 Thread Mark Wieder
Kay C Lan  writes:

> 
> As the author of PowerDebug I was wondering if you had any insight into the
> different levels of syntax checking LC applies when setting the script of
> an object vs using the Scipt Editor. This is being discussed under the
> recently posted Subject: Goodbye stsMLXEditor
> 
> Also any insight into deciiphering 'the result' when a 'set script of'
> contains errors?
> 
> Sorry I don't know how to provide links to List posts but if you could post
> your thoughts to that thread, that would be appreciated.

In addition to what I've already posted, you mean?

The script editor itself doesn't really do much in the way of syntax checking.
It flags open strings as you're entering them, but that's about it.

The engine is what parses the script and returns an error object when it
first encounters a problem. That error object is returned as a multi-line
string in the result of the 'set the script' command. Doesn't matter where
the command was called from, the engine returns the same error.

-- 
 Mark Wieder
 ahsoftw...@gmail.com



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: ANN: PowerDebug 1.1.17

2015-08-31 Thread Kay C Lan
Yeah, sorry about that, you must have been posting there when I was
drafting here. Thanks for you insight.

On Tue, Sep 1, 2015 at 2:43 AM, Mark Wieder  wrote:

> Kay C Lan  writes:
>
> >
> > As the author of PowerDebug I was wondering if you had any insight into
> the
> > different levels of syntax checking LC applies when setting the script of
> > an object vs using the Scipt Editor. This is being discussed under the
> > recently posted Subject: Goodbye stsMLXEditor
> >
> > Also any insight into deciiphering 'the result' when a 'set script of'
> > contains errors?
> >
> > Sorry I don't know how to provide links to List posts but if you could
> post
> > your thoughts to that thread, that would be appreciated.
>
> In addition to what I've already posted, you mean?
>
> The script editor itself doesn't really do much in the way of syntax
> checking.
> It flags open strings as you're entering them, but that's about it.
>
> The engine is what parses the script and returns an error object when it
> first encounters a problem. That error object is returned as a multi-line
> string in the result of the 'set the script' command. Doesn't matter where
> the command was called from, the engine returns the same error.
>
> --
>  Mark Wieder
>  ahsoftw...@gmail.com
>
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: ANN: PowerDebug 1.1.17

2015-08-30 Thread Kay C Lan
As the author of PowerDebug I was wondering if you had any insight into the
different levels of syntax checking LC applies when setting the script of
an object vs using the Scipt Editor. This is being discussed under the
recently posted Subject: Goodbye stsMLXEditor

Also any insight into deciiphering 'the result' when a 'set script of'
contains errors?

Sorry I don't know how to provide links to List posts but if you could post
your thoughts to that thread, that would be appreciated.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode