-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefault.sublime-commands
50 lines (50 loc) · 1.31 KB
/
Default.sublime-commands
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
[
{
"caption": "Constellation: Create from scratch",
"command": "create_constellation"
},
{
"caption": "Constellation: Create from open project",
"command": "create_constellation_from_open_project"
},
{
"caption": "Constellation: Create from project file",
"command": "create_constellation_from_project_file"
},
{
"caption": "Constellation: Create from workspace file",
"command": "create_constellation_from_workspace_file"
},
{
"caption": "Constellation: Destroy",
"command": "destroy_constellation"
},
{
"caption": "Constellation: Rename",
"command": "rename_constellation"
},
{
"caption": "Constellation: Open",
"command": "open_constellation"
},
{
"caption": "Constellation: Close",
"command": "close_constellation"
},
{
"caption": "Constellation: Add from project file",
"command": "find_project"
},
{
"caption": "Constellation: Add from workspace file",
"command": "upgrade_workspace"
},
{
"caption": "Constellation: Add from open project",
"command": "add_project"
},
{
"caption": "Constellation: Remove project",
"command": "remove_project"
}
]