[Pydev-cvs] org.python.pydev Changes.txt,1.395,1.396
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-06-15 21:04:54
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9203 Modified Files: Changes.txt Log Message: Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.395 retrieving revision 1.396 diff -C2 -d -r1.395 -r1.396 *** Changes.txt 15 Jun 2008 01:13:03 -0000 1.395 --- Changes.txt 15 Jun 2008 21:05:01 -0000 1.396 *************** *** 16,19 **** --- 16,20 ---- <li><strong>Cygwin</strong>: sys.executable in cygwin was not returning '.exe' in the end as it should.</li> <li><strong>Additional paths for PYTHONPATH</strong>: extension point allows plugins to contribute paths to the PYTHONPATH.</li> + <li><strong>Code-completion</strong>: typing '.' won't apply the selected completion, but will still request a new one with the current contents.</li> </ul> |