[Pydev-cvs] org.python.pydev Changes.txt,1.410,1.411
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-07-31 01:47:30
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31519 Modified Files: Changes.txt 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: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.410 retrieving revision 1.411 diff -C2 -d -r1.410 -r1.411 *** Changes.txt 28 Jul 2008 15:53:31 -0000 1.410 --- Changes.txt 31 Jul 2008 01:47:37 -0000 1.411 *************** *** 5,8 **** --- 5,9 ---- <li><strong>Code Analysis</strong>: Not all unused imports are shown in the message anymore (could give problems saving workspace).</li> <li><strong>Code Analysis</strong>: Fixed problem on double cycle in list comprehension.</li> + <li><strong>Interpreter config</strong>: The initial parse of the modules is much faster.</li> </ul> *************** *** 12,15 **** --- 13,17 ---- <li><strong>Eclipse 3.2</strong>: Interactive console working / fixed some incompatibilities</li> <li><strong>Eclipse 3.4</strong>: Hyperlinks working</li> + <li><strong>Eclipse 3.4</strong>: Move / rename working</li> <li><strong>raw_input() and input()</strong>: functions are now changed when a program is launched from eclipse to consider a trailing '\r'</li> <li><strong>Pydev package explorer</strong>: Link working with compare editor</li> *************** *** 20,25 **** --- 22,31 ---- <li>Improved code formatter to handle '=' differently inside function calls / keyword args</li> <li>Applied patch that fixes race condition in PythonNatureStore (thanks to Radim Kubacki)</li> + <li>Applied patch that fixes race condition in PythonNature (thanks to Radim Kubacki)</li> <li>Fixed bug related to having multiple editors with the same file (while having the spell service on)</li> <li>Applying a template could have the wrong end line delimiter applied</li> + <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> </ul> |