From 5d0919faf7157ae7b386174a503892a029e49b61 Mon Sep 17 00:00:00 2001 From: cperkonig Date: Sat, 27 Mar 2004 18:39:42 +0000 Subject: [PATCH] Eclipse 3.x compatible; --- net.sourceforge.phpeclipse.debug.core/plugin.xml | 7 ++++ .../plugin.properties | 7 +++- net.sourceforge.phpeclipse.debug.ui/plugin.xml | 34 +++++++++++++++++++- net.sourceforge.phpeclipse.launching/plugin.xml | 7 ++++ 4 files changed, 53 insertions(+), 2 deletions(-) diff --git a/net.sourceforge.phpeclipse.debug.core/plugin.xml b/net.sourceforge.phpeclipse.debug.core/plugin.xml index f2a5952..46e6b66 100644 --- a/net.sourceforge.phpeclipse.debug.core/plugin.xml +++ b/net.sourceforge.phpeclipse.debug.core/plugin.xml @@ -1,4 +1,5 @@ + + + + + + + diff --git a/net.sourceforge.phpeclipse.debug.ui/plugin.properties b/net.sourceforge.phpeclipse.debug.ui/plugin.properties index d74728d..6b3b861 100644 --- a/net.sourceforge.phpeclipse.debug.ui/plugin.properties +++ b/net.sourceforge.phpeclipse.debug.ui/plugin.properties @@ -9,4 +9,9 @@ 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 +GlobalManageBreakpointAction.label=Add/Remove Brea&kpoint (PHP) + +Context.Debugging.name=Debugging PHP +Context.Debugging.description=Debugging PHP-Scripts +DebugHover.description=Shows the value of the selected variable. +DebugHover.label=debug variable hover \ 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 c32d3b7..deb23ed 100644 --- a/net.sourceforge.phpeclipse.debug.ui/plugin.xml +++ b/net.sourceforge.phpeclipse.debug.ui/plugin.xml @@ -1,4 +1,5 @@ + + + + + + + @@ -91,7 +98,7 @@ + point="org.eclipse.ui.ide.markerImageProviders"> + + + + + + + + + + + + diff --git a/net.sourceforge.phpeclipse.launching/plugin.xml b/net.sourceforge.phpeclipse.launching/plugin.xml index f4a8503..da280ef 100644 --- a/net.sourceforge.phpeclipse.launching/plugin.xml +++ b/net.sourceforge.phpeclipse.launching/plugin.xml @@ -1,4 +1,5 @@ + + + + + + + -- 1.7.1