This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 252012

Summary: Find action shortcut doesn't work in Eclipse keymap profile
Product: platform Reporter: cezariusz <cezariusz>
Component: ActionsAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal CC: jis
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description cezariusz 2015-04-23 09:29:23 UTC
Product Version: NetBeans IDE Dev (Build 201504210001)
Java: 1.8.0_45; Java HotSpot(TM) 64-Bit Server VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b14
System: Windows 7 version 6.1 running on amd64; UTF-8; pl_PL (nb)

While using the profiler I didn't know how to find a particular method in the results. I've tried Ctrl+F, but it didn't work (I'm using the Eclipse profile for the keymap if it matters, but Ctrl+F works in the editor). Then I checked the local toolbar in the profiler window - also no search button there. Finally I've found out that there is a "Find" action in the context menu. Now I can see that "Find..." action from the "Edit" menu works here as well, but it has a "Find" shortcut - what is that? I don't have a "Find" key on my keyboard.

To make the long story short:
1. Make the Find shortcut (Ctrl+F) work in the profiler window.
2. Add a find button to the local profile toolbar.
Comment 1 Jiri Kovalsky 2015-04-23 09:52:32 UTC
Platform guys, can you please take a look at this problem? Thanks!
Comment 2 Jiri Sedlacek 2015-04-23 09:59:20 UTC
Please note: "Ctrl+F works in the editor" - actually not true, Ctrl+F doesn't work at all across the IDE. In editor it invokes Replace (should invoke Find), for example in Projects it doesn't invoke anything (should invoke Find in Projects).

Looks like there's a wrong "FIND" shortcut instead of "Ctrl+F" in Eclipse keymap, effectively disabling the Find action.