Skip to content

Commit

Permalink
Fixed #145 Revert Selected Range
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Jun 15, 2019
1 parent 14087e6 commit 41982ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.2.33 (June 15, 2019)

* enhancement - New Binding Request: (VS Code)`Revert Selected Range` can be mapped to `Revert...`(Intellij). See [#145](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/145)

## 0.2.32 (May 20, 2019)

* enhancement - Revert uncommitted changes shortcut. See [#144](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/144)
Expand Down
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,15 +742,9 @@
"key": "ctrl+alt+z",
"mac": "cmd+alt+z",
"command": "git.revertSelectedRanges",
"when": "editorHasSelection && editorTextFocus && !editorReadonly",
"intellij": "Rollback Lines"
},
{
"key": "ctrl+`",
"mac": "ctrl+v",
"command": "workbench.view.scm",
"intellij": "‘VCS’ quick popup",
"todo": "no popup"
},
{
"key": "alt+0",
"mac": "cmd+0",
Expand Down
8 changes: 1 addition & 7 deletions src/package-with-comment.json
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,7 @@
"key": "ctrl+alt+z",
"mac": "cmd+alt+z",
"command": "git.revertSelectedRanges",
"when": "editorHasSelection && editorTextFocus && !editorReadonly",
"intellij": "Rollback Lines"
},
/*
Expand All @@ -1312,13 +1313,6 @@
"todo": "N/A"
},
*/
{
"key": "ctrl+`",
"mac": "ctrl+v",
"command": "workbench.view.scm",
"intellij": "‘VCS’ quick popup",
"todo": "no popup"
},
/*---------------------------------------------------------------*\
* Live Templates
\*---------------------------------------------------------------*/
Expand Down

0 comments on commit 41982ab

Please sign in to comment.