| 1 |
Windows Registry Editor Version 5.00
|
| 2 |
|
| 3 |
[HKEY_CLASSES_ROOT\phpfile\shell\coder_format]
|
| 4 |
@="&Clean Coding Style..."
|
| 5 |
|
| 6 |
[HKEY_CLASSES_ROOT\phpfile\shell\coder_format\command]
|
| 7 |
@="c:\\program files\\coder_format\\coder_format.cmd \"%1\""
|
| 8 |
|
| 9 |
[HKEY_CLASSES_ROOT\phpfile\shell\coder_format_undo]
|
| 10 |
@="&Unclean Coding Style..."
|
| 11 |
|
| 12 |
[HKEY_CLASSES_ROOT\phpfile\shell\coder_format_undo\command]
|
| 13 |
@="c:\\program files\\coder_format\\coder_format.cmd --undo \"%1\""
|
| 14 |
|
| 15 |
[HKEY_CLASSES_ROOT\Directory\shell\coder_format]
|
| 16 |
@="&Clean Coding Style..."
|
| 17 |
|
| 18 |
[HKEY_CLASSES_ROOT\Directory\shell\coder_format\command]
|
| 19 |
@="c:\\program files\\coder_format\\coder_format.cmd \"%1\""
|
| 20 |
|
| 21 |
[HKEY_CLASSES_ROOT\Directory\shell\coder_format_undo]
|
| 22 |
@="&Unclean Coding Style..."
|
| 23 |
|
| 24 |
[HKEY_CLASSES_ROOT\Directory\shell\coder_format_undo\command]
|
| 25 |
@="c:\\program files\\coder_format\\coder_format.cmd --undo \"%1\""
|
| 26 |
|
| 27 |
[HKEY_CLASSES_ROOT\Folder\shell\coder_format]
|
| 28 |
@="&Clean Coding Style..."
|
| 29 |
|
| 30 |
[HKEY_CLASSES_ROOT\Folder\shell\coder_format\command]
|
| 31 |
@="c:\\program files\\coder_format\\coder_format.cmd \"%1\""
|
| 32 |
|
| 33 |
[HKEY_CLASSES_ROOT\Folder\shell\coder_format_undo]
|
| 34 |
@="&Unclean Coding Style..."
|
| 35 |
|
| 36 |
[HKEY_CLASSES_ROOT\Folder\shell\coder_format_undo\command]
|
| 37 |
@="c:\\program files\\coder_format\\coder_format.cmd --undo \"%1\""
|
| 38 |
|