[Pydev-cvs] org.python.pydev.debug plugin.xml,1.75,1.76
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-08-17 00:26:48
|
Update of /cvsroot/pydev/org.python.pydev.debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7013 Modified Files: plugin.xml 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: plugin.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/plugin.xml,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** plugin.xml 12 Apr 2008 19:51:14 -0000 1.75 --- plugin.xml 17 Aug 2008 00:26:56 -0000 1.76 *************** *** 232,236 **** <enablement> <with variable="selection"> - <count value="1"/> <iterate> <or> --- 232,235 ---- |