Pydev and Pydev Extensions 1.2.4 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: analysis on imported modules do no longer give you errors on
    * classes that have __getattribute__ or __getattr__ overriden
    * assigns that are initially None
    * assigns to a function call and not a class definition

* Completions for parameters in a context-insensitive way, looking for all the methods/attributes declared in classes available to the project (after 3 chars)

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

* Completions for parameters based on the tokens that were defined for it in a given context
* Removed the default PyLint options, because its command-line interface changed (that was crashing PyLint in newer versions)
* Changed the grammar so that 'yield' is correctly parsed as an _expression_
* Giving better error message when external file is opened without any interpreter selected
* Icons for the builtins gotten on large libraries (such as wx -- it was optimized not to do that before)
* Adding jars relative to the project now works correctly
* Patched (Kovan): The debugger is now able to get the variables in a context when handling negative payloads


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