Releases: tshino/vscode-vz-like-keymap
Releases · tshino/vscode-vz-like-keymap
v0.19.7
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' で有効化できます。デフォルトで有効です。
- Interactive Playgroundページのスクロール操作に対応しました。 #171
- 修正:
- 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.
- Added scroll keys support in Interactive Playground pages. #171
- Fixed:
- Updated key definitions for the Settings page. #160
Full Changelog: v0.19.6...v0.19.7
v0.19.6
v0.19.5
v0.19.4
What's Changed
- 新規:
- Code Action(Quick Fix)メニューの操作に対応しました。 #115
- CTRL+E, CTRL+Xで上下選択
- CTRL+Mで決定
- これらは設定の 'Vz Keymap: Code Action Keys' で有効化できます。
- Code Action(Quick Fix)メニューの操作に対応しました。 #115
- 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.
- Added Code Action menu keys. #115
Full Changelog: v0.19.3...v0.19.4
v0.19.3
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
v0.19.1
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
What's Changed
- 改善:
- 修正:
- 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
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
What's Changed
- 新規:
- 「次の論理行頭へのカーソル移動」コマンドを追加しました。#43
- キー割り当てはありません。
- このコマンドはVZエディタの上書きモード時のENTERキーに近い動作を提供します。
- コマンドIDは
vz.cursorNextLineStart
です。補助コマンドvz.findStartCursorNextLineStart
もあります。
- 「次の論理行頭へのカーソル移動」コマンドを追加しました。#43
- 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 commandvz.findStartCursorNextLineStart
is also available.
- Added a new command that moves the cursor to the beginning of the next line. #43
Full Changelog: v0.18.1...v0.18.2