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>* Added refactoring support for rename (still BETA, so, don't forget to review your changes before applying them)<br> - Keybinding: Alt+Shift+R<br> - Supports preview<br> - 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> - Supports undo/redo in the workspace<br> - Rename class<br> - Rename method<br> - Rename attribute<br> - Rename imports<br> - Rename local variable<br>* Menu changes:<br> - Now the debug/navigate actions are all under a 'Pydev' menu
<br> - The pydev navigate action is now only initially shown in the pydev/debug perspective<br> - 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> - Filters for .pyc and .pyo files created<br> - Working set integration added (just available for Eclipse 3.2.1)<br> - Some minor bugs fixed<br>* Patch by Olof Wolgast: The 'create docstrings' assistant has more options (windows > preferences > pydev > code formatter > docstrings)
<br> - Option to choose between single and double quotes<br> - Option to create '@type' too and not only '@param'<br> - Option to skip creation of the @type tag for parameters starting with some prefix (if 'Custom' is chosen)
<br>* Block comments now have more options (windows > preferences > pydev > code formatter > block comments)<br> - Option to align single-line block comment to the left or right<br> - 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>