Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4195900 By: lianos
Hi, Sorry, there is now a .metadata/.plugins folder. I don't want to admit that I may have been so dumb as to not turn on the 'show hidden files switch' when running ls earlier, but that's probably the case since the .plugins folder is there .. anyway .. I'm attaching the PydevLog file to the ticket here: http://sourceforge.net/tracker/index.php?func=detail&aid=1676104&group_id=85796& atid=577329 (I had to cut down the attached log file since it was big (~14MBs) .. hopefully I didn't cut out anything useful -- I can generate it again if need be) As noted on the ticket, if I give PyDev a hint to the completion by starting it off with a letter, like: === import numpy as N myarray = N.o<ctrl-space> === PyDev/Eclipse doesn't hang and does its thing. Is it just the fact that numpy is a (very?) large package and trying to find every possible completion is taking so long? >From ipython, if I do: ==== import numpy as N N.<tab} ==== It asks if I really want to show all 498 possibilities (admittedly it's a lot), but still it manages to show them w/o a hiccup. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
