J. Landman Gay wrote:
> Well, I don't usually jump only once. If I do, I just use the
> built-in trick I described. But what I usually need to do is follow
> script flow from one handler to the one that called it, to the one
> that called that, the back to the second one until I see another
> reference, then jump to that one, see what it does, then back to the
> first one, then on to another one.

Yes, quite different from the original problem statement, and more reflective of my own needs as well.

Right now I make liberal use of the "Lookup Definition" item in the context menu, but that only goes one way.

I once considered making a static analysis tool that would provide a list of handlers with specific line numbers for a flow of execution.

Not surprisingly, I also decided the time it would take to do that would exceed the time it would save me. :)

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.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

Reply via email to