Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

IntelliJ IDEA 13 has the new Search Anywhere feature. It sounds like it might be useful, but so far it just gets in the way. It's mapped to some kind of magical shift-based shortcut, and it comes up every time I try to shift-click to select text. When this happens, the pop-up flickers and gets into some stuck state, so the only way to get rid of it is to click in the editor pane, which of course loses the selection.

I call the shortcut "magical" because the Search Everywhere action appears in the SettingsKeymap list with no mapping, so I can't remove this mapping the usual way. Searching the dialog for search gives no relevant results.

How can I disable this buggy feature until it's ready for production use, and get back the ability to select text?

question from:https://stackoverflow.com/questions/20542053/how-do-i-disable-the-search-everywhere-shortcut

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
433 views
Welcome To Ask or Share your Answers For Others

1 Answer

To disable the "Search everywhere" feature, you need to invoke "Go to action" (Ctrl+Shift+A), then type "Registry...".

enter image description here

Scroll down to "ide.suppress.double.click.handler" and check the box.

enter image description here

Source: https://youtrack.jetbrains.com/issue/IDEA-161094


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...