Skip to content

Releases: tshino/vscode-vz-like-keymap

v0.19.7

27 Jun 17:48
d9b5578
Compare
Choose a tag to compare

What's Changed

  • 新規:
    • Interactive Playgroundページのスクロール操作に対応しました。 #171
      • CTRL+E, CTRL+X, CTRL+R, CTRL+C でスクロール。
      • これらは設定の 'Vz Keymap: Interactive Playground Keys' で有効化できます。デフォルトで有効です。
    • Editor Hover領域のスクロール操作に対応しました。 #172
      • CTRL+E, CTRL+X, CTRL+S, CTRL+D, CTRL+R, CTRL+C, CTRL+Q R, CTRL+Q C でスクロール。
      • これらは設定の 'Vz Keymap: Editor Hover Keys' で有効化できます。デフォルトで有効です。
  • 修正:
    • Settings画面で使うキー定義を更新。 #160
  • New:
    • Added scroll keys support in Interactive Playground pages. #171
      • Ctrl+E, Ctrl+X, Ctrl+R, Ctrl+C to scroll.
      • These keys are enabled by turning on the 'Vz Keymap: Interactive Playground Keys' in the Settings.
    • Added scroll keys support in Editor Hovers. #172
      • Ctrl+E, Ctrl+X, Ctrl+S, Ctrl+D, Ctrl+R, Ctrl+C, Ctrl+Q R, Ctrl+Q C to scroll.
      • These keys are enabled by turning on the 'Vz Keymap: Editor Hover Keys' in the Settings.
  • Fixed:
    • Updated key definitions for the Settings page. #160

Full Changelog: v0.19.6...v0.19.7

v0.19.6

18 Feb 17:05
67bdfe0
Compare
Choose a tag to compare

What's Changed

  • 修正:
    • 一部のカーソル移動コマンドを繰り返したときの動作が遅い問題を修正しました。 #125
  • Fixed:
    • Some cursor commands were taking a long time when repeated. #125

Full Changelog: v0.19.5...v0.19.6

v0.19.5

16 Feb 12:54
bd7be4f
Compare
Choose a tag to compare

What's Changed

  • 修正:
    • CTRL+U(削除した文字を復元)で出力される文字の方向が逆になる問題が VS Code 1.75.0 以降で発生していたのを修正しました。 #121
  • Fixed:
    • Ctrl+U (Restore deleted characters) was producing characters in the wrong direction from VS Code 1.75.0. #121

Full Changelog: v0.19.4...v0.19.5

v0.19.4

22 Dec 13:08
9c9d29a
Compare
Choose a tag to compare

What's Changed

  • 新規:
    • Code Action(Quick Fix)メニューの操作に対応しました。 #115
      • CTRL+E, CTRL+Xで上下選択
      • CTRL+Mで決定
      • これらは設定の 'Vz Keymap: Code Action Keys' で有効化できます。
  • New:
    • Added Code Action menu keys. #115
      • Ctrl+E, Ctrl+X to select action,
      • Ctrl+M to accept selected action.
      • These keys are enabled by turning on the 'Vz Keymap: Code Action Keys' in the Settings.

Full Changelog: v0.19.3...v0.19.4

v0.19.3

26 Nov 15:12
3d697e1
Compare
Choose a tag to compare

What's Changed

  • 修正:
    • CTRL+EとCTRL+Xによる検索履歴の選択が効かなくなっているのを修正しました。 #108
  • 内部:
    • Dependabotによるgitbub-actionsのバージョン更新を有効化しました。
  • Fixed:
    • History navigation on search input box by Ctrl+E and Ctrl+X was not working. #108
  • Internal:
    • Enabled github-actions version updates with Dependabot.

Full Changelog: v0.19.2...v0.19.3

v0.19.2

24 May 16:29
Compare
Choose a tag to compare

What's Changed

