Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
updating menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Ferraro committed Aug 9, 2012
1 parent 5c70c32 commit f75c721
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions Main.sublime-menu
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f75c721

Please sign in to comment.