[Pydev-cvs] org.python.pydev Changes.txt,1.405,1.406
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-07-09 19:11:29
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8517 Modified Files: Changes.txt Log Message: <li><strong>Console</strong>: When a parenthesis was being entered, the text to the end of the line was being deleted</li> Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.405 retrieving revision 1.406 diff -C2 -d -r1.405 -r1.406 *** Changes.txt 5 Jul 2008 19:42:06 -0000 1.405 --- Changes.txt 9 Jul 2008 19:11:34 -0000 1.406 *************** *** 16,19 **** --- 16,20 ---- <li><strong>Auto-indent</strong>: Fixed problem when smart indent was turned off</li> <li><strong>Debugger</strong>: Better inspection of internal variables for dict, list, tuple, set and frozenset</li> + <li><strong>Console</strong>: When a parenthesis was being entered, the text to the end of the line was being deleted</li> </ul> |