Skip to content

v0.19.15

Compare
Choose a tag to compare
@tshino tshino released this 10 May 02:15
· 102 commits to master since this release

What's Changed

  • 新規:
    • Searchビューで使えるVZ風キーを強化しました。 #254
      • 入力欄にフォーカスがあるときに CTRL+M で検索を(再)実行できるようにしました。
  • 改善:
    • エディタやリストビュー以外の場所で意図せず CTRL+X が「切り取り」になる問題を修正。 #249
    • エディタやリストビュー以外の場所で意図せず CTRL+M が「Tabフォーカス移動のトグル」になる問題を修正。 #253
  • New:
    • Added more vz-style keys support in Search viewlet. #254
      • Ctrl+M to execute the search or to refresh search results.
  • Improved:
    • Fixed: pressing Ctrl+X outside of editors or list/tree views causes unintended invocation of editor.action.clipboardCutAction command. #249
    • Fixed: pressing Ctrl+M outside of editors or list/tree views causes unintended invocation of editor.action.toggleTabFocusMode command. #253

Full Changelog: v0.19.14...v0.19.15