On Sun, Mar 11, 2012 at 2:11 PM, Edward K. Ream <[email protected]> wrote:

> There are two possible candidates:
>
>    g.handleUrlInUrlNode(url,c=None,p=None)
>
> and its helper:
>
>    g.handleUrl(c,p,url)
>
> g.handleUrl is likely what you want if you already have an url.

At least handleUrl doesn't work.

It opens a new instance of Leo, instead of opening the document in
current instance in a new tab. Also, it doesn't navigate to the
correct node, but that's probably because it uses my system leo which
is the old, stable release.

What I want is akin to:


    parts = unl.split("#",1)

    g.openWithFileName(parts[0])
    ... and then navigate to right part of tree with parts[1]

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to