IDEA-128057 editor: consume shortcut for "next occurence" action even if there are nothing found
These are local actions and we don't want their shortcuts to trigger some other action while search field is in focus (even if they have nothing to do). We still want `update()` to mark actions as disabled on toolbar. Issue: * open "Commit Changes" dialog * type "some commit message in a commit message editor" * invoke search * search for "comm", iterate over occurrences using "Enter" * search for "comment", try to iterate over occurrences using "Enter" * Bug: Dialog is closed, changes are committed (action is disabled and "Enter" is passed to the outer dialog, invoking `doOkAction()`)
Showing
+6 -3
Please register or sign in to comment