[0.19.2] - 2022-05-25

  • 改善:
    • 最終行でCTRL+C(またはPageDown)した直後に他のキーの反応が0.5秒くらい遅れる問題を修正しました。 #79
    • 拡張の起動条件(activationEvents)を変更して、VS Codeの起動速度に与える影響を軽減しました。 #81
  • 内部:
    • 新規: 自動テストにコードカバレッジの計測を追加しました。 #75
    • 修正: vz.jumpToBracket コマンドのテストがVS Code 1.67.0で失敗するのを修正しました。 #74
  • Improved:
    • Fixed pressing Ctrl+C (or PageDown) at the last line of the document was causing a half-second of delay for the subsequent keys. #79
    • Changed the loading timing of this extension (activationEvents) to mitigate the effect on the startup speed of VS Code. #81
  • Internal:
    • New: Added code coverage measurement on testing. #75
    • Fixed: Tests for vz.jumpToBracket is failing with VS Code 1.67.0. #74

Full Changelog: v0.19.1...v0.19.2

v0.19.1

04 May 19:27
Compare
Choose a tag to compare

What's Changed

  • 新規:
    • (internal) 自動テストにeslintの実行を追加。 #69
  • 修正:
    • 検索操作の直後に他のタブへ行って戻ると選択モードになっている問題を修正しました。 #67
  • New:
    • (internal) Added eslint to run before test. #69
  • Fixed:
    • Switching to and back from other tabs right after searching operations was causing an unexpected selection mode. #67

Full Changelog: v0.19.0...v0.19.1

v0.19.0

19 Apr 11:36
Compare
Choose a tag to compare

What's Changed

  • 改善:
    • CTRL+L(カーソル位置の文字列を選択して検索)でフォーカスが検索ウィジェットに移動しないようにしました。VZエディタの挙動に近づけています。 #54
    • CTRL+Lで検索文字列を設定した直後にカーソルを移動した場合、常にCTRL+Lを押す直前のカーソル位置が起点となるようにしました。VZエディタの挙動に近づけています。 #64
    • CTRL+Lで複数行の文字列を検索文字列に設定できるようにしました。複数行の文字列を検索できるVS Codeの機能を活用するため、VZエディタとは異なる動作にしています。 #62
  • 修正:
    • VS Codeの設定によってCTRL+Lが効かない場合がある問題を修正しました。 #57
    • (internal) 自動テストのたびにエディタのタブが増えて遅くなる問題を修正。
  • Improved:
    • Changed Ctrl+L (Select word to find) to keep the focus on the document and not move the focus to the find widget. It simulates a similar behavior as the original VZ Editor. #54
    • Changed Ctrl+L to move the cursor starting from the last position when the cursor is moved right after setting the search word by Ctrl+L. It simulates a similar behavior as the original VZ Editor. #64
    • Extended Ctrl+L to support seeding multiple-line search strings. This is intentionally different behavior from the original VZ Editor to utilize the feature of VS Code which supports multiple-line search strings. #62
  • Fixed:
    • Ctrl+L was not working depending on the VS Code settings. #57
    • (internal) Editor tabs remain open after testing and that slows down the test runs.

Full Changelog: v0.18.3...v0.19.0

v0.18.3

25 Jan 11:28
Compare
Choose a tag to compare

What's Changed

  • 修正:
    • vscode拡張 Keyboard Macro Betaとの組み合わせで、同じショートカットキーが2回以上続く操作のマクロが正しく再生されない場合がある問題を修正しました。#44
  • Fixed:
    • When combined with Keyboard Macro Beta, a macro that contains two or more times repeat of the same shortcut key was not being correctly reproduced during the playback. #44

Full Changelog: v0.18.2...v0.18.3

v0.18.2

21 Jan 16:57
Compare
Choose a tag to compare

What's Changed

  • 新規:
    • 「次の論理行頭へのカーソル移動」コマンドを追加しました。#43
      • キー割り当てはありません。
      • このコマンドはVZエディタの上書きモード時のENTERキーに近い動作を提供します。
      • コマンドIDはvz.cursorNextLineStartです。補助コマンドvz.findStartCursorNextLineStartもあります。
  • New:
    • Added a new command that moves the cursor to the beginning of the next line. #43
      • It has no keybinding.
      • It provides a similar behavior to that of the Enter key in overwrite mode of VZ Editor.
      • The command ID is vz.cursorNextLineStart. Supplementary command vz.findStartCursorNextLineStart is also available.

Full Changelog: v0.18.1...v0.18.2