Update of /cvsroot/pydev/org.python.pydev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25407
Modified Files:
Changes.txt
Log Message:
Index: Changes.txt
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v
retrieving revision 1.378
retrieving revision 1.379
diff -C2 -d -r1.378 -r1.379
*** Changes.txt 2 May 2008 13:42:00 -0000 1.378
--- Changes.txt 2 May 2008 19:18:36 -0000 1.379
***************
*** 13,16 ****
--- 13,17 ----
<li>Interactive console: backspace will also delete the selected text</li>
<li>Code completion: calltips context info correctly made 'bold'</li>
+ <li>Code completion: variables starting with '_' do not come in a wild import</li>
<li>Debugger: Step over/Step return can now execute with untraced frames (much faster)</li>
<li>Debugger: Problem when handling thread that had no context traced and was directly removed.</li>
|