[Pydev-cvs] org.python.pydev Changes.txt,1.412,1.413
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-08-06 16:23:11
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26629 Modified Files: Changes.txt Log Message: - Refactoring the source locator - Linxing working with compare editor both ways Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.412 retrieving revision 1.413 diff -C2 -d -r1.412 -r1.413 *** Changes.txt 1 Aug 2008 01:42:22 -0000 1.412 --- Changes.txt 6 Aug 2008 16:23:19 -0000 1.413 *************** *** 1,2 **** --- 1,11 ---- + after 1.3.19 + + Pydev + <ul> + <li><strong>Pydev Package Explorer</strong>: Editor-link does not remove focus from current editor if it's already a match (bug when compare editor was opened)</li> + <li><strong>Pydev debugger</strong>: showing set and frozenset contents</li> + </ul> + + after 1.3.18 |