[Pydev-cvs] org.python.pydev Changes.txt,1.406,1.407
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-07-19 19:53:23
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28692 Modified Files: Changes.txt Log Message: - Improved code formatter to deal with operators (+, -, *, etc) - Improved code formatter to handle '=' differently inside function calls / keyword args Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.406 retrieving revision 1.407 diff -C2 -d -r1.406 -r1.407 *** Changes.txt 9 Jul 2008 19:11:34 -0000 1.406 --- Changes.txt 19 Jul 2008 19:53:31 -0000 1.407 *************** *** 17,20 **** --- 17,22 ---- <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> + <li>Improved code formatter to deal with operators (+, -, *, etc)</li> + <li>Improved code formatter to handle '=' differently inside function calls / keyword args</li> </ul> |