forked from thatsIch/sublime-rainmeter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.sublime-menu
106 lines (106 loc) · 3.98 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[
{
"caption": "Tools",
"id": "tools",
"children":
[
{
"caption": "Rainmeter",
"id": "rainmeter",
"children":
[
{"caption": "Open Skins Folder...", "command": "rainmeter_open_skins_folder"},
{"caption": "Open Skin as Project...", "command": "rainmeter_open_skin_as_project"},
{"caption": "-"},
{"caption": "Refresh Current Skin", "command": "rainmeter_refresh_current_skin"},
{"caption": "Refresh Rainmeter", "command": "rainmeter_refresh_config", "args": {"cmd": []}},
{"caption": "-"},
{"caption": "Pick Color...", "command": "rainmeter_color_pick", "args": {"call_env": "main"}},
{"caption": "Indent for Code Folding", "command": "rainmeter_indent"},
{"caption": "-"},
{"caption": "New Skin File...", "command": "rainmeter_new_skin_file"},
{"caption": "New Skin...", "command": "rainmeter_new_skin"},
{"caption": "-"},
{"caption": "Documentation", "command": "open_url", "args": {"url": "https://thatsich.github.io/sublime-rainmeter/"} },
{"caption": "Report an Issue", "command": "open_url", "args": {"url": "https://github.com/thatsIch/sublime-rainmeter/issues/new"} },
]
}
]
},
{
"caption": "Preferences",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"id": "package-settings",
"children":
[
{
"caption": "Rainmeter",
"id": "rainmeter",
"children":
[
{
"command": "edit_settings", "args":
{
"base_file": "${packages}/Rainmeter/Rainmeter.sublime-settings",
"default": "{\n\t$0\n}\n"
},
"caption": "Settings"
},
{"caption": "-"},
{
"command": "edit_settings", "args":
{
"base_file": "${packages}/Rainmeter/Default (Windows).sublime-keymap",
"default": "[\n\t$0\n]\n"
},
"caption": "Key Bindings"
},
{"caption": "-"},
{
"caption": "Themes",
"id": "rainmeter-themes",
"children":
[
{
"caption": "Monokai (Rainmeter)",
"command": "edit_theme",
"args": { "theme": "Monokai (Rainmeter)" },
"checkbox": true,
},
{
"caption": "Lachgummi Joghurt",
"command": "edit_theme",
"args": { "theme": "Lachgummi Joghurt" },
"checkbox": true,
},
{
"caption": "Nexus (Rainmeter)",
"command": "edit_theme",
"args": { "theme": "Nexus (Rainmeter)" },
"checkbox": true,
},
{
"caption": "RainLexer",
"command": "edit_theme",
"args": { "theme": "RainLexer" },
"checkbox": true,
},
{
"caption": "Rainmeter (Light)",
"command": "edit_theme",
"args": { "theme": "Rainmeter (Light)" },
"checkbox": true,
},
],
},
]
}
]
}
]
}
]