lcVCS - Getting started
Mark Wieder
mwieder at ahsoftware.net
Thu Sep 12 19:33:03 EDT 2013
Monte-
Thursday, September 12, 2013, 3:14:43 PM, you wrote:
> Well one thing I'd like to work out is if it's possible to open
> up a script editor with the scroll so that a specific char offset
> from the beginning of the script is visible. I think it's possible
> but it probably involves poking around in the script editor to work
> it out. This is for the conflict resolution UI. If you want to work
> that out it would be one less thing on my todo list ;-)
I had to figure this out for glx2 as well:
dispatch "goLine" to group "Editor" of stack "revNewScriptEditor" \
with pLineNumber, pType, pStartPosition, pEndPosition
-- where pType is one of "selection" or "position"
...for glx2 just replace "revNewScriptEditor" with "revGLX2 Code"
--
-Mark Wieder
mwieder at ahsoftware.net
More information about the use-livecode
mailing list