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
58 lines (58 loc) · 1.25 KB
/
Default.sublime-commands
File metadata and controls
58 lines (58 loc) · 1.25 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
[
{
"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: 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"
}
]