Update of /cvsroot/pydev/org.python.pydev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20136
Modified Files:
Changes.txt
Log Message:
Code-completion for external files.
https://sourceforge.net/tracker/index.php?func=detail&aid=1951796&group_id=85796&atid=577332
Index: Changes.txt
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v
retrieving revision 1.379
retrieving revision 1.380
diff -C2 -d -r1.379 -r1.380
*** Changes.txt 2 May 2008 19:18:36 -0000 1.379
--- Changes.txt 2 May 2008 23:24:14 -0000 1.380
***************
*** 14,17 ****
--- 14,18 ----
<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>Code completion: can be requested for external files (containing system info)</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>
|