| Summary: | Enhancement request: Add a hot key for the Find/Replace function for the memory views | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Andre St. Laurent <st.laurent> |
| Component: | cdt-memory | Assignee: | Randy Rohrbach <Randy.Rohrbach> |
| Status: | RESOLVED FIXED | QA Contact: | Ted Williams <ted> |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | pawel.1.piech, pwebster, Randy.Rohrbach, remy.suen |
| Version: | 8.0 | Flags: | Randy.Rohrbach:
review?
(pawel.1.piech) |
| Target Milestone: | 8.0 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Attachments: | |||
|
Description
Andre St. Laurent
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 |