-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathDefault.sublime-commands
58 lines (58 loc) · 1001 Bytes
/
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
[
{
"caption": "FastOlympicCoding: Open Settings",
"command": "olympic_funcs",
"args": {
"action": "open_settings"
}
},
{
"caption": "FastOlympicCoding: Make Stress",
"command": "stress_manager",
"args": {
"action": "make_stress"
}
},
{
"caption": "FastOlympicCoding: Stop Stress",
"command": "stress_manager",
"args": {
"action": "stop_stress"
}
},
{
"caption": "FastOlympicCoding: Select Frame",
"command": "view_tester",
"args": {
"action": "show_frames"
}
},
{
"caption": "FastOlympicCoding: Run",
"command": "view_tester",
"args": {
"action": "make_opd"
}
},
{
"caption": "FastOlympicCoding: Auto",
"command": "olympic_funcs",
"args": {
"action": "show_funcs"
}
},
{
"caption": "FastOlympicCoding: Setup Contest",
"command": "contest_handler",
"args": {
"action": "setup_contest"
}
},
{
"caption": "FastOlympicCoding: Submit",
"command": "contest_handler",
"args": {
"action": "submit"
}
},
]