Skip to content

Commit

Permalink
Added menu entry for settings
Browse files Browse the repository at this point in the history
Located in Preferences/ClangAutoComplete/settings
  • Loading branch information
pl-ca committed Nov 2, 2015
1 parent efe69a0 commit 32feaad
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "ClangAutoComplete",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/ClangAutoComplete/ClangAutoComplete.sublime-settings"
},
"caption": "Settings"
},
]
}
]
}
]
}
]

0 comments on commit 32feaad

Please sign in to comment.