-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDefault.sublime-commands
More file actions
52 lines (52 loc) · 1.21 KB
/
Default.sublime-commands
File metadata and controls
52 lines (52 loc) · 1.21 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
[
{
"caption": "GLI: Create Issue",
"command": "gli_toolbar_menu",
"args": {"command":"create_issue"}
},
{
"caption": "GLI: Edit Issue (Input Bar)",
"command": "gli_toolbar_menu",
"args": {"command":"edit_issue"}
},
{
"caption": "GLI: Edit Issue In Tab",
"command": "gli_toolbar_menu",
"args": {"command":"edit_issue_in_tab"}
},
{
"caption": "GLI: Assign Issue",
"command": "gli_toolbar_menu",
"args": {"command":"assign_issue"}
},
{
"caption": "GLI: Toggle Issue State",
"command": "gli_toolbar_menu",
"args": {"command":"toggle_issue"}
},
{
"caption": "GLI: Add Labels To Issue",
"command": "gli_toolbar_menu",
"args": {"command":"label_issue"}
},
{
"caption": "GLI: Input Project ID",
"command": "gli_toolbar_menu",
"args": {"command":"input_project"}
},
{
"caption": "GLI: Select Project",
"command": "gli_toolbar_menu",
"args": {"command":"select_project"}
},
{
"caption": "GLI: Toggle Hide Closed Issues from Get Issues",
"command": "gli_toggle_hide_closed",
"args": {"setting":"hide_closed_issues"}
},
{
"caption": "GLI: User Settings",
"command": "open_file",
"args": {"file": "${packages}/User/GitlabIntegrate.sublime-settings"}
}
]