From 34675589a3062e193f29ccea8e4abddf17683a9f Mon Sep 17 00:00:00 2001 From: cperkonig Date: Sun, 29 Feb 2004 18:37:19 +0000 Subject: [PATCH] added new action for breakpoint --- .../plugin.properties | 7 +++- net.sourceforge.phpeclipse.debug.ui/plugin.xml | 42 ++++++++++++++++---- 2 files changed, 40 insertions(+), 9 deletions(-) diff --git a/net.sourceforge.phpeclipse.debug.ui/plugin.properties b/net.sourceforge.phpeclipse.debug.ui/plugin.properties index 0882208..d74728d 100644 --- a/net.sourceforge.phpeclipse.debug.ui/plugin.properties +++ b/net.sourceforge.phpeclipse.debug.ui/plugin.properties @@ -4,4 +4,9 @@ Plugin.name=PHPEclipse Debug UI PreferencePage.PHPBase.name=PHP PreferencePage.PHPInterpreter.name=Installed Interpreters -LaunchShortcut.PHP.label=PHP Application \ No newline at end of file +LaunchShortcut.PHP.label=PHP Application + +DebugActionSet.label=PHP Debug +RunMenu.label=&Run + +GlobalManageBreakpointAction.label=Add/Remove Brea&kpoint (PHP) \ No newline at end of file diff --git a/net.sourceforge.phpeclipse.debug.ui/plugin.xml b/net.sourceforge.phpeclipse.debug.ui/plugin.xml index 95ee9dd..c32d3b7 100644 --- a/net.sourceforge.phpeclipse.debug.ui/plugin.xml +++ b/net.sourceforge.phpeclipse.debug.ui/plugin.xml @@ -22,6 +22,7 @@ + @@ -45,13 +46,14 @@ - + + name="PHPSourceLocator" + class="net.sourceforge.phpdt.internal.debug.ui.PHPSourceLocator" + id="net.sourceforge.phpdt.debug.ui.PHPSourceLocator"> + - @@ -88,10 +90,34 @@ - - + + icon="icons/obj16/brkp_obj.gif" + id="net.sourceforge.phpeclipse.debug.core.PHPLineBreakpointMarkerProvider"> + + + + + + + + + + + -- 1.7.1