[Pydev-cvs] org.python.pydev Changes.txt,1.400,1.401
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-06-29 22:48:10
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2212 Modified Files: Changes.txt Log Message: Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.400 retrieving revision 1.401 diff -C2 -d -r1.400 -r1.401 *** Changes.txt 29 Jun 2008 22:45:28 -0000 1.400 --- Changes.txt 29 Jun 2008 22:48:18 -0000 1.401 *************** *** 4,7 **** --- 4,8 ---- <ul> <li><strong>Code Analysis</strong>: Not all unused imports are shown in the message anymore (could give problems saving workspace).</li> + <li><strong>Code Analysis</strong>: Fixed problem on double cycle in list comprehension.</li> </ul> *************** *** 9,13 **** <ul> <li><strong>Ctr+/</strong>: Changed to toggle comment (instead of only comment) -- patch from Christoph Pickl</li> ! <li><strong>Eclipse 3.2</strong>: Readded support for Eclipse 3.2 (mostly for Aptana support)</li> <li><strong>Eclipse 3.4</strong>: Hyperlinks working</li> </ul> --- 10,14 ---- <ul> <li><strong>Ctr+/</strong>: Changed to toggle comment (instead of only comment) -- patch from Christoph Pickl</li> ! <li><strong>Eclipse 3.2</strong>: Interactive console working / fixed some incompatibilities</li> <li><strong>Eclipse 3.4</strong>: Hyperlinks working</li> </ul> |