-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.reg
More file actions
17 lines (13 loc) · 1.45 KB
/
Copy pathsetup.reg
File metadata and controls
17 lines (13 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Windows Registry Editor Version 5.00
; --- Контекстное меню для Папок (Генерация Документации) ---
[HKEY_CLASSES_ROOT\Directory\shell\RepoToolGenerate]
@="Создать документацию проекта"
"Icon"="C:\\Program Files\\RepoTool\\RepoTool.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\RepoToolGenerate\command]
@="\"C:\\Program Files\\RepoTool\\RepoTool.exe\" \"%1\""
; --- Контекстное меню для Файлов .md (Восстановление Проекта) ---
[HKEY_CLASSES_ROOT\SystemFileAssociations\.md\shell\RepoToolRecreate]
@="Восстановить проект из документации"
"Icon"="C:\\Program Files\\RepoTool\\RepoTool.exe,0"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.md\shell\RepoToolRecreate\command]
@="\"C:\\Program Files\\RepoTool\\RepoTool.exe\" \"%1\""