Hi Fabio,
> I'll try over the weekend.
>
I've created a new implementation for listFilesForCompletion (had to
change a little bit of changePythonPath, too), and it seems to work here
locally, all modules are found regardless whether linked or not.
Now I'm testing a little bit, and found out the following does NOT work:
from xml.dom import minidom
doc = minidom.parse("test.xml")
e = doc. <-- no completion on "doc"
On the other hand, if I write
doc2 = minidom.Document()
code completion on doc2 works as expected.
Could this be related to my patch, or is it a general problem?
regards,
chris
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code