[Pydev-code] Pydev and Pydev Extensions 1.0.4 release
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2006-04-03 13:39:27
|
Hi All, Pydev and Pydev Extensions 1.0.4 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: ----------------------------------------------------------------- - Interactive Console binded to the Pydev Editor - Bug-fixes Release Highlights in Pydev: ---------------------------------------------- - Added jython scripting - Added an 'easy' way to bind actions after Ctrl+2 (to make scripting easier) - Added a way to list things binded with Ctrl+2 (To see: Ctrl+2+help) - Added a 'go to next problem' with jython scripting capabilities, as a first example on how to script Pydev with Jython (Ctrl+.) - A brand new indentation engine is available: * Does not try to make different indentations inside multilines * Does not try to add spaces to make smart-indent when in only tabs mod= e * Indents correctly after opening some bracket or after closing some bracket * Indents to 'expected level' when hitting tab - Fixed bug: syntax error described instead of throwing an error - Profiled Pydev (not that much, but still, I hope you'll be able to 'feel' it) - Fixed bug: the pythonpath was not added when additional environment variables where specified - And as always, other bugs have been fixed 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 man= y 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 |