Community
Participate
Working Groups
Build Identifier: Currently, in order to cause the "Find/Replace Memory" dialog to appear you must use the Memory or Memory Browser view "Find/Replace ..." pull-down menu item. This request proposes adding a hot key/binding to the "Find/Replace" function, with the most obvious choice being CTRL/F. Reproducible: Always Steps to Reproduce: 1. Create and run the project of your choice. 2. Add the Memory or Memory Browser view if not already displayed 3. Use the view pull-down menu to display the "Find/Replace Memory" dialog box; dismiss it. 4. Note that there are no keyboard accelerators to invoke the dialog box.
Reassigning to CDT. The Find action is contributed by the org.eclipse.cdt.debug.ui.memorysearch plugin.
Created attachment 180320 [details] Patch for CTRL/F to bring up the Find/Replace dialog box for the Memory and Memory Browser Views This patch adds the ability for users to quickly pop up the Find/Replace dialog box using CTRL/F when focus is set to the Memory or Memory Browser views.
Hi Andre, Could you add the standard copyright notice to the new file: /******************************************************************************* * Copyright (c) 2010 Wind River Systems 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 * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Wind River Systems - initial API and implementation *******************************************************************************/
Created attachment 180331 [details] Standard copyright added Standard copyright added.
I'm taking this one. Randy
Created attachment 181124 [details] Update patch to put more checking in and use the same property set. Update patch to put more checking in and use the same property set. This makes it so no matter how you bring up the dialog it shows the same content.
Pawel I committed the fix to HEAD for CDT 8.0. Please review the changes. Thanks Randy
*** cdt cvs genie on behalf of rarohrba *** Bug 326965 - Added Ctrl+F functionality to bring up the Find/Replace dialog. Also fixed persistence issue with Context Sensitive entry. [*] FindAction.java 1.7 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/src/org/eclipse/cdt/debug/ui/memory/search/FindAction.java?root=Tools_Project&r1=1.6&r2=1.7 [*] FindReplaceDialog.java 1.9 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/src/org/eclipse/cdt/debug/ui/memory/search/FindReplaceDialog.java?root=Tools_Project&r1=1.8&r2=1.9 [+] FindReplaceHandler.java http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/src/org/eclipse/cdt/debug/ui/memory/search/FindReplaceHandler.java?root=Tools_Project&revision=1.1&view=markup [*] plugin.xml 1.6 http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt/memory/org.eclipse.cdt.debug.ui.memory.search/plugin.xml?root=Tools_Project&r1=1.5&r2=1.6