Hi All,<br><br>Pydev and Pydev Extensions 1.2.6 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>*&nbsp;&nbsp;Added refactoring support for rename (still BETA, so, don&#39;t forget to review your changes before applying them)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Keybinding: Alt+Shift+R<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Supports preview<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Integrated in the editor (but not in the package explorer, so, it can rename a module, but only through an import to that module)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Supports undo/redo in the workspace<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Rename class<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Rename method<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Rename attribute<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Rename imports<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Rename local variable<br>* Menu changes:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Now the debug/navigate actions are all under a &#39;Pydev&#39; menu
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- The pydev navigate action is now only initially shown in the pydev/debug perspective<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- The pydev remote debugging actions are now only initially shown in the debug perspective<br>* Fix: code analysis problem when working with nested list-comprehensions
<br>* Fix: go to definition sometimes failed to find module definitions<br><br><br>Release Highlights in Pydev:<br>----------------------------------------------<br><br>* Pydev package explorer (Still BETA, so, use it with care -- the navigator is still the preferred way of browsing your project)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Filters for .pyc and .pyo files created<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Working set integration added (just available for Eclipse 3.2.1)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Some minor bugs fixed<br>* Patch by Olof Wolgast: The &#39;create docstrings&#39; assistant has more options (windows &gt; preferences &gt; pydev &gt; code formatter &gt; docstrings)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Option to choose between single and double quotes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Option to create &#39;@type&#39; too and not only &#39;@param&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Option to skip creation of the @type tag for parameters starting with some prefix (if &#39;Custom&#39; is chosen)
<br>* Block comments now have more options (windows &gt; preferences &gt; pydev &gt; code formatter &gt; block comments)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Option to align single-line block comment to the left or right<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- Option to put class name above class if applied on a class definition
<br>* Fix: Multi-line Templates indent correctly<br>* Fix: When a file from a project that was deleted was still opened inside pydev, Eclipse would not start-up correctly<br>* Fix: When a different interpreter is chosen in the run dialog, the pythonpath is correctly gotten
<br>* Fix: when Pydev was started, it would re-save the .pydevproject file even if no change was done<br>* Fix: When tab width was set to 0 it could halt the editor (now if 0 is set, 4 is assumed)<br>* Grammar Patch by Ueli Kistler, Dennis Hunziker
<br><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>