From ee31cb921d6a6d6fe2919fd461b45f7d067bf9ab Mon Sep 17 00:00:00 2001 From: Alvaro Sanchez-Leon Date: Fri, 24 Jul 2015 15:13:20 -0400 Subject: [PATCH] Bug 473536 - [memory] Add a Find-Replace menu option to the memory view Change-Id: I0adfae1c9bf0b65408c9a8e6230d5be14b728650 --- .../ui/memory/memorybrowser/MemoryBrowser.java | 6 +++--- .../plugin.xml | 17 ++++++++++++++++- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/src/org/eclipse/cdt/debug/ui/memory/memorybrowser/MemoryBrowser.java b/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/src/org/eclipse/cdt/debug/ui/memory/memorybrowser/MemoryBrowser.java index 24af992b3af..17fb6016749 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/src/org/eclipse/cdt/debug/ui/memory/memorybrowser/MemoryBrowser.java +++ b/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/src/org/eclipse/cdt/debug/ui/memory/memorybrowser/MemoryBrowser.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2009, 2010 Wind River Systems, Inc. and others. + * Copyright (c) 2009, 2015 Wind River Systems, Inc. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -123,7 +123,7 @@ import org.eclipse.ui.progress.WorkbenchJob; * */ -@SuppressWarnings("restriction") /* Debug Platform's Flexibile hierarchy is still provisional */ +@SuppressWarnings("restriction") /* Debug Platform's Flexible hierarchy is still provisional */ public class MemoryBrowser extends ViewPart implements IDebugContextListener, IMemoryRenderingSite, IDebugEventSetListener, IMemoryBrowser { @@ -870,7 +870,7 @@ public class MemoryBrowser extends ViewPart implements IDebugContextListener, IM } public String getId() { - return "???"; //$NON-NLS-1$ + return ID; } public String getLabel() { diff --git a/memory/org.eclipse.cdt.debug.ui.memory.search/plugin.xml b/memory/org.eclipse.cdt.debug.ui.memory.search/plugin.xml index fa52bcdcce5..f7ffa8f025b 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory.search/plugin.xml +++ b/memory/org.eclipse.cdt.debug.ui.memory.search/plugin.xml @@ -82,7 +82,22 @@ - + + + + + + + + + +