/[drupal]/contributions/modules/coder/scripts/coder_format/coder_format.reg
ViewVC logotype

Contents of /contributions/modules/coder/scripts/coder_format/coder_format.reg

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sun Feb 24 19:40:50 2008 UTC (21 months ago) by sun
Branch: MAIN
CVS Tags: DRUPAL-7--1-0-BETA1, HEAD
Changes since 1.1: +38 -0 lines
Syncing HEAD with latest code in DRUPAL-6--1.
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

  ViewVC Help
Powered by ViewVC 1.1.2