[Pydev-cvs] org.python.pydev Changes.txt,1.367,1.368
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-04-12 13:04:10
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31230 Modified Files: Changes.txt Log Message: Context information being shown for completions bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1939296&group_id=85796&atid=577329 Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.367 retrieving revision 1.368 diff -C2 -d -r1.367 -r1.368 *** Changes.txt 12 Apr 2008 12:08:00 -0000 1.367 --- Changes.txt 12 Apr 2008 13:04:09 -0000 1.368 *************** *** 4,7 **** --- 4,8 ---- <li>Bug fix for pydev package explorer when refreshed element parent was null</li> <li>Interactive console: help() works</li> + <li>Interactive console: context information showing in completions</li> after 1.3.14 |