Pydev release 1.0.7

Fabio Zadrozny fabiofz at gmail.com
Mon May 22 16:42:19 EDT 2006


Hi All,

Pydev and Pydev Extensions 1.0.7 have been released

Check http://www.fabioz.com/pydev for details on Pydev Extensions

and http://pydev.sf.net for details on Pydev

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

- Mark Occurrences is able to highlight all the occurrences of some token in
a file (and is python-aware)
- Rename Occurrences is able to rename all the occurrences of some token in
a file (Ctrl+2+R)
- Hierarchy view is final (can now find children classes in referencing
modules)
- Remote debugger
      - Can redirect the output to the client (the signature for starting
the remote debugger became settrace(host='localhost', stdoutToServer =
False, stderrToServer = False))
      - Maps the locations from the server to the client even if they are
not in the same exact paths
- Force code-analysis in the current editor (Ctrl+2+C)


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

- Assign variables to attributes (Ctrl+2+a): Contributed by Joel Hedlund
(this is the first contribution using the new jython scripting engine).
- 3 minor 'quirks' were fixed in the indentation engine
- The debugger had some changes (so, if you had halts with it, please try it
again).
- Allow changing the keybinding for activating the Find next problem
(Ctrl+.)
- The debugger step-return had its behaviour changed.
- Additional scripts location added to pythonpath in the jython scripting
engine
- Transversal of nested references improved
- Fixed problems with compiled modules when they had 'nested' module
structures (e.g.: wx.glcanvas)


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060522/9d22bf8b/attachment.html>


More information about the Python-list mailing list