Skip to content

Commit

Permalink
Issue #4: Add menu item to edit setting file with Main.sublime-menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
gh640 committed Mar 19, 2018
1 parent c181985 commit 576cd31
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "PypiPackageInfo",
"children":
[
{
"caption": "Settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/PypiPackageInfo/PypiPackageInfo.sublime-settings",
"default": "{\n \"cache_max_count\": 1000\n}"
}
}
]
}
]
}
]
}
]

0 comments on commit 576cd31

Please sign in to comment.