Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4839236 By: fabioz
Hi Peter, That's something that became incompatible... Eclipse 3.3 provides a new API to provide the ctrl+click for plugins (which pydev did not use until 1.3.11). A bug was reported because not using that API had some problems when other plugins were used together (so, pydev was forced to upgrade to the new API). So, the choices you have are updating to the latest Eclipse...(pydev officially supports only eclipse 3.3 -- mostly because APIs tend to break at some point), using just F3 or keeping to an older version of pydev. 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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
