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
 mwie...@ahsoftware.net


_______________________________________________
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