Hi All,<br><br>Pydev and Pydev Extensions 1.3.3 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 in Pydev Extensions:<br>-----------------------------------------------------------------
<br><br>* Quick-fix: When an import is added from the auto-import quick-fix, a code-analysis is requested right after it.<br>* Minor bugs fixed.<br><br>Release Highlights in Pydev:<br>----------------------------------------------
<br><br>* Performance: Optimizations in the code-completion structure.<br>* Debugger: Performance improvements (it will only actually trace contexts that have breakpoints -- it was doing that in a module context before).<br>
* Debugger: Step over correctly stops at the previous context.<br>* Debugger: Breakpoint labels correct when class/function name changes.<br>* Quick-Fix: Move import to global scope would not be correct if the last line was a multi-line import.
<br>* Outline: Syntax errors will show in the outline.<br>* Outline: Selection on import nodes is now correct.<br>* Outline: Link with editor created.<br>* Outline: Show in outline added to the pydev perspective.<br>* Find Previous Problem: action created (Ctrl+Shift+.).
<br>* Extract method refactoring: end line delimiters are gotten according to the document (it was previously fixed to \n).<br>* Extension-points: Documentation added for some of the extension points available.<br>* Perspective: The pydev package explorer has been set as the preferred browser in the pydev perspective.
<br><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>