If I writing a script with the code
n1=c.currentVnode()
typing
n1. (using the . to bring up autocompleter)
produces the error
exception executing command
Traceback (most recent call last):
File "C:\Program Files\Leo-4.9-b4\leo\core\leoCommands.py", line
408, in doCommand
val = command(event)
File "C:\Program Files\Leo-4.9-b4\leo\core\leoKeys.py", line 163, in
autoComplete
self.start(event)
File "C:\Program Files\Leo-4.9-b4\leo\core\leoKeys.py", line 1000,
in start
self.init_qcompleter(event)
File "C:\Program Files\Leo-4.9-b4\leo\core\leoKeys.py", line 846, in
init_qcompleter
self.exit()
File "C:\Program Files\Leo-4.9-b4\leo\core\leoKeys.py", line 260, in
exit
self.qw.end_completer()
File "C:\Program Files\Leo-4.9-b4\leo\plugins\qtGui.py", line 311,
in end_completer
self.leo_qc.end_completer()
File "C:\Program Files\Leo-4.9-b4\leo\plugins\qtGui.py", line 147,
in end_completer
self.deleteLater()
RuntimeError: underlying C/C++ object has been deleted
p. works as expected
--
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.