forked from ericmartel/Sublime-Text-2-Perforce-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Default.sublime-commands
70 lines (70 loc) · 1.75 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[
{
"caption": "Perforce: Login",
"command": "perforce_login"
},
{
"caption": "Perforce: Checkout",
"command": "perforce_checkout"
},
{
"caption": "Perforce: Add",
"command": "perforce_add"
},
{
"caption": "Perforce: Revert",
"command": "perforce_revert"
},
{
"caption": "Perforce: Rename",
"command": "perforce_rename"
},
{
"caption": "Perforce: Delete",
"command": "perforce_delete"
},
{
"caption": "Perforce: Diff",
"command": "perforce_diff"
},
{
"caption": "Perforce: Graphical Diff with Depot",
"command": "perforce_graphical_diff_with_depot"
},
{
"caption": "Perforce: Select Graphical Diff Application",
"command": "perforce_select_graphical_diff_application"
},
{
"caption": "Perforce: List Checkedout Files",
"command": "perforce_list_checked_out_files"
},
{
"caption": "Perforce: Create Changelist",
"command": "perforce_create_changelist"
},
{
"caption": "Perforce: Move Current File To Changelist",
"command": "perforce_move_current_file_to_changelist"
},
{
"caption": "Perforce: Add Line To Changelist Description",
"command": "perforce_add_line_to_changelist_description"
},
{
"caption": "Perforce: Submit",
"command": "perforce_submit"
},
{
"caption": "Perforce: Logout",
"command": "perforce_logout"
},
{
"caption": "Perforce: Shelve Changelist",
"command": "perforce_shelve_cl"
},
{
"caption": "Perforce: Unshelve Changelist",
"command": "perforce_unshelve_cl"
}
]