-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.cmdbox
More file actions
63 lines (63 loc) · 1.33 KB
/
Copy pathdefault.cmdbox
File metadata and controls
63 lines (63 loc) · 1.33 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
59
60
61
62
63
{
"buttons": [
{
"id": "d5487f10",
"label": "Echo Hello",
"show_name": true,
"show_errors": false,
"show_gui_on_run": false,
"command": "echo \"Hello from CmdBox\"",
"icon_value": "Console",
"shortcut": "CTRL+H"
},
{
"id": "ffe7f34f",
"label": "Your Name",
"show_name": true,
"show_errors": false,
"show_gui_on_run": false,
"command": "echo Hello there, {Name}!",
"icon_value": "Magic Wand",
"shortcut": "CTRL+N"
},
{
"id": "a4e7cb3e",
"label": "Show CmdBox",
"show_name": true,
"show_errors": true,
"show_gui_on_run": true,
"command": "",
"icon_value": "CmdBox",
"shortcut": "CTRL+ALT+T"
},
{
"id": "123940c1",
"label": "Error!",
"show_name": true,
"show_errors": true,
"show_gui_on_run": false,
"command": "exit /b 1",
"icon_value": "Error",
"shortcut": ""
}
],
"filters": [
{
"id": "315123f8",
"name": "ERR",
"pattern": "ERR",
"enabled": false,
"case_sensitive": false,
"use_regex": false
},
{
"id": "2c80f11a",
"name": "WRN",
"pattern": "WRN",
"enabled": false,
"case_sensitive": false,
"use_regex": false
}
],
"sash_position": 250
}