[Pydev-cvs] org.python.pydev Changes.txt,1.414,1.415
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-08-17 00:26:39
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6943 Modified Files: Changes.txt Log Message: <li><strong>Pydev debugger</strong>Workaround for python bug when filenames don't have absolute paths correctly generated</li> <li><strong>Pydev code-completion</strong>Wild import will only show tokens defined in __all__ (if it's available)</li> <li><strong>Interactive console</strong>: Fixed problem when more attempts to connect were needed</li> <li><strong>Interactive console</strong>Fixed console integration problem with other plugins because of interfaces not properly implemented</li> <li><strong>Code Formatter</strong>: Exponentials handled correctly</li> <li><strong>Launching</strong>: Unit-test and code-coverage may launch multiple folders/files at once</li> <li><strong>Code coverage</strong>: Number format exception no longer given when trying to show lines not executed in the editor and all lines are executed</li> Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.414 retrieving revision 1.415 diff -C2 -d -r1.414 -r1.415 *** Changes.txt 13 Aug 2008 21:12:15 -0000 1.414 --- Changes.txt 17 Aug 2008 00:26:46 -0000 1.415 *************** *** 1,4 **** --- 1,10 ---- after 1.3.19 + Pydev Extensions + + <ul> + <li><strong>Code Analysis</strong>: Show error if using token not defined in __all__ in wild import.</li> + </ul> + Pydev <ul> *************** *** 7,13 **** <li><strong>Pydev debugger</strong>: watch working in eclipse 3.4</li> <li><strong>Pydev debugger</strong>: breakpoint properties accept new lines and tabs</li> ! <li><strong>Incremental find</strong>: backspace works correctly</li> <li><strong>Interactive console</strong>: Fixed problem when more attempts to connect were needed</li> <li><strong>Launch icons</strong>: Transparent background (thanks to Radim Kubacki)</li> </ul> --- 13,25 ---- <li><strong>Pydev debugger</strong>: watch working in eclipse 3.4</li> <li><strong>Pydev debugger</strong>: breakpoint properties accept new lines and tabs</li> ! <li><strong>Pydev debugger</strong>Workaround for python bug when filenames don't have absolute paths correctly generated</li> ! <li><strong>Pydev code-completion</strong>Wild import will only show tokens defined in __all__ (if it's available)</li> <li><strong>Interactive console</strong>: Fixed problem when more attempts to connect were needed</li> + <li><strong>Interactive console</strong>Fixed console integration problem with other plugins because of interfaces not properly implemented</li> + <li><strong>Incremental find</strong>: backspace works correctly</li> <li><strong>Launch icons</strong>: Transparent background (thanks to Radim Kubacki)</li> + <li><strong>Code Formatter</strong>: Exponentials handled correctly</li> + <li><strong>Launching</strong>: Unit-test and code-coverage may launch multiple folders/files at once</li> + <li><strong>Code coverage</strong>: Number format exception no longer given when trying to show lines not executed in the editor and all lines are executed</li> </ul> |