Re: Script Editor "Go To Definition"

2013-09-04 Thread Peter Haworth
Thanks Trevor Pete lcSQL Software On Tue, Sep 3, 2013 at 8:03 PM, Trevor DeVore wrote: > On Tue, Sep 3, 2013 at 9:18 PM, Mark Talluto >wrote: > > > > > Trevor made a nice plugin that makes this feature work with libraries. I > > do not have a link to the plugin. Maybe he

Re: Script Editor "Go To Definition"

2013-09-04 Thread Thierry Douez
H ​i Philip, ​ 2013/9/4 Philip Hudson > On 4 Sep, 2013, at 2:52 am, Dr. Hawkins wrote: > > On Tue, Sep 3, 2013 at 2:12 PM, Mark Wieder >> wrote: >> >>> I believe that's correct. I use the IDE's script editor as little as >>> possible, so for the most part its bugs don't really affect me. >>>

Re: Script Editor "Go To Definition"

2013-09-04 Thread Philip Hudson
On 4 Sep, 2013, at 2:52 am, Dr. Hawkins wrote: On Tue, Sep 3, 2013 at 2:12 PM, Mark Wieder wrote: I believe that's correct. I use the IDE's script editor as little as possible, so for the most part its bugs don't really affect me. Is there work happening to let us use real editors in the I

Re: Script Editor "Go To Definition"

2013-09-03 Thread J. Landman Gay
On 9/3/13 10:03 PM, Trevor DeVore wrote: On Tue, Sep 3, 2013 at 9:18 PM, Mark Talluto wrote: Trevor made a nice plugin that makes this feature work with libraries. I do not have a link to the plugin. Maybe he will chime in. He listed it publicly once before. I am sure he would not mind it bei

Re: Script Editor "Go To Definition"

2013-09-03 Thread Mark Talluto
On Sep 3, 2013, at 8:03 PM, Trevor DeVore wrote: > On Tue, Sep 3, 2013 at 9:18 PM, Mark Talluto wrote: > >> >> Trevor made a nice plugin that makes this feature work with libraries. I >> do not have a link to the plugin. Maybe he will chime in. He listed it >> publicly once before. I am sure h

Re: Script Editor "Go To Definition"

2013-09-03 Thread Trevor DeVore
On Tue, Sep 3, 2013 at 9:18 PM, Mark Talluto wrote: > > Trevor made a nice plugin that makes this feature work with libraries. I > do not have a link to the plugin. Maybe he will chime in. He listed it > publicly once before. I am sure he would not mind it being handed out. I > sent him a quick e

Re: Script Editor "Go To Definition"

2013-09-03 Thread Peter Haworth
Thanks Mark. Now you come to mention it, I vaguely remember the thread about Trevor's plugin. Maybe I can find it in Nabble. Pete Pete lcSQL Software On Tue, Sep 3, 2013 at 6:18 PM, Mark Talluto wrote: > On Sep 3, 2013, at 9:37 AM, Peter Haworth wrote: > > > I find the

Re: Script Editor "Go To Definition"

2013-09-03 Thread Dr. Hawkins
On Tue, Sep 3, 2013 at 2:12 PM, Mark Wieder wrote: > I believe that's correct. I use the IDE's script editor as little as > possible, so for the most part its bugs don't really affect me. Is there work happening to let us use real editors in the IDE? Being able to use vim would be wonderful (o

Re: Script Editor "Go To Definition"

2013-09-03 Thread Mark Talluto
On Sep 3, 2013, at 9:37 AM, Peter Haworth wrote: > I find the script editor right click popup menu item "Go To Definition" for > a handler name very useful, but it is always greyed out when I try to go to > a handler in a library stack, one that has been put in the message path by > a "start usin

Re: Script Editor "Go To Definition"

2013-09-03 Thread Mark Wieder
Pete- Tuesday, September 3, 2013, 1:05:24 PM, you wrote: > Mark: > That's the workaround for Richard's original bug, not the one to do with > library stacks I reported, right? I believe that's correct. I use the IDE's script editor as little as possible, so for the most part its bugs don't reall

Re: Script Editor "Go To Definition"

2013-09-03 Thread Peter Haworth
On Tue, Sep 3, 2013 at 12:02 PM, Mark Wieder wrote: > The workaround is to comment out line 1296 of button "Template Stack" > of group "Behaviors" of card id 1002 of stack "revNewScriptEditor" as > follows: > > if not gREVDevelopment then > if revOKTarget(tObject) then > --next repeat

Re: Script Editor "Go To Definition"

2013-09-03 Thread Mike Kerner
I guess I just assumed that was the intended behavior, but it would be nice if it wasn't. On Tue, Sep 3, 2013 at 2:28 PM, Richard Gaskin wrote: > Mike Kerner wrote: > > The recipe is simple - right-click on a handler that is in a library stack >> - you can't go to definition. >> > > Confirmed.

Re: Script Editor "Go To Definition"

2013-09-03 Thread Richard Gaskin
Mike Kerner wrote: The recipe is simple - right-click on a handler that is in a library stack - you can't go to definition. Confirmed. I've added a note about that for you in the report: -- Richard Gaskin Fourth World LiveCode training and

Re: Script Editor "Go To Definition"

2013-09-03 Thread Mark Wieder
Richard- Tuesday, September 3, 2013, 11:28:48 AM, you wrote: > I've added a note about that for you in the report: > I added the following comment to the bug report: The workaround is to comment out line 1296 of button "Template Stack" of group

Re: Script Editor "Go To Definition"

2013-09-03 Thread Mike Kerner
The recipe is simple - right-click on a handler that is in a library stack - you can't go to definition. I believe that you can't step into a library handler, either, during debugging. The only way to debug library handlers is to put debug checkpoints in the libraries. On Tue, Sep 3, 2013 at 2:

Re: Script Editor "Go To Definition"

2013-09-03 Thread Richard Gaskin
Peter Haworth wrote: > I find the script editor right click popup menu item "Go To > Definition" for a handler name very useful, but it is always > greyed out when I try to go to a handler in a library stack, > one that has been put in the message path by a "start using" > command. > > I'm tempte

Script Editor "Go To Definition"

2013-09-03 Thread Peter Haworth
I find the script editor right click popup menu item "Go To Definition" for a handler name very useful, but it is always greyed out when I try to go to a handler in a library stack, one that has been put in the message path by a "start using" command. I'm tempted to enter a bug report about this b