-
Notifications
You must be signed in to change notification settings - Fork 31
/
Main.sublime-menu
109 lines (109 loc) · 2.58 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
107
108
109
[{
"caption": "Tools",
"mnemonic": "T",
"id": "tools",
"children": [{
"id": "floobitsmenu",
"caption": "Floobits",
"children": [
{
"id": "floobits_setup",
"caption": "Set up",
"command": "floobits_setup",
"args": {
"force": true
}
},
{
"id": "floobits_pinocchio",
"caption": "Complete Sign Up",
"command": "floobits_pinocchio"
},
{
"caption": "Help",
"command": "floobits_help"
},
{
"caption": "-",
"command": "floobits_not_a"
},
{
"id": "floobits_workspace_menu",
"caption": "Join Workspace",
"command": "floobits_prompt_join_workspace"
},
{
"id": "floobits_join_recent_workspace",
"caption": "Join Recent Workspace",
"command": "floobits_join_recent_workspace"
},
{
"id": "floobits_share_dir",
"caption": "Share Directory (Public)",
"command": "floobits_share_dir",
"args": {
"api_args": {"perms": {"AnonymousUser": ["view_room"]}}
}
},
{
"id": "floobits_share_dir_private",
"caption": "Share Directory (Private)",
"command": "floobits_share_dir",
"args": {
"api_args": {"perms": {"AnonymousUser": []}}
}
},
{
"id": "floobits_leave_workspace",
"caption": "Leave Workspace",
"command": "floobits_leave_workspace"
},
{
"caption": "-",
"command": "floobits_not_a"
},
{
"caption": "Request Edit Permission",
"command": "floobits_request_permission",
"args": {
"perms": ["edit_room"]
}
},
{
"caption": "Open Workspace Settings (in Browser)",
"command": "floobits_open_workspace_settings"
},
{
"id": "floobits_open_web_editor",
"caption": "Open Workspace in Web Editor",
"command": "floobits_open_web_editor"
},
{
"id": "floobits_create_hangout",
"caption": "Open Workspace in a Google+ Hangout",
"command": "floobits_create_hangout"
}
]
}]
},
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":[{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":[{
"caption": "Floobits",
"children": [
{
"command": "floobits_open_settings",
"caption": "Settings (~/.floorc.json)"
},
{
"caption": "-"
}]
}]
}]
}]