Using this script to search for a node by a Gnx:


*GNX_ID: str = g.app.gui.runAskOkCancelStringDialog(c,'SEARCH Node by 
GNX',"Enter search GNX: ").strip()p0 = g.findGnx(GNX_ID, c)  # moves to 
position p0 g.es_clickable_link(c, p0, 0, (p0.h))  # clickable-link, use 
p.h*

If the node matching GNX is empty (no body text) it displays a persistent 
clickable link in Log pane.

However if the node matching GNX contains body text it gives errors:
    is_sentinel: can not happen. delims: (None, '<!--', '-->')
    is_sentinel: can not happen. delims: (None, '<!--', '-->')
    is_sentinel: can not happen. delims: (None, '<!--', '-->')
    is_sentinel: can not happen. delims: (None, '<!--', '-->')
    
A clickable link displays in Log pane but when pressed the link is not 
persistent, the clickable link disappears and the errors repeat.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/84f9e33e-4440-4242-a1b0-5dc94172579cn%40googlegroups.com.

Reply via email to