After Ville clued me in about the ctrl-H shortcut:

- Press ALT-T to enter tree pane
- Navigate to a node
- Press Ctrl-H to edit the node headline

Traceback (most recent call last):
  File "/transfer/leo-editor/trunk/leo/core/leoCommands.py", line 385,
in doCommand
    val = command(event)
  File "/transfer/leo-editor/trunk/leo/core/leoCommands.py", line
3299, in editHeadline
    tree.editLabel(c.p)
  File "/transfer/leo-editor/trunk/leo/plugins/baseNativeTree.py",
line 850, in editLabel
    e = self.editLabelHelper(item,selectAll,selection)
  File "/transfer/leo-editor/trunk/leo/plugins/qtGui.py", line 4423,
in editLabelHelper
    self.connectEditorWidget(e,item) # Hook up the widget.
  File "/transfer/leo-editor/trunk/leo/plugins/qtGui.py", line 4339,
in connectEditorWidget
    wrapper = self.getWrapper(e,item)
  File "/transfer/leo-editor/trunk/leo/plugins/qtGui.py", line 4474,
in getWrapper
    wrapper = self.editWidgetsDict.get(e)
AttributeError: leoQtTree instance has no attribute 'editWidgetsDict'


(There's a typo in the docstring for getWrapper() BTW:
'healineWrapper' -> 'headlineWrapper')

    Cheers
    Jon N

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