Hello thank you for this very interesting update.
IPython in eclipse is really useful.

In order to get this ruining on Eclipse (Helios - V3.6.2) on win-XP with 
python 2.6.2 I needed to run
   easy_install --upgrade pyreadline

FYI: The IPython console on the windows shell worked well without this 
but eclipse needed this upgrade.

Best regards
Georges Schutz

On 23/08/2011 15:36, Fabio Zadrozny wrote:
> Hi All,
>
> PyDev 2.2.2 has been released
>
> Details on PyDev: http://pydev.org
> Details on its development: http://pydev.blogspot.com
>
> Release Highlights:
> -------------------------------
>
> **IPython / Interactive console**
>
>      * IPython (0.10 or 0.11) is now used as the interactive console
> backend if PyDev can detect it in the PYTHONPATH.
>      * While waiting for the output of a command, intermediary results
> are printed in the console.
>      * ANSI color codes are supported in the interactive console.
>
> **Code Analysis**
>
>      * Reporting variables that shadow builtins as warnings.
>      * Fixed issue where __dict__ was not found.
>
> **Code completion**
>
>      * Aliases have a better treatment (i.e.: unittest.assertEqual will
> show the proper type/parameters).
>      * Improved support for analyzing function builtins where the
> return type is known (i.e.: open, str.split, etc).
>
> **Debugger**
>
>      * When doing a remote debug session, if the files cannot be found
> in the local filesystem, PyDev will ask for files in the remote
> debugger.
>
> **Editor**
>
>      * Files without extension that have a python shebang (e.g.:
> #!/usr/bin/python in the first line) are automatically opened with the
> PyDev editor (in the PyDev Package Explorer).
>
> **Django**
>
>      * When the shell command is used in the django custom commands,
> PyDev no longer uses 100% cpu while it doesn't complete.
>
> **Others**
>
>      * Fixed issue where the * operator was not properly formatted.
>      * When the quick outline dialog is deactivated, it's closed.
>      * Fixed heuristic for finding position for local import.
>      * Fixed compare editor issue with Eclipse 3.2.
>      * Fixed integration issue with latest PyLint.
>      * Fixed deadlock issue on app engine manage window.
>      * More options added to configure the automatic deletion of .pyc
> files (delete always, never delete, delete only on .py delete).
>
>
>
> What is PyDev?
> ---------------------------
>
> PyDev is a plugin that enables users to use Eclipse for Python, Jython
> and IronPython 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,
>



------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to