
Hi All,
PyDev - Python IDE (Python Development Enviroment for Eclipse) version 1.0 has been released.
Check the homepage (http://pydev.sourceforge.net/) for more details.
Details for Release: 1.0
Yeap, that's right, Pydev has reached its 'adulthood', so... enjoy it!
Major highlights: -----------------------
* High-speed Debugger (on par with the best debuggers available) * Debugger now gets the variables 'on-demand' * The variables returned for jython are much more complete * Wizard to create new project has option for creating a default 'src' folder (and add it to the pythonpath). * The create new python module and new python package have been reviewed (you can still use the regular ones, but the new ones are really reccommended -- also it will help in making sure you have your pythonpath correctly configured!). * Create new source folder option added. * Pylint can now give the output to the console (configurable). * Pylint 0.9.0 tested * Pylint errors now show in the hover * The Pydev perspective was changed (so, please, close the current and ro-open it) * Templates were added for the keywords * Keybindings were added to run the current editor as python (F9) or as jython (Ctrl+F9). Those are customizable in the 'keys' preferences * And many other bug-fixes as usual
Cheers,
Fabio