Hey Jake, as said on the chat, big thanks. After playing with this I am 
facing a problem that looks like a bug to me:

The new commander cant handle 'dc.all_unique_positions():' or any other 
position generator function whatsoever.
Am I doing something wrong? Here is the code:

for com in g.app.commanders():
    if 'I_Programming.leo' in com.fileName():
        dc = com
        break

for child in dc.all_unique_positions():
    g.es(child.h)

This actually will only print the root node header on the Log pane, instead 
of the expected (all positions).

-- 
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 leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to