Hi All,

Pydev and Pydev Extensions 1.2.6 have been released

Details on Pydev Extensions: http://www.fabioz.com/pydev
Details on Pydev: http://pydev.sf.net
Details on its development: http://pydev.blogspot.com

Release Highlights in Pydev Extensions:
-----------------------------------------------------------------

*  Added refactoring support for rename (still BETA, so, don't forget to
review your changes before applying them)
     - Keybinding: Alt+Shift+R
     - Supports preview
     - Integrated in the editor (but not in the package explorer, so, it
can rename a module, but only through an import to that module)
     - Supports undo/redo in the workspace
     - Rename class
     - Rename method
     - Rename attribute
     - Rename imports
     - Rename local variable
* Menu changes:
     - Now the debug/navigate actions are all under a 'Pydev' menu
     - The pydev navigate action is now only initially shown in the
pydev/debug perspective
     - The pydev remote debugging actions are now only initially shown in
the debug perspective
* Fix: code analysis problem when working with nested list-comprehensions
* Fix: go to definition sometimes failed to find module definitions


Release Highlights in Pydev:
----------------------------------------------

* Pydev package explorer (Still BETA, so, use it with care -- the navigator
is still the preferred way of browsing your project)
     - Filters for .pyc and .pyo files created
     - Working set integration added (just available for Eclipse 3.2.1)
     - Some minor bugs fixed
* Patch by Olof Wolgast: The 'create docstrings' assistant has more options
(windows > preferences > pydev > code formatter > docstrings)
     - Option to choose between single and double quotes
     - Option to create '@type' too and not only '@param'
     - Option to skip creation of the @type tag for parameters starting
with some prefix (if 'Custom' is chosen)
* Block comments now have more options (windows > preferences > pydev > code
formatter > block comments)
     - Option to align single-line block comment to the left or right
     - Option to put class name above class if applied on a class
definition
* Fix: Multi-line Templates indent correctly
* Fix: When a file from a project that was deleted was still opened inside
pydev, Eclipse would not start-up correctly
* Fix: When a different interpreter is chosen in the run dialog, the
pythonpath is correctly gotten
* Fix: when Pydev was started, it would re-save the .pydevproject file even
if no change was done
* Fix: When tab width was set to 0 it could halt the editor (now if 0 is
set, 4 is assumed)
* Grammar Patch by Ueli Kistler, Dennis Hunziker




What is PyDev?
---------------------------

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.


Cheers,

--
Fabio Zadrozny
------------------------------------------------------
Software Developer

ESSS - Engineering Simulation and Scientific Software
http://www.esss.com.br

Pydev Extensions
http://www.fabioz.com/pydev

Pydev - Python Development Enviroment for Eclipse
http://pydev.sf.net
http://pydev.blogspot.com
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to