Keep TreeSpeedSearch visible after enter key

已回答

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?

0

Try overriding TreeSpeedSearch#processKeyEvent like in com.intellij.ide.actions.Switcher.SwitcherPanel.SwitcherSpeedSearch#processKeyEvent

0

请先登录再写评论。