forked from NoxArt/SublimeText2-FTPSync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Context.sublime-menu
40 lines (40 loc) · 1.04 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
[
{ "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"
},
{
"caption": "Browse from last path",
"command": "ftp_sync_browse_last"
},
{
"caption": "Browse from this folder",
"command": "ftp_sync_browse_current"
}
]
},
{ "caption": "-" }
]