[Pydev-cvs] org.python.pydev.debug plugin.xml,1.19,1.20
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2004-10-18 19:13:26
|
Update of /cvsroot/pydev/org.python.pydev.debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5079 Modified Files: plugin.xml Log Message: Index: plugin.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.debug/plugin.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** plugin.xml 15 Oct 2004 19:53:28 -0000 1.19 --- plugin.xml 18 Oct 2004 19:13:15 -0000 1.20 *************** *** 4,8 **** id="org.python.pydev.debug" name="Pydev debug" ! version="0.6" provider-name="Aleks Totic" class="org.python.pydev.debug.core.PydevDebugPlugin"> --- 4,8 ---- id="org.python.pydev.debug" name="Pydev debug" ! version="0.6.2" provider-name="Aleks Totic" class="org.python.pydev.debug.core.PydevDebugPlugin"> *************** *** 134,138 **** </menu> <action ! label="Coverage many..." icon="icons/python.gif" tooltip="Make code coverage for many python files at once." --- 134,138 ---- </menu> <action ! label="Coverage subset..." icon="icons/python.gif" tooltip="Make code coverage for many python files at once." *************** *** 140,144 **** menubarPath="org.python.pydev.debug.WorkspaceMenu/group2" enablesFor="1" ! id="org.python.pydev.debug.PythonRunSubsetActionDelegate"> </action> </objectContribution> --- 140,153 ---- menubarPath="org.python.pydev.debug.WorkspaceMenu/group2" enablesFor="1" ! id="org.python.pydev.debug.PythonCoverageSubset"> ! </action> ! <action ! label="Run subset..." ! icon="icons/python.gif" ! tooltip="Run many python files at once." ! class="org.python.pydev.debug.ui.actions.PythonRunSubsetActionDelegate" ! menubarPath="org.python.pydev.debug.WorkspaceMenu/group2" ! enablesFor="1" ! id="org.python.pydev.debug.PythonRunSubset"> </action> </objectContribution> |