Update of /cvsroot/pydev/org.python.pydev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24486
Modified Files:
Changes.txt
Log Message:
Fixes in the package explorer: there was a case where the item was being re-created even if it was already created in the python model.
Index: Changes.txt
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v
retrieving revision 1.396
retrieving revision 1.397
diff -C2 -d -r1.396 -r1.397
*** Changes.txt 15 Jun 2008 21:05:01 -0000 1.396
--- Changes.txt 19 Jun 2008 15:29:46 -0000 1.397
***************
*** 14,20 ****
<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>
<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>
--- 14,21 ----
<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 of the executable 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>
+ <li><strong>Pydev Package Explorer</strong>: Problem while trying to show active editor on the pydev package explorer.</li>
</ul>
|