[Pydev-cvs] org.python.pydev Changes.txt,1.399,1.400
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-06-29 22:45:21
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1099 Modified Files: Changes.txt Log Message: Hyperlinks working for eclipse 3.4 Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.399 retrieving revision 1.400 diff -C2 -d -r1.399 -r1.400 *** Changes.txt 28 Jun 2008 12:35:38 -0000 1.399 --- Changes.txt 29 Jun 2008 22:45:28 -0000 1.400 *************** *** 1,8 **** --- 1,14 ---- after 1.3.18 + Pydev Extensions + <ul> + <li><strong>Code Analysis</strong>: Not all unused imports are shown in the message anymore (could give problems saving workspace).</li> + </ul> + Pydev <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> |