Pydev and Pydev Extensions 1.2.4 have been released<br>
<br>
Details on Pydev Extensions: <a href="http://www.fabioz.com/pydev">http://www.fabioz.com/pydev</a><br>
Details on Pydev: <a href="http://pydev.sf.net">http://pydev.sf.net</a> <br>
Details on its development: <a href="http://pydev.blogspot.com">http://pydev.blogspot.com</a><br>
<br>
Release Highlights in Pydev Extensions:<br>
-----------------------------------------------------------------<br>
<br>
* Code analysis: analysis on imported modules do no longer give you errors on<br>
&nbsp;&nbsp;&nbsp; * classes that have __getattribute__ or __getattr__ overriden<br>
&nbsp;&nbsp;&nbsp; * assigns that are initially None<br>
&nbsp;&nbsp;&nbsp; * assigns to a function call and not a class definition<br>
<br>
* Completions for parameters in a context-insensitive way, looking for
all the methods/attributes declared in classes available to the project
(after 3 chars)<br>
<br>
Release Highlights in Pydev:<br>
----------------------------------------------<br>
<br>
* Completions for parameters based on the tokens that were defined for it in a given context<br>
* Removed the default PyLint options, because its command-line interface changed (that was crashing PyLint in newer versions)<br>
* Changed the grammar so that 'yield' is correctly parsed as an expression<br>
* Giving better error message when external file is opened without any interpreter selected<br>
* Icons for the builtins gotten on large libraries (such as wx -- it was optimized not to do that before)<br>
* Adding jars relative to the project now works correctly<br>
* Patched (Kovan): The debugger is now able to get the variables in a context when handling negative payloads<br>
<br>
<br>
What is PyDev?<br>
---------------------------<br>
<br>
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.<br>
<br>
<br>
Cheers,<br>
<br>
-- <br>
Fabio Zadrozny<br>
------------------------------------------------------<br>
Software Developer<br>
<br>
ESSS - Engineering Simulation and Scientific Software<br>
<a href="http://www.esss.com.br">http://www.esss.com.br</a><br>
<br>
Pydev Extensions<br>
<a href="http://www.fabioz.com/pydev">http://www.fabioz.com/pydev</a><br>
<br>
Pydev - Python Development Enviroment for Eclipse<br>
<a href="http://pydev.sf.net">http://pydev.sf.net</a><br>
<a href="http://pydev.blogspot.com">http://pydev.blogspot.com</a>