-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMain.sublime-menu
124 lines (112 loc) · 5.63 KB
/
Main.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
[
{
"id": "preferences",
"children":
[
{
"id": "package-settings",
"children":
[
{
"caption": "PythonVoiceCodingPlugin",
"children":
[
{
"caption": "Settings",
"command": "edit_settings",
"args":
{
"base_file": "${packages}/PythonVoiceCodingPlugin/python_voice_coding_plugin.sublime-settings",
"default": "{\n\t$0\n}\n"
}
},
{
"caption": "Online Documentation",
"children":
[
{
"caption": "Argument Queries",
"command": "open_url",
"args":{
"url": "http://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectArgument.md"
}
},
{
"caption": "Big Roi Queries",
"command": "open_url",
"args":{
"url":"https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectBigROI.md"
}
},
{
"caption": "General Documentation",
"command": "open_url",
"args":{
"url":"https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/README.md"
}
},
{
"caption": "Operations",
"command": "open_url",
"args":{
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/Operations.md"
}
},
{
"caption": "Sub Indexing",
"command": "open_url",
"args":{
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SubIndexing.md"
}
},
{
"caption": "CollectionQueries",
"command": "open_url",
"args":{
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/CollectionQueries.md"
}
},
{
"caption": "Grammar Installation",
"command": "open_url",
"args":{
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/bundles/README.md"
}
}
]
},
{
"caption": "Issues",
"command": "open_url",
"args":{
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/issues"
}
},
{
"caption":"Grammar for Caster 1.0.0",
"command": "open_file",
"args":{
"file":"${packages}/PythonVoiceCodingPlugin/bundles/Caster/python_voice_coding_plugin_caster_v1-0-0.py"
}
},
{
"caption":"Grammar for Caster 0.5.11",
"command": "open_file",
"args":{
"file":"${packages}/PythonVoiceCodingPlugin/bundles/Caster/python_voice_coding_plugin_caster_v0-5-11.py"
}
},
{
"caption":"Grammar for Caster 0.6.11",
"command": "open_file",
"args":{
"file":"${packages}/PythonVoiceCodingPlugin/bundles/Caster/python_voice_coding_plugin_caster_v0-6-11.py"
}
}
]
}
]
}
]
}
]