[Pydev-cvs] org.python.pydev Changes.txt,1.370,1.371
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-04-12 19:09:51
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7220 Modified Files: Changes.txt Log Message: Launching: F9 will reuse an existing launch instead of creating a new one every time Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.370 retrieving revision 1.371 diff -C2 -d -r1.370 -r1.371 *** Changes.txt 12 Apr 2008 18:09:15 -0000 1.370 --- Changes.txt 12 Apr 2008 19:09:43 -0000 1.371 *************** *** 8,11 **** --- 8,12 ---- <li>Code completion: calltips context info correctly made 'bold'</li> <li>Debugger: Step over/Step return can now execute with untraced frames (much faster)</li> + <li>Launching: F9 will reuse an existing launch instead of creating a new one every time</li> after 1.3.14 |