Jacque's LC error plugin

2012-07-31 Thread Chris Sheffield
Anyone know where I can download Jacque's excellent error plugin? I'm talking about the one where you can feed it LiveCode error numbers and have it return the English equivalent of those errors. :-) I saw her use it in one of the videos from RevLive but I missed the download link (if there is

Re: Jacque's LC error plugin

2012-07-31 Thread J. Landman Gay
On 7/31/12 2:38 PM, Chris Sheffield wrote: Anyone know where I can download Jacque's excellent error plugin? I'm talking about the one where you can feed it LiveCode error numbers and have it return the English equivalent of those errors. :-) I saw her use it in one of the videos from RevLive

Re: Jacque's LC error plugin

2012-07-31 Thread Chris Sheffield
Great. Thanks! On Jul 31, 2012, at 4:42 PM, J. Landman Gay jac...@hyperactivesw.com wrote: On 7/31/12 2:38 PM, Chris Sheffield wrote: Anyone know where I can download Jacque's excellent error plugin? I'm talking about the one where you can feed it LiveCode error numbers and have it return

Re: Jacque's LC error plugin

2012-07-31 Thread Peter M. Brigham
It's easy to roll your own. Here's handy function: function expandError tErr -- expands LC runtime error numbers --with explanatory text -- requires sr() repeat for each line e in tErr put item 1 of e into errNbr put item 2 of e into tLineNbr put item 3 of e into

Re: Jacque's LC error plugin

2012-07-31 Thread J. Landman Gay
On 7/31/12 8:46 PM, Peter M. Brigham wrote: It's easy to roll your own. Here's handy function: Yup. :) I love the open nature of the LiveCode IDE. One advantage of the stack over a single function is that it parses output from both Console (iOS) and Terminal (Android) so that you can

Re: Jacque's LC error plugin

2012-07-31 Thread J. Landman Gay
On 7/31/12 5:42 PM, J. Landman Gay wrote: On 7/31/12 2:38 PM, Chris Sheffield wrote: Anyone know where I can download Jacque's excellent error plugin? It's finally on RevOnline now, as LiveCode Error Lookup. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive