-
Notifications
You must be signed in to change notification settings - Fork 4
/
install.inf
148 lines (119 loc) · 2.47 KB
/
install.inf
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
[info]
title=Git Status
desc=Shows Git information in the statusbar: current branch name, clean state, etc. Shows 'gutter decoration' for changed Git lines. Gives menu items (Add, Push, Pull, Commit, Get status, Jump to next changed line, etc) by clicking on the new statusbar cell.
type=cudatext-plugin
subdir=cuda_git_status
homepage=https://github.com/CudaText-addons/cuda_git_status
api=1.0.420
[item1]
section=events
events=on_open,on_save,on_focus~,on_state~,on_change_slow~
[item2]
section=commands
caption=Git Status\Config
method=open_config
menu=o
[item10]
section=commands
caption=Git Status\Jump to next change
method=next_change
[item11]
section=commands
caption=Git Status\Jump to previous change
method=prev_change
[item12]
section=commands
caption=Git Status\-
method=_
[item13]
section=commands
caption=Git Status\Pull
method=pull_
[item14]
section=commands
caption=Git Status\-
method=_
[item20]
section=commands
caption=Git Status\Get log
method=get_log_
[item21]
section=commands
caption=Git Status\Get log of file
method=get_log_file_
[item22]
section=commands
caption=Git Status\-
method=_
[item30]
section=commands
caption=Git Status\Get status
method=get_status_
[item31]
section=commands
caption=Git Status\Get non-staged files
method=get_notstaged_files_
[item32]
section=commands
caption=Git Status\Get untracked files
method=get_untracked_files_
[item33]
section=commands
caption=Git Status\-
method=_
[item40]
section=commands
caption=Git Status\Add file...
method=add_file_
[item41]
section=commands
caption=Git Status\Restore file...
method=restore_file_
[item42]
section=commands
caption=Git Status\-
method=_
[item50]
section=commands
caption=Git Status\Commit...
method=commit_
[item51]
section=commands
caption=Git Status\Commit/amend...
method=commit_amend_
[item52]
section=commands
caption=Git Status\Push
method=push_
[item53]
section=commands
caption=Git Status\Push (set upstream)
method=push_set_upstream_
[item54]
section=commands
caption=Git Status\Push (force)
method=push_force_
[item55]
section=commands
caption=Git Status\View file changes
method=diff_
[item56]
section=commands
caption=Git Status\View all changes
method=diff_all_
[item57]
section=commands
caption=Git Status\-
method=_
[item60]
section=commands
caption=Git Status\Checkout branch...
method=checkout_dlg_menu_
[item61]
section=commands
caption=Git Status\Checkout new branch...
method=checkout_new_branch_
[item62]
section=commands
caption=Git Status\Rebase (interactive)
method=rebase_