Skip to content

Commit 46443bb

Browse files
committed
Update version 1.0.0 to 2.0.0
1 parent 38a9110 commit 46443bb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1424
-3234
lines changed

Context.sublime-menu

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"caption": "-",
44
},
55
{
6-
"caption": "MySftp",
6+
"caption": "MySFTP",
77
"command": "sync_files",
88
"args": {
99
"comando": "",
10-
"file" : ""
1110
},
1211
"children": [
1312
{

Main.sublime-menu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"children":
55
[
66
{
7-
"caption": "My SFTP/FTP",
7+
"caption": "My SFTP",
88
"mnemonic": "F",
99
"children":
1010
[
1111
{ "command": "new_server", "caption": "Nuevo Servidor…" },
1212
{ "command": "my_sftp", "caption": "Listar Servidor…" },
1313
{ "command": "server_manager", "caption": "Editar Servidor…", "args" : { "action" : "edit"} },
14-
{ "command": "server_manager", "caption": "Borrar Servidor…", "args" : { "action" : "edit"} }
14+
{ "command": "server_manager", "caption": "Borrar Servidor…", "args" : { "action" : "remove"} }
1515
]
1616
}
1717
]

Monokai.tmTheme

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)