Skip to content

Commit cf3fd5c

Browse files
committed
Issue #7: Add main menu for the package settings.
1 parent 867cc63 commit cf3fd5c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Main.sublime-menu

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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": "MacDictionary",
16+
"children":
17+
[
18+
{
19+
"caption": "Settings",
20+
"command": "edit_settings",
21+
"args": {
22+
"base_file": "${packages}/MacDictionary/MacDictionary.sublime-settings",
23+
"default": "{\n \"brute_mode\": false\n}"
24+
}
25+
}
26+
]
27+
}
28+
]
29+
}
30+
]
31+
}
32+
]

0 commit comments

Comments
 (0)