Hi All,<br><br>Pydev and Pydev Extensions 1.3.7 have been released<br><br>Details on Pydev Extensions: <a href="http://www.fabioz.com/pydev">http://www.fabioz.com/pydev</a><br>Details on Pydev: <a href="http://pydev.sf.net">
http://pydev.sf.net</a> <br>Details on its development: <a href="http://pydev.blogspot.com">http://pydev.blogspot.com</a><br><br>Release Highlights:<br>----------------------------------------------<br><br>* Support for Eclipse 
3.3<br>* Bug Fix: Interpreter modules not correctly set/persisted after specifying interpreter (so, the builtins and other system libraries would not be available in completions).<br>* Mylyn integration.<br>* Open With Pydev: does not appear for containers anymore.
<br>* Code-completion:<br>  The folowing cases are now considered in code-completion to discover the type of a variable:<br>      o Type/Interface checking: (note that 'assert' is required) assert isinstance(obj, Interface) -- default from python
<br>      o assert Interface.implementedBy(obj) -- zope<br>      o assert IsImplementation(obj, Interface) -- custom request<br>      o assert IsInterfaceDeclared(obj, Interface) -- custom request<br>      o Factory methods a = adapt(obj, Interface) -- pyprotocols
<br>      o a = obj.GetAdapter(Interface) -- custom request<br>      o a = obj.get_adapter(Interface) -- custom request<br>      o a = GetSingleton(Interface) -- custom request<br>      o a = GetImplementation(Interface) -- custom request
<br><br><br>What is PyDev?<br>---------------------------<br><br>PyDev is a plugin that enables users to use Eclipse for Python and Jython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others.
<br><br><br>Cheers,<br><br>-- <br>Fabio Zadrozny<br>------------------------------------------------------<br>Software Developer<br><br>ESSS - Engineering Simulation and Scientific Software<br><a href="http://www.esss.com.br">
http://www.esss.com.br</a><br><br>Pydev Extensions<br><a href="http://www.fabioz.com/pydev">http://www.fabioz.com/pydev</a><br><br>Pydev - Python Development Enviroment for Eclipse<br><a href="http://pydev.sf.net">http://pydev.sf.net
</a><br><a href="http://pydev.blogspot.com">http://pydev.blogspot.com</a>