Skip to content

Commit e48c6e1

Browse files
committed
Update Main.sublime-menu
1 parent 171285b commit e48c6e1

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

Main.sublime-menu

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,27 @@
2222
},
2323
{
2424
"caption": "Argument Queries",
25-
"command": "browse_url",
25+
"command": "open_url",
2626
"args":{
2727
"url":"http://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectArgument.md"
2828
}
29+
},
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+
}
36+
},
37+
{
38+
"caption": "General Documentation",
39+
"command": "open_url",
40+
"args":{
41+
"url":"https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/README.md"
42+
}
2943
}
44+
45+
3046
]
3147
}
3248
]

0 commit comments

Comments
 (0)