Ok, so I enable typing completion (with alt-1, right?).
Now what?
I tried just typing "p." and I get the following traceback:
Traceback (most recent call last):
File "/home/jesse/leo-editor/leo/core/leoCommands.py", line 344, in
doCommand
val = command(event)
File "/home/jesse/leo-editor/leo/core/leoKeys.py", line 265, in
autoComplete
self.start(event=event,w=w)
File "/home/jesse/leo-editor/leo/core/leoKeys.py", line 1097, in
start
self.selection = w.getSelectionRange()
AttributeError: leoQtTree instance has no attribute
'getSelectionRange'
That seems to happen whenever I press the period key.
I figure I'm supposed to give something else the focus first...
I click the minibuffer.
I type "p.move". Nothing happens, apparently my key presses are
unrecognized.
I backspace over the text that was already in the minibuffer: "Insert
State" and try again.
I type "p". Nothing happens. I type "." ..."Insert State" appears
again.
I try clicking the "chrome" area above the tree to the right of the
script buttons.
I type "p.mo" and see some output in the log panel.
I try hitting the down key to see if I can move through the listed
commands like a list.
I type "v" and get some commands starting with v.
I click in random places to try to reset.
I click the chrome again. I type "p." and get the traceback from
before.
I try a few more times and can't get anything but the above
traceback...
I'm not having a lot of luck here :)
I'll go ahead and try paste as clone command.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---