[Pydev-cvs] org.python.pydev Changes.txt,1.383,1.384
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-05-04 16:48:53
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29460 Modified Files: Changes.txt Log Message: Fixed recursion while completing in numpy situation where compiled file needed a later reference to a source. Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.383 retrieving revision 1.384 diff -C2 -d -r1.383 -r1.384 *** Changes.txt 3 May 2008 16:19:59 -0000 1.383 --- Changes.txt 4 May 2008 16:48:46 -0000 1.384 *************** *** 16,19 **** --- 16,20 ---- <li>Code completion: variables starting with '_' do not come in a wild import</li> <li>Code completion: can be requested for external files (containing system info)</li> + <li>Code completion: fixed recursion condition</li> <li>Debugger: Step over/Step return can now execute with untraced frames (much faster)</li> <li>Debugger: Problem when handling thread that had no context traced and was directly removed.</li> |