DrPython - auto complete

jas codecraig at gmail.com
Wed Oct 26 10:31:00 EDT 2005


Hi,
  I just started to use DrPython and I have installed the
CodeCompletion plugin.  I am using DrPython 161 (on windows) with
wxPython 2.6.1.  Anyhow, when I try something like

x = []
x.

...it pops up "x.filename", "x.prepend" and "x.word".  Shouldn't it
show "x.append", "x.pop", etc?

Just curious if anyone else uses this and has this problem.  Or maybe
the code completion doesn't work like I expect.




More information about the Python-list mailing list