[Pydev-cvs] org.python.pydev Changes.txt,1.391,1.392
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-05-12 15:36:34
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31046 Modified Files: Changes.txt Log Message: Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.391 retrieving revision 1.392 diff -C2 -d -r1.391 -r1.392 *** Changes.txt 12 May 2008 11:47:03 -0000 1.391 --- Changes.txt 12 May 2008 15:36:35 -0000 1.392 *************** *** 2,15 **** Pydev ! <li><strong>Pydev Package Explorer</strong>: projects that had the project folder in the pythonpath did not show children.</li> <li><strong>Debugger</strong>: Disable all works. Patch from: Oldrich Jedlicka</li> ! <li><strong>Debugger</strong>: Problem when making a step return</li> <li><strong>Code-completion</strong>: Working for attributes found in a superclass imported with a relative import</li> Patches from Felix Schwarz: ! [Patch] Add missing variables to TestDependent templates ! [PATCH] Allow to configure an interpreter even if the workspace path name contains spaces ! [PATCH] completion server does not work when the eclipse directory contains spaces ! [PATCH] Fix deletion of resources in PyDev package explorer after 1.3.15 --- 2,17 ---- Pydev ! <li><strong>Pydev Package Explorer</strong>: projects that had the project folder in the pythonpath did not show children items correctly.</li> <li><strong>Debugger</strong>: Disable all works. Patch from: Oldrich Jedlicka</li> ! <li><strong>Debugger</strong>: Problem when making a step return / step over</li> <li><strong>Code-completion</strong>: Working for attributes found in a superclass imported with a relative import</li> + <ul> Patches from Felix Schwarz: ! <li>Allow to configure an interpreter even if the workspace path name contains spaces</li> ! <li>Completion server does not work when the eclipse directory contains spaces</li> ! <li>Fix deletion of resources in pydev package explorer in Eclipse 3.4</li> ! </ul> ! after 1.3.15 |