Keep TreeSpeedSearch visible after enter key Follow
Answered
In my plugin I'm using a Tree and a TreeSpeedSearch for faster access to the elemts. The Tree has an InputMap, that triggers an action on typing enter. However, the TreeSpeedResult result is then closed. Is it possible to keep the search result open after the enter key was typed?
Please sign in to leave a comment.
Try overriding TreeSpeedSearch#processKeyEvent like in com.intellij.ide.actions.Switcher.SwitcherPanel.SwitcherSpeedSearch#processKeyEvent