We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171285b commit e48c6e1Copy full SHA for e48c6e1
Main.sublime-menu
@@ -22,11 +22,27 @@
22
},
23
{
24
"caption": "Argument Queries",
25
- "command": "browse_url",
+ "command": "open_url",
26
"args":{
27
"url":"http://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectArgument.md"
28
}
29
+ },
30
+ {
31
+ "caption": "Big Roi Queries",
32
33
+ "args":{
34
+ "url":"https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectBigROI.md"
35
+ }
36
37
38
+ "caption": "General Documentation",
39
40
41
+ "url":"https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/README.md"
42
43
44
+
45
46
]
47
48
0 commit comments