Update of /cvsroot/pydev/org.python.pydev/tests/pysrc2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31519/tests/pysrc2
Modified Files:
.cvsignore
Log Message:
<li>Fixed NPE when creating editor with no interpreter configured</li>
<li>Hyperlink works in the same way that F3 (saves file before search)</li>
<li>Fixed problem while navigating pydev package explorer ( https://sourceforge.net/tracker/index.php?func=detail&aid=2008015&group_id=85796&atid=577329 )</li>
<li>Applied patch that fixes race condition in PythonNature (thanks to Radim Kubacki)</li>
<li><strong>Eclipse 3.4</strong>: Move / rename working</li>
Index: .cvsignore
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/tests/pysrc2/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore 29 Jun 2006 12:15:34 -0000 1.1
--- .cvsignore 31 Jul 2008 01:47:37 -0000 1.2
***************
*** 1 ****
--- 1,4 ----
*.astdelta
+ indexcache
+ asthelper.completions
+ AdditionalProjectInterpreterInfo.pydevinfo
|