forked from AutoIt/SublimeAutoItScript
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDefault.sublime-commands
46 lines (46 loc) · 985 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
[
{
"caption": "AutoIt: Tidy",
"command": "autoit_tidy"
},
{
"caption": "AutoIt: Include Helper",
"command": "autoit_includehelper"
},
{
"caption": "AutoIt: Window Info",
"command": "autoit_windowinfo"
},
{
"caption": "AutoIt: Help",
"command": "autoit_help"
},
{
"caption": "AutoIt: Context Help",
"command": "autoit_contexthelp"
},
{
"caption": "AutoIt: Run",
"command": "autoit_build"
},
{
"caption": "AutoIt: Compile",
"command": "autoit_compile"
},
{
"caption": "AutoIt: Plys Help",
"command": "plys_help"
},
{
"caption": "AutoIt: Plys Context Help",
"command": "plys_contexthelp"
},
{
"caption": "AutoIt: Plys Run",
"command": "plys_build"
},
{
"caption": "AutoIt: Plys Translate",
"command": "plys_translate"
},
]