LWN.net Logo

Pydev 1.3.20 released

From:  "Fabio Zadrozny" <fabiofz-AT-gmail.com>
To:  jython-users-AT-lists.sourceforge.net, pydev-announce-AT-lists.sourceforge.net, pydev-code-AT-lists.sourceforge.net, pydev-users-AT-lists.sourceforge.net, python-announce-list-AT-python.org, "python list" <python-list-AT-python.org>
Subject:  Pydev 1.3.20 Released
Date:  Fri, 22 Aug 2008 23:52:03 -0300
Message-ID:  <cfb578b20808221952k3d05bfcfx6c6544e14a41ac33@mail.gmail.com>

Hi All,

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

* Code Analysis: Show error if using token not defined in __all__ in wild
import.
* Search: Working with eclipse 3.4.


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

* Pydev Package Explorer: Editor-link does not remove focus from current
editor if it's already a match (bug when compare editor was opened)
* Pydev debugger: Showing set and frozenset contents
* Pydev debugger: Watch working in eclipse 3.4
* Pydev debugger: Breakpoint properties accept new lines and tabs
* Pydev debugger: Workaround for python bug when filenames don't have
absolute paths correctly generated
* Pydev code-completion: Wild import will only show tokens defined in
__all__ (if it's available)
* Interactive console: Fixed problem when more attempts to connect were
needed
* Interactive console: Fixed console integration problem with other plugins
because of interfaces not properly implemented
* Incremental find: Backspace works correctly
* Launch icons: Transparent background (thanks to Radim Kubacki)
* Code Formatter: Exponentials handled correctly
* Launching: Unit-test and code-coverage may launch multiple folders/files
at once
* Code coverage: Number format exception no longer given when trying to show
lines not executed in the editor and all lines are executed
* Auto-indent: Fixed issue when using tabs which could result in spaces
being added



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



(Log in to post comments)

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds