[Jython-users] Pydev and Pydev Extensions 1.0.6 release

Fabio Zadrozny fabiofz at gmail.com
Sat Jul 8 18:39:17 CEST 2006


Hi All,

Pydev and Pydev Extensions 1.0.6 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:
-----------------------------------------------------------------

- New Feature: Show hierarchy (F4) -- Still in a beta state (currently only
looks for subclasses on the same project).
- Analysis happens in a Thread, so, you should now always have the latest
parse without any halts (this happened only when the option was set to
analyze only on save).
- Class variable marked as error when self ommitted
- when an undefined import is found within a try..except ImportError, it
will not be reported.
- Allow changing the keybinding for activating the Interactive Console
(Ctrl+Enter)
- Added a simple text-search that looks for in all .py and .pyw files (will
be improved in the future to make a real python-like search).
- The keywords that match the 'simple' keywords completion do not show up.


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-announce-list/attachments/20060708/5890db20/attachment.html 


More information about the Python-announce-list mailing list