Skip to content

Instantly share code, notes, and snippets.

@ubershmekel
Created January 18, 2017 00:27
Show Gist options
  • Select an option

  • Save ubershmekel/bae36d0ac9e4ebdd5d5c98d8146a77d5 to your computer and use it in GitHub Desktop.

Select an option

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
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