Skip to content

Commit

Permalink
Merge pull request #39 from Eric-Guo/patch-1
Browse files Browse the repository at this point in the history
Preferences menu should appears first in order to successfully merge to system menu
  • Loading branch information
condemil committed Oct 8, 2012
2 parents e9ce129 + 2eca401 commit 8ee8527
Showing 1 changed file with 21 additions and 24 deletions.
45 changes: 21 additions & 24 deletions Main.sublime-menu
@@ -1,28 +1,4 @@
[
{
"caption": "Gist",
"mnemonic": "T",
"id": "root",
"children":
[

{ "command": "gist", "caption": "Create Public Gist…" },
{ "command": "gist_private", "caption": "Create Private Gist…" },
{ "command": "gist_list", "caption": "Open Gist…" },
{ "command": "insert_gist_list", "caption": "Insert Gist…" },
{ "command": "gist_add_file", "caption": "Add File to Gist…" },
{ "caption": "-" },
{ "command": "gist_copy_url", "caption": "Copy Gist URL" },
{ "command": "gist_open_browser", "caption": "Open Gist in Browser"},
{ "command": "gist_update_file", "caption": "Update File" },
{ "command": "gist_rename_file", "caption": "Rename File…" },
{ "command": "gist_delete_file", "caption": "Delete File" },
{ "command": "gist_change_description", "caption": "Change Gist Description…" },
{ "command": "gist_delete", "caption": "Delete Gist" }


]
},
{
"caption": "Preferences",
"mnemonic": "n",
Expand Down Expand Up @@ -71,5 +47,26 @@
]
}
]
},
{
"caption": "Gist",
"mnemonic": "T",
"id": "root",
"children":
[
{ "command": "gist", "caption": "Create Public Gist…" },
{ "command": "gist_private", "caption": "Create Private Gist…" },
{ "command": "gist_list", "caption": "Open Gist…" },
{ "command": "insert_gist_list", "caption": "Insert Gist…" },
{ "command": "gist_add_file", "caption": "Add File to Gist…" },
{ "caption": "-" },
{ "command": "gist_copy_url", "caption": "Copy Gist URL" },
{ "command": "gist_open_browser", "caption": "Open Gist in Browser"},
{ "command": "gist_update_file", "caption": "Update File" },
{ "command": "gist_rename_file", "caption": "Rename File…" },
{ "command": "gist_delete_file", "caption": "Delete File" },
{ "command": "gist_change_description", "caption": "Change Gist Description…" },
{ "command": "gist_delete", "caption": "Delete Gist" }
]
}
]

0 comments on commit 8ee8527

Please sign in to comment.