Pydev Changelog

What's new in Pydev 1.4.3

Feb 21, 2009
  • Interactive console The interpreter tbe used can be chosen
  • New modules can be created from templates
  • Interpreter configuration improved!
  • Environment variables can be specified for a given interpreter
  • Canceling operation now works correctly
  • Debugger:
  • Variables correctly gotten on Jython 2.1 / 2.2
  • Using globals as an union of original globals+locals sthat generator expressions can be evaluated
  • Breakpoints only opened on double-click (nlonger on select)
  • The project preferences are now applied even if the page tconfigure the project is not visible.
  • Jython 2.5b1 working (problem with sitecustomize)
  • Wrap paragraph fixed
  • Set comprehension working on Python 3.0 parsing
  • Find definition working when a module outside of the known pythonpath is found
  • Source folders were not properly found sometimes -- when workspace was not properly refreshed
  • Invalid modules could get in the memory
  • Getting the grammar version for a project could be wrong (and could loose its indexing at that time)
  • Multiple external zip files can be added at once tthe pythonpath
  • nonlocal added tkeywords
  • Fixed annoying problem where cursor was jumping when it shouldn't (outline)
  • Fixed problem where the breakpoint could be lost (now, playing safe and matching anything in the file if the context cannot be gotten)
  • Ctrl + 2 + --reindex can be used treindex all the opened projects if the indexing becomes corrupt
  • Changing nothing on project config and pressing OK nlonger reanalyzes the modules

New in Pydev 1.3.24 (Oct 29, 2008)

  • Code-completion: when a relative import was used from __init__ and the imported module used a token from the __init__ in a 'full' way, pydev did not recognize it
  • Debugger: Fixed debugger halting problem
  • Debugger and Jython: Debugger working with Jython (itertools and pid not available).