forked from joeferraro/MavensMate-SublimeText
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDefault.sublime-commands
More file actions
executable file
·110 lines (110 loc) · 2.6 KB
/
Default.sublime-commands
File metadata and controls
executable file
·110 lines (110 loc) · 2.6 KB
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
110
[
{
"caption": "MavensMate: Stub",
"command": "mavens_stub"
},
{
"caption": "MavensMate: New Project",
"command": "new_project"
},
{
"caption": "MavensMate: Checkout Project",
"command": "checkout_project"
},
{
"caption": "MavensMate: Edit Project",
"command": "edit_project"
},
{
"caption": "MavensMate: Clean Project",
"command": "clean_project"
},
{
"caption": "MavensMate: Compile Project",
"command": "compile_project"
},
{
"caption": "MavensMate: Open in Web Browser",
"command": "open_active_sfdc_url"
},
{
"caption": "MavensMate: Open WSDL in Web Browser",
"command": "open_active_sfdc_wsdl_url"
},
{
"caption": "MavensMate: Run Apex Tests",
"command": "run_apex_unit_tests"
},
{
"caption": "MavensMate: Execute Apex",
"command": "execute_anonymous"
},
{
"caption": "MavensMate: New Apex Class",
"command": "new_apex_class"
},
{
"caption": "MavensMate: New Apex Trigger",
"command": "new_apex_trigger"
},
{
"caption": "MavensMate: New Visualforce Page",
"command": "new_apex_page"
},
{
"caption": "MavensMate: New Visualforce Component",
"command": "new_apex_component"
},
{
"caption": "MavensMate: Deploy To Server",
"command": "deploy_to_server"
},
{
"caption": "MavensMate: Deployment Connections",
"command": "org_connections"
},
{
"caption": "MavensMate: Open Project",
"command": "open_project"
},
{
"caption": "MavensMate: Deploy Resource Bundle",
"command": "deploy_resource_bundle"
},
{
"caption": "MavensMate: Create Resource Bundle",
"command": "create_resource_bundle"
},
{
"caption": "MavensMate: Compile Tabs",
"command": "compile_tabs"
},
{
"caption": "MavensMate: Index Apex Execution Overlays",
"command": "index_apex_overlays"
},
{
"caption": "MavensMate: List Apex Execution Overlays",
"command": "list_overlays"
},
{
"caption": "MavensMate: New Apex Execution Overlay",
"command": "new_overlay"
},
{
"caption": "MavensMate: Delete Apex Execution Overlays",
"command": "delete_overlays"
},
{
"caption": "MavensMate: Refresh Current File From Server",
"command": "refresh_active_file"
},
{
"caption": "MavensMate: Open Current File On Server",
"command": "open_sfdc_url"
},
{
"caption": "MavensMate: Open Current File WSDL On Server",
"command": "open_sfdc_wsdl_url"
}
]