[Pydev-cvs] org.python.pydev Changes.txt,1.380,1.381
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-05-03 13:20:08
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5960 Modified Files: Changes.txt Log Message: Interactive console: ESC does not close the console when in floating mode anymore Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.380 retrieving revision 1.381 diff -C2 -d -r1.380 -r1.381 *** Changes.txt 2 May 2008 23:24:14 -0000 1.380 --- Changes.txt 3 May 2008 13:20:11 -0000 1.381 *************** *** 12,15 **** --- 12,16 ---- <li>Interactive console: context information showing in completions</li> <li>Interactive console: backspace will also delete the selected text</li> + <li>Interactive console: ESC does not close the console when in floating mode anymore</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> |