Howdy,

I think I have codewise installed correctly, and the ~/.leo/tags
file is in place,
~$: codewise m
gives copious output

The codewisecompleter plugin is enabled.
<Alt-0> at text to complete gives the following traceback:

exception executing command
Traceback (most recent call last):
  File "/home/ktenney/work/download/leo-editor/leo/core/leoCommands.py",
line 386, in doCommand
    val = command(event)
  File "/home/ktenney/work/download/leo-editor/leo/core/leoCommands.py",
line 828, in minibufferCallback
    retval = function(keywords)
  File 
"/home/ktenney/work/download/leo-editor/leo/plugins/codewisecompleter.py",
line 194, in codewise_complete
    obj = m.group(1)
AttributeError: 'NoneType' object has no attribute 'group'

Thanks,
Kent
-- 
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