Skip to content

Commit

Permalink
adding missing Preferences > Package Settings menus for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vanrijn committed May 25, 2016
1 parent 2162b5d commit cf8af63
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "CscopeSublime",
"children":
[
{
"command": "open_file",
"args": {"file": "${packages}/Cscope/CscopeSublime.sublime-settings"},
"caption": "Settings – Default"
},
{
"command": "open_file",
"args": {"file": "${packages}/User/CscopeSublime.sublime-settings"},
"caption": "Settings – User"
}
]
}
]
}
]
}
]

0 comments on commit cf8af63

Please sign in to comment.