Skip to content

Commit

Permalink
Merge pull request #74 from k--kato/#54/find_in_files
Browse files Browse the repository at this point in the history
#54/find in files
  • Loading branch information
Keisuke KATO authored May 26, 2017
2 parents b133f09 + 4c53106 commit 5014c06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.2.11 (May 27, 2017)

* enhancement - ctrl+s bug. See [#52](https://github.com/k--kato/vscode-intellij-idea-keybindings/issues/52).
* enhancement - “find in files” shortcut doesn't works. See [#54](https://github.com/k--kato/vscode-intellij-idea-keybindings/issues/54).

## 0.2.10 (March 3, 2017)

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@
"key": "ctrl+shift+f",
"mac": "cmd+shift+f",
"command": "workbench.view.search",
"when": "!searchViewletVisible",
"intellij": "Find in path"
},
{
Expand Down
3 changes: 2 additions & 1 deletion src/package-with-comment.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@
"key": "ctrl+shift+f",
"mac": "cmd+shift+f",
"command": "workbench.view.search",
"when": "!searchViewletVisible",
"intellij": "Find in path"
},
{
Expand Down Expand Up @@ -1518,4 +1519,4 @@
}
]
}
}
}

0 comments on commit 5014c06

Please sign in to comment.