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 179221 - Search in keymap does not work
Summary: Search in keymap does not work
Status: RESOLVED DUPLICATE of bug 182598
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: David Strupl
URL:
Keywords:
: 182806 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-01-05 06:11 UTC by Jiri Prox
Modified: 2010-03-26 17:34 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
My log file with the requested logging flags set (471.97 KB, text/plain)
2010-03-25 16:46 UTC, Torbjorn Norbye
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2010-01-05 06:11:42 UTC
Product Version: NetBeans IDE Dev (Build 201001020201)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Linux version 2.6.31-16-generic running on i386; UTF-8; en_US (nb)

Search in keymap does not work. The tables is not filtered when entering action name or shortcut.
Comment 1 Jiri Prox 2010-01-05 06:18:01 UTC
strange, after restarting IDE it's working again
Comment 2 edburns 2010-01-20 18:40:29 UTC
I see this on Mac OS X as well.  This one seems pretty severe to me, and it's been around for a while.  I see it in the 201001190201 build.  Can we increase the priority?
Comment 3 Tomas Pavek 2010-03-23 16:02:30 UTC
Does not work for me either in current builds (seen it working a few times, mostly not).
Comment 4 David Strupl 2010-03-24 09:23:44 UTC
I have marked this as P3 and as not evaluated.
Comment 5 David Strupl 2010-03-25 14:56:13 UTC
I am not able to reproduce in the current build. Can someone who is able to reproduce run with the following in the etc/netbeans.conf

-J-Dorg.netbeans.modules.editor.settings.storage.keybindings.KeyMapsStorage.level=FINE
-J-Dorg.netbeans.modules.options.keymap.KeymapModel.level=FINE

and attach the output to this issue (and reopen if it still happens)? Also please check whether the options dialog have proper focus (e.g. by hitting Ctrl-Shift-F1 and attaching the AWT hierarchy dump from the console).

Thanks a lot, David
Comment 6 David Strupl 2010-03-25 16:35:57 UTC
*** Bug 182806 has been marked as a duplicate of this bug. ***
Comment 7 Torbjorn Norbye 2010-03-25 16:46:42 UTC
Created attachment 95844 [details]
My log file with the requested logging flags set

I can reproduce this with a build that is about two hours old, on the Mac.

The log shows what happens after I typed "del" in the text field. I then copied out the log.  Then I thought maybe the search was case sensitive, so I tried changing it to "Del", and then "Deb" (to see if it would match just the Debugging action I saw at the top of the list) but in both cases, the list is not updated.
Comment 8 Torbjorn Norbye 2010-03-25 16:47:03 UTC
Still happens here
Comment 9 Torbjorn Norbye 2010-03-25 17:56:18 UTC
Btw, I just tried and I get the same problem on Linux (Ubuntu) as well.
Comment 10 David Strupl 2010-03-25 21:02:58 UTC
I am trying to figure out the difference between your setup and mine. Can you please try to remove the ergonomics cluster and check whether it has any effect? (and start with empty user dir to get rid of the ergonomics caches and similar). Thanks for your time helping me to figure out what's wrong.
Comment 11 Vladimir Voskresensky 2010-03-25 21:18:32 UTC
David. I have seen the same issue on Solaris workstation, but I can not reproduce it on my Linux (Ubuntu) laptop, so probably it's really something with configurations, not OS specific.
Comment 12 David Strupl 2010-03-25 22:03:39 UTC
Can someone who can reproduce try to delete clusters in order to find out whether it is caused by some cluster? I will try to add clusters since I started using just the basic ones (ide, java --- no esoteric stuff like cnd, ergonomics, php or similar).
Comment 13 Torbjorn Norbye 2010-03-25 22:25:13 UTC
Yes! By deleting clusters (commenting them out in etc/netbeans.clusters) the keymap search begins working!   I first tried commenting out just ergonomics -- that did NOT do the trick. I then commented out absolutely everything else (from java on down) and that DID work. I'll try doing a binary search in the background to narrow it down to one particular cluster.
Comment 14 Torbjorn Norbye 2010-03-25 22:29:44 UTC
I narrowed it down -- it happens if and only if the "javafx" cluster is included.
Comment 15 David Strupl 2010-03-25 22:32:36 UTC
Thanks! I would not find this myself because even if I think about full IDE I omit javafx as it is not being in the main repo. Urgh - I will try to figure out what is wrong with the javafx modules. Thanks again - that was very very helpful finding.
Comment 16 Tomas Pavek 2010-03-26 13:22:47 UTC
Actually same cause as bug 182598.

*** This bug has been marked as a duplicate of bug 182598 ***
Comment 17 Torbjorn Norbye 2010-03-26 17:34:01 UTC
Yes, this is a duplicate of 182598 -- the patch for 182598 fixes this bug for me.