
Hi All, Pydev and Pydev Extensions 1.3.2 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: ----------------------------------------------------------------- * Fix: The vmargs in the interactive console are now only really passed to the jython process * Fix: Rename refactoring was not getting some references that mapped to imports initially (and not directly to classes or functions) * Fix: Mark Occurrences marks correctly the keyword parameters in referencing calls Release Highlights in Pydev: ---------------------------------------------- * Pydev Editor: If multiple editors are open for the same file, a parser is shared among them (which greatly improves the performance in this case) * Pydev Editor: Backspace is now indentation-aware (so, it'll try to dedent to legal levels) * Pydev Editor: sometimes the 'import' string was added when it shouldn't * Fix: Code-completion: case where a package shadows a .pyd is now controlled (this happened with mxDateTime.pyd) * Fix: Code-completion: recursion condition was wrongly detected * Fix: Code-completion: halting condition was found and removed * Fix: Project Config: if a closed project was referenced, no project was gathered for any operation (e.g.: code-completion) * Fix: The filter for showing only pydev projects is not active by default anymore 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
participants (1)
-
Fabio Zadrozny