-
Notifications
You must be signed in to change notification settings - Fork 13
/
Side Bar.sublime-menu
49 lines (49 loc) · 2.37 KB
/
Side Bar.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
[
{ "caption": "-", "lightningstart": "lightning_commands" },
{ "caption" : "Lightning", "children" :
[
{ "caption": "-", "login1start": "login1_command" },
{ "caption": "Salesforce Login", "command": "login", "args":{} },
{ "caption": "_", "login1end": "login1_command" },
{ "caption": "Save", "command": "lightning_save_bundle", "args": {"dirs":[]} },
{ "caption": "Fetch", "command": "fetch", "args": {"dirs":[]} },
{ "caption": "Delete", "children" :
[
{ "caption": "Lightning Defintion", "command": "lightning_delete", "args": {"files": []} },
{ "caption": "Lightning Bundle", "command": "lightning_delete_bundle", "args": {"dirs": []} },
]},
{ "caption": "Create", "children":
[
{ "caption": "App", "command": "lightning_new_app", "args": {"dirs": []} },
{ "caption": "Component", "command": "lightning_new_component", "args": {"dirs": []} },
{ "caption": "Event", "command": "lightning_new_event", "args": {"dirs": []} },
{ "caption": "Interface", "command": "lightning_new_interface", "args": {"dirs": []} },
]},
{ "caption": "Add", "children":
[
{ "caption": "Controller", "command": "lightning_new_controller", "args": {"dirs": []} },
{ "caption": "Helper", "command": "lightning_new_helper", "args": {"dirs": []} },
{ "caption": "Style", "command": "lightning_new_style", "args": {"dirs": []} },
{ "caption": "Documentation", "command": "lightning_new_documentation", "args": {"dirs": []} },
{ "caption": "Renderer", "command": "lightning_new_renderer", "args": {"dirs": []} },
{ "caption": "Design Resource", "command": "lightning_new_design", "args": {"dirs": []} },
{ "caption": "SVG Resource", "command": "lightning_new_svg", "args": {"dirs": []} },
]},
{ "caption": "Preview", "command": "lightning_preview", "args": {"dirs": []} }
]},
{ "caption" : "Metadata", "children" :
[
{ "caption": "-", "loginstart": "login_command" },
{ "caption": "Salesforce Login", "command": "login", "args":{} },
{ "caption": "-", "loginend": "login_command" },
{ "caption": "Fetch", "command": "fetch_meta", "args": {"dirs":[]} },
{ "caption": "Create", "children":
[
{ "caption": "Apex Class", "command": "apex_new_class", "args": {"dirs": []} },
{ "caption": "Visualforce Page", "command": "visualforce_new_page", "args": {"dirs": []} },
]
},
]
},
{ "caption": "-", "lightningend": "lightning_commands" }
]