Created
January 18, 2017 00:27
-
-
Save ubershmekel/bae36d0ac9e4ebdd5d5c98d8146a77d5 to your computer and use it in GitHub Desktop.
Code Collaborator Code Review Shell Extension, start a review from a folder in windows explorer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\Directory\shell\ccollab] | |
| @="CodeCollab Review" | |
| "Icon"="\"C:\\Program Files\\Collaborator Client\\ccollab.exe\"" | |
| [HKEY_CLASSES_ROOT\Directory\shell\ccollab\command] | |
| @="\"C:\\Program Files\\Collaborator Client\\ccollab.exe\" addchanges ask %V" | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\ccollab] | |
| @="CodeCollab Review" | |
| "Icon"="\"C:\\Program Files\\Collaborator Client\\ccollab.exe\"" | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\ccollab\command] | |
| @="\"C:\\Program Files\\Collaborator Client\\ccollab.exe\" addchanges ask %V" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment