-
Notifications
You must be signed in to change notification settings - Fork 32
/
Main.sublime-menu
50 lines (50 loc) · 1.17 KB
/
Main.sublime-menu
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
[
{
"id": "tools",
"children":
[
{
"caption": "ThinkPHP manual: api",
"id": "ThinkPHP api manual",
"command": "view_thinkphp_api_manual"
},
{
"caption": "ThinkPHP change database",
"id": "ThinkPHP change database",
"command": "query_database",
"args": {"cmd" :"change_database"}
},
{
"caption": "ThinkPHP database queryer",
"id": "ThinkPHP database queryer",
"command": "query_database",
"args": {"cmd" :"query"}
},
{
"caption": "ThinkPHP-CLI",
"id": "ThinkPHP executer",
"command": "thinkphp"
},
{
"caption": "del workspace 's bom",
"id": "del workspace 's bom",
"command": "del_workspace_boms"
},
{ "caption": "-" },
{
"command": "open_file",
"args": {"file": "${packages}/Thinkphp/ThinkPHP.sublime-settings"},
"caption": "Settings – Default"
},
{ "command": "open_file",
"args": {"file": "${packages}/Thinkphp/php.sublime-completions"},
"caption": "Browse Complation - php", "mnemonic": "B"
},
{
"command": "open_file",
"args": {"file": "${packages}/Thinkphp/tpl.sublime-completions"},
"caption": "Browse Complation - tpl"
}
]
}
]