[Pydev-cvs] org.python.pydev Changes.txt,1.394,1.395
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-06-15 01:12:57
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30223 Modified Files: Changes.txt Log Message: Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.394 retrieving revision 1.395 diff -C2 -d -r1.394 -r1.395 *** Changes.txt 14 Jun 2008 22:14:57 -0000 1.394 --- Changes.txt 15 Jun 2008 01:13:03 -0000 1.395 *************** *** 14,17 **** --- 14,19 ---- <li><strong>Executing external programs</strong>: Using Runtime.exec(String[] cmdargs) instead of the version accepting only a string.</li> <li><strong>Organize Imports (ctrl+shift+O)</strong>: Imports can be grouped.</li> + <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> </ul> |