diff --git a/Main.sublime-menu b/Main.sublime-menu index b6b6c3a..a856b55 100644 --- a/Main.sublime-menu +++ b/Main.sublime-menu @@ -17,10 +17,10 @@ "caption": "Checkout Project", "command": "checkout_project" }, - { - "caption": "Edit Project", - "command": "edit_project" - }, + // { + // "caption": "Edit Project", + // "command": "edit_project" + // }, { "caption": "Clean Project", "command": "clean_project" @@ -69,10 +69,15 @@ "caption": "Refresh File From Server", "command": "refresh_active_file" }, + // { + // "id": "delete_active", + // "caption": "Delete Active File", + // "command": "mavens_mate" + // }, { - "id": "delete_active", - "caption": "Delete Active File", - "command": "mavens_mate" + "id": "deploy_to_server", + "caption": "Deploy To Server", + "command": "deploy_to_server" }, { "id": "metadata",