-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDefault.sublime-commands
106 lines (98 loc) · 2.51 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
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
[
{
"caption": "Perforce: Login",
"command": "perforce_login"
},
{
"caption": "Perforce: Checkout",
"command": "perforce_checkout"
},
{
"caption": "Perforce: Checkout All Open Files",
"command": "perforce_checkout_all_open_files"
},
{
"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"
},
{
"caption": "Perforce: View File History",
"command": "perforce_view_file_history"
},
{
"caption": "Perforce: View Properties",
"command": "perforce_view_properties"
},
{
"caption": "Perforce: View Diff Dialog",
"command": "perforce_view_diff_dialog"
},
{
"caption": "Perforce: View Previous Diff",
"command": "perforce_view_previous_diff"
},
{
"caption": "Perforce: View Time Lapse View",
"command": "perforce_view_time_lapse_view"
},
{
"caption": "Perforce: View Tree",
"command": "perforce_view_tree"
},
]