Skip to content

Commit 49842c4

Browse files
committed
ref #11 Made CompareVisibleEditors command accessible via context menu
1 parent b2f5dd5 commit 49842c4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* You can compare (diff) text selections within a file, across different files, or to the clipboard.
99
* Multi cursor text selection
1010
* User defined text normalisation rules to reduce the noise in the diff (e.g. replace tab characters to spaces)
11-
* Compare text in 2 visible editors (i.e. tabs) with one command
11+
* Compare text in 2 visible editors (i.e. tabs) with one action
1212

1313
![Compare two text selections](https://raw.githubusercontent.com/ryu1kn/vscode-partial-diff/master/images/public.gif)
1414

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117
"command": "extension.partialDiff.diffSelectionWithClipboard",
118118
"group": "2_partialdiff@3",
119119
"when": "editorTextFocus"
120+
},
121+
{
122+
"command": "extension.partialDiff.diffVisibleEditors",
123+
"group": "2_partialdiff@4",
124+
"when": "editorTextFocus"
120125
}
121126
]
122127
}

0 commit comments

Comments
 (0)