-
Notifications
You must be signed in to change notification settings - Fork 51
/
Main.sublime-menu
76 lines (74 loc) · 2.72 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
[
{
"id": "view",
"children":
[
{
"caption": "Window's Transparency",
"id": "sublimetransview1",
"children":
[{
"id": "sublimetranssubmenu1",
"caption": "About",
"command": "sub_trans_about"
},
{ "caption": "-" },
{ "id": "sublimetranssubmenunine", "caption": "Level 5", "command": "set_opacity_half", "checkbox": true },
{ "id": "sublimetranssubmenueight", "caption": "Level 4", "command": "set_opacity_six", "checkbox": true },
{ "id": "sublimetranssubmenuseven", "caption": "Level 3", "command": "set_opacity_seven", "checkbox": true },
{ "id": "sublimetranssubmenusix", "caption": "Level 2", "command": "set_opacity_eight", "checkbox": true },
{ "id": "sublimetranssubmenuhalf", "caption": "Level 1", "command": "set_opacity_nine", "checkbox": true },
{ "caption": "-" },
{
"id": "sublimetranssubmenu3",
"caption": "Disable",
"command": "set_opacity",
"checkbox": true
}]
}
]
},
{
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "SublimeTextTrans",
"children":
[
{
"id": "sublimetranssubmenu1",
"caption": "About",
"checkbox": true,
"command": "sub_trans_about"
},
{
"command": "transparency_open_help_file",
"caption": "Help"
},
{ "caption": "-"},
{
"command": "transparency_open_plugin_default_settings_file",
"caption": "Settings - Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/User/SublimeTextTrans.sublime-settings",
"platform": "Windows"
},
"caption": "Settings - User"
}
]
}
]
}
]
}
]