From 89b260739cf2578b89a64f3564109e598a6ac1a3 Mon Sep 17 00:00:00 2001 From: John Cortell Date: Fri, 9 Jan 2009 21:33:39 +0000 Subject: [PATCH] Fixed bugzilla 260595. Disable the Show Full Paths action when not applicable --- debug/org.eclipse.cdt.debug.ui/plugin.xml | 12 +++++ .../ui/actions/ShowFullPathsAction.java | 5 +- .../internal/ui/actions/ViewFilterAction.java | 54 +++++++++++++++++-- 3 files changed, 67 insertions(+), 4 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml index 33e1d82bee4..4d98862c063 100644 --- a/debug/org.eclipse.cdt.debug.ui/plugin.xml +++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml @@ -910,6 +910,12 @@ class="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction" menubarPath="cDebugActions" id="org.eclipse.cdt.debug.internal.ui.actions.ShowFullPathsAction"> + + + + + + + +