Fabio Zadrozny | 6 Apr 2012 20:37
Picon

PyDev 2.5.0 Released

Hi All,

PyDev 2.5.0 has been released

Details on PyDev: http://pydev.org
Details on its development: http://pydev.blogspot.com

Release Highlights:
-------------------------------

Django:

    Project wizard now properly supports Django 1.4.

Django with auto-reload:

    pydevd.patch_django_auto_reload() now properly patches Django 1.4 for
the remote debugger.
    pydevd.patch_django_auto_reload() now patches the Django reload to show
a console out of Eclipse so that Ctrl+C can be used.
    Created code template to pydevd.patch_django_auto_reload().

Interactive Console:

    The interactive console may be attached to the variables view (patch
from Jonah Graham). See:
http://pydev.org/manual_adv_interactive_console.html for details.
    Drag and Drop may be used to drag code from the editor to the
interactive console (patch from Jonah Graham).
    When starting an interactive console, a link to configure the
(Continue reading)


Gmane