|
20 | 20 | "default": "{\n\t$0\n}\n" |
21 | 21 | } |
22 | 22 | }, |
23 | | - { |
24 | | - "caption": "Argument Queries", |
25 | | - "command": "open_url", |
26 | | - "args":{ |
27 | | - "url":"http://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectArgument.md" |
28 | | - } |
| 23 | + { |
| 24 | + "caption": "Online Documentation", |
| 25 | + "children": |
| 26 | + [ |
| 27 | + { |
| 28 | + "caption": "Argument Queries", |
| 29 | + "command": "open_url", |
| 30 | + "args":{ |
| 31 | + "url": "http://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectArgument.md" |
| 32 | + } |
| 33 | + }, |
| 34 | + { |
| 35 | + "caption": "Big Roi Queries", |
| 36 | + "command": "open_url", |
| 37 | + "args":{ |
| 38 | + "url":"https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectBigROI.md" |
| 39 | + } |
| 40 | + }, |
| 41 | + { |
| 42 | + "caption": "General Documentation", |
| 43 | + "command": "open_url", |
| 44 | + "args":{ |
| 45 | + "url":"https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/README.md" |
| 46 | + } |
| 47 | + } |
| 48 | + |
| 49 | + |
| 50 | + ] |
29 | 51 | }, |
30 | | - { |
31 | | - "caption": "Big Roi Queries", |
32 | | - "command": "open_url", |
33 | | - "args":{ |
34 | | - "url":"https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectBigROI.md" |
35 | | - } |
| 52 | + { |
| 53 | + "caption":"Grammar for Caster 1.0.0", |
| 54 | + "command": "open_file", |
| 55 | + "args":{ |
| 56 | + "file":"${packages}/PythonVoiceCodingPlugin/bundles/Caster/python_voice_coding_plugin_caster_v1-0-0.py" |
| 57 | + } |
| 58 | + |
| 59 | + |
| 60 | + }, |
| 61 | + { |
| 62 | + "caption":"Grammar for Caster 0.5.11", |
| 63 | + "command": "open_file", |
| 64 | + "args":{ |
| 65 | + "file":"${packages}/PythonVoiceCodingPlugin/bundles/Caster/python_voice_coding_plugin_caster_v0-5-11.py" |
| 66 | + } |
| 67 | + |
| 68 | + |
36 | 69 | }, |
37 | | - { |
38 | | - "caption": "General Documentation", |
39 | | - "command": "open_url", |
40 | | - "args":{ |
41 | | - "url":"https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/README.md" |
42 | | - } |
| 70 | + { |
| 71 | + "caption":"Grammar for Caster 0.6.11", |
| 72 | + "command": "open_file", |
| 73 | + "args":{ |
| 74 | + "file":"${packages}/PythonVoiceCodingPlugin/bundles/Caster/python_voice_coding_plugin_caster_v0-6-11.py" |
| 75 | + } |
| 76 | + |
| 77 | + |
43 | 78 | } |
44 | 79 |
|
45 | 80 |
|
|
0 commit comments