-
Notifications
You must be signed in to change notification settings - Fork 65
/
Context.sublime-menu
65 lines (64 loc) · 1.77 KB
/
Context.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{ "caption": "-" },
{
"caption": "FTPSync",
"children": [
{
"caption": "Check this file",
"command": "ftp_sync_check_current"
},
{
"caption": "Upload this file",
"command": "ftp_sync_current"
},
{
"caption": "Download this file",
"command": "ftp_sync_down_current"
},
{
"caption": "Rename this file",
"command": "ftp_sync_rename_current"
},
{
"caption": "-"
},
{
"caption": "Browse",
"command": "ftp_sync_browse",
"args": { "edit": null }
},
{
"caption": "Browse from last path",
"command": "ftp_sync_browse_last",
"args": { "edit": null }
},
{
"caption": "-"
},
{
"caption": "Enable upload on save",
"command": "ftp_sync_enable_uos"
},
{
"caption": "Disable upload on save",
"command": "ftp_sync_disable_uos"
},
{
"caption": "-"
},
{
"caption": "Open README (Github)",
"command": "ftp_sync_url_readme"
},
{
"caption": "Report issue / suggestion (Github)",
"command": "ftp_sync_url_report"
},
{
"caption": "Support FTPSync development",
"command": "ftp_sync_url_donate"
}
]
},
{ "caption": "-" }
]