Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4233350 By: fabioz
Actually, this is because pydev is not able to parse that correctly... The heuristic is: 1. try to parse it as it is (which would fail in both cases) 2. try to replace the current line for a 'pass' (which fails in the second case, but works in the 1st) There are some other heuristics too, but this is the 'main' one, and that's the reason it's failing. I believe there is already a feature-request for making the pydev parser more fault-tolerant... but you can also help the parser by adding some char after 'MyValues' and then requesting the completion. Cheers, Fabio ______________________________________________________________________ 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
