Skip to content

Commit

Permalink
fix preferences menu
Browse files Browse the repository at this point in the history
  • Loading branch information
fcannizzaro committed Nov 9, 2018
1 parent 81d9ede commit 359c49a
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
35 changes: 35 additions & 0 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children": [
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children": [
{
"caption": "NpmInstall",
"children": [
{
"command": "open_file",
"args": {
"file": "${packages}/npm-install/NpmInstall.sublime-settings"
},
"caption": "Settings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/User/NpmInstall.sublime-settings"
},
"caption": "Settings – User"
}
]
}
]
}
]
}
]
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"1.2.8": "messages/1.2.8.md",
"1.3.0": "messages/1.3.0.md",
"1.4.0": "messages/1.4.0.md"
"1.4.0": "messages/1.4.0.md",
"1.4.1": "messages/1.4.1.md"
}
2 changes: 2 additions & 0 deletions messages/1.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Changelog
- add preferences files (preferences menu)

0 comments on commit 359c49a

Please sign in to comment.