Skip to content

Commit ec02a5c

Browse files
author
Caspar Gruijthuijsen
committed
menu entries added
1 parent 9ee9f02 commit ec02a5c

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

Main.sublime-menu

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
[
2+
{
3+
"caption": "Preferences",
4+
"mnemonic": "N",
5+
"id": "preferences",
6+
"children":
7+
[
8+
{
9+
"caption": "Package Settings",
10+
"mnemonic": "P",
11+
"id": "package-settings",
12+
"children":
13+
[
14+
{
15+
"caption": "AutoMatlab",
16+
"children":
17+
[
18+
{
19+
"command": "open_file",
20+
"args": {"file": "${packages}/AutoMatlab/README.md"},
21+
"caption": "README"
22+
},
23+
{ "caption": "-" },
24+
{
25+
"command": "open_file",
26+
"args": {"file": "${packages}/AutoMatlab/AutoMatlab.sublime-settings"},
27+
"caption": "Settings – Default"
28+
},
29+
{
30+
"command": "open_file",
31+
"args": {"file": "${packages}/User/AutoMatlab.sublime-settings"},
32+
"caption": "Settings – User"
33+
},
34+
{ "caption": "-" },
35+
{
36+
"command": "open_file",
37+
"args": {
38+
"file": "${packages}/AutoMatlab/Default (Windows).sublime-keymap",
39+
"platform": "Windows"
40+
},
41+
"caption": "Key Bindings – Default"
42+
},
43+
{
44+
"command": "open_file",
45+
"args": {
46+
"file": "${packages}/User/Default (Windows).sublime-keymap",
47+
"platform": "Windows"
48+
},
49+
"caption": "Key Bindings – User"
50+
},
51+
{ "caption": "-" }
52+
]
53+
}
54+
]
55+
}
56+
]
57+
}
58+
]

0 commit comments

Comments
 (0)