[Pydev-cvs] org.python.pydev Changes.txt,1.403,1.404
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-07-03 01:03:57
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28865 Modified Files: Changes.txt Log Message: Fixed problem when smart indent was off. Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.403 retrieving revision 1.404 diff -C2 -d -r1.403 -r1.404 *** Changes.txt 30 Jun 2008 00:29:06 -0000 1.403 --- Changes.txt 3 Jul 2008 01:04:04 -0000 1.404 *************** *** 14,17 **** --- 14,18 ---- <li><strong>raw_input() and input()</strong>: functions are now changed when a program is launched from eclipse to consider a trailing '\r'</li> <li><strong>Pydev package explorer</strong>: Link working with compare editor</li> + <li><strong>Auto-indent</strong>: Fixed problem when smart indent was turned off</li> </ul> |