current trunk

node headline
@path path/to/folder

re-opening Leo populates the node with file and folder names.

dclicking one of these nodes results in

raceback (most recent call last):
  File "/home/ktenney/src/leo-editor/leo/core/leoGlobals.py", line
3567, in doHook
    return f(tag,keywords)
  File "/home/ktenney/src/leo-editor/leo/core/leoPlugins.py", line
298, in doPlugins
    return doHandlersForTag(tag,keywords)
  File "/home/ktenney/src/leo-editor/leo/core/leoPlugins.py", line
273, in doHandlersForTag
    val = callTagHandler(bunch,tag,keywords)
  File "/home/ktenney/src/leo-editor/leo/core/leoPlugins.py", line
252, in callTagHandler
    result = handler(tag,keywords)
  File "/home/ktenney/src/leo-editor/leo/plugins/active_path.py", line
465, in <lambda>
    leoPlugins.registerHandler(event, lambda t,k: onSelect(t,k))
  File "/home/ktenney/src/leo-editor/leo/plugins/active_path.py", line
99, in onSelect
    c.redraw()
  File "/home/ktenney/src/leo-editor/leo/core/leoCommands.py", line
6446, in redraw
    c.selectPosition(p)
  File "/home/ktenney/src/leo-editor/leo/core/leoCommands.py", line
7508, in selectPosition
    c.frame.tree.select(p)
  File "/home/ktenney/src/leo-editor/leo/core/leoFrame.py", line 2655, in select
    c.frame.tree.afterSelectHint(p,old_p)
  File "/home/ktenney/src/leo-editor/leo/plugins/baseNativeTree.py",
line 794, in afterSelectHint
    c.outerUpdate() # Bring the tree up to date.
  File "/home/ktenney/src/leo-editor/leo/core/leoCommands.py", line
6393, in outerUpdate
    g.trace('****','tree.drag_p',c.frame.tree.drag_p)
AttributeError: leoQtTree instance has no attribute 'drag_p'

--~--~---------~--~----~------------~-------~--~----~
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