icecoder/ICEcoder

Tweak find logic

Opened this issue · 0 comments

Some tweaks to make for more obvious/natural usage:

  • CTRL/Cmd + F should always focus on the find input field
  • If you have something selected in editor, it should not only set that in input field, but select that value also in input field.
  • Enter should go to the next occurence
  • Shift + Enter should go to the previous occurence (remove CTRL+G)
  • Escape should return to the editor