Hi All, Pydev and Pydev Extensions 1.3.22 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: Option to analyze only active editor * Code-analysis: works on case where imported module has same name of builtin. Release Highlights in Pydev: ---------------------------------------------- * Debugger: Pythonpath is the same in debug and regular modes (sys.path[0] is the same directory as the file run) * Debugger: Choices for paths not found are persisted * Code-completion: If __all__ is defined with runtime elements (and not only in a single assign statement), it's ignored for code-completion purposes * Code-completion: Works on case where imported module has same name of builtin * Editor: Cursor settings no longer overridden * Interpreter config: "email" automatically added to the "forced builtins" * Parser: Correctly recognizing absolute import with 3 or more levels * Syntax check: Option analyze only active editor * getpass.getpass: No longer halts when run from pydev (but will show the password being written) * Remove error markers: Context menu in folders to remove error markers created 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