has anyone invented a back button for the script editor?

Mark Wieder mwieder at ahsoftware.net
Wed Nov 13 10:50:51 EST 2013


Monte-

Tuesday, November 12, 2013, 11:13:22 PM, you wrote:

> I wasn't talking about undo. Just jumping back to where I was...

If you just need to keep track of a single point, put something like
the following into a frontscript and trigger it with the key combo of
your choice:

-- save the current cursor position:
put the current line number into tLine

-- return from whence ye came:
dispatch "goLine" to group "Editor" of stack "revNewScriptEditor 1" \
with tLine

This will work with the current built-in editor until it changes.

-- 
-Mark Wieder
 ahsoftware at gmail.com





More information about the use-livecode mailing list