-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConstellation.sublime-menu
46 lines (46 loc) · 1.15 KB
/
Constellation.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
[
{
"caption": "Tools",
"mnemonic": "C",
"id": "constellation",
"children":
[
{
"caption": "New",
"command": "new_constellation"
},
{
"caption": "Remove",
"command": "remove_constellation"
},
{
"caption": "Rename",
"command": "rename_constellation"
},
{
"caption": "Open",
"command": "open_constellation"
},
{
"caption": "Close",
"command": "close_constellation"
},
{
"caption": "Find Project",
"command": "find_project"
},
{
"caption": "Upgrade Workspace",
"command": "upgrade_workspace"
},
{
"caption": "Add Project",
"command": "add_project"
},
{
"caption": "Remove Project",
"command": "remove_project"
}
]
}
]