Add package settings menu and option to Edit menu (close #3)
This commit is contained in:
parent
6d7f7cd907
commit
ee312277e6
112
Main.sublime-menu
Normal file
112
Main.sublime-menu
Normal file
|
@ -0,0 +1,112 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"id": "edit",
|
||||||
|
"children":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"caption": "Highlight Whitespaces",
|
||||||
|
"id": "highlight-whitespaces",
|
||||||
|
"children":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"command": "hws_toggle_whitespaces",
|
||||||
|
"caption": "Toggle"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "preferences",
|
||||||
|
"children":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"caption": "Package Settings",
|
||||||
|
"mnemonic": "P",
|
||||||
|
"id": "package-settings",
|
||||||
|
"children":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"caption": "Highlight Whitespaces",
|
||||||
|
"children":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"command": "open_file",
|
||||||
|
"args": {
|
||||||
|
"file": "${packages}/HighlightWhitespaces/README.md",
|
||||||
|
"platform": "Windows"
|
||||||
|
},
|
||||||
|
"caption": "Help"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "open_file",
|
||||||
|
"args": {
|
||||||
|
"file": "${packages}/HighlightWhitespaces/README.md",
|
||||||
|
"platform": "OSX"
|
||||||
|
},
|
||||||
|
"caption": "Help"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "open_file",
|
||||||
|
"args": {
|
||||||
|
"file": "${packages}/HighlightWhitespaces/README.md",
|
||||||
|
"platform": "Linux"
|
||||||
|
},
|
||||||
|
"caption": "Help"
|
||||||
|
},
|
||||||
|
{ "caption": "-" },
|
||||||
|
{
|
||||||
|
"command": "open_file",
|
||||||
|
"args": {
|
||||||
|
"file": "${packages}/HighlightWhitespaces/highlight_whitespaces.sublime-settings",
|
||||||
|
"platform": "Windows"
|
||||||
|
},
|
||||||
|
"caption": "Settings - Default"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "open_file",
|
||||||
|
"args": {
|
||||||
|
"file": "${packages}/HighlightWhitespaces/highlight_whitespaces.sublime-settings",
|
||||||
|
"platform": "OSX"
|
||||||
|
},
|
||||||
|
"caption": "Settings - Default"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "open_file",
|
||||||
|
"args": {
|
||||||
|
"file": "${packages}/HighlightWhitespaces/highlight_whitespaces.sublime-settings",
|
||||||
|
"platform": "Linux"
|
||||||
|
},
|
||||||
|
"caption": "Settings - Default"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "open_file",
|
||||||
|
"args": {
|
||||||
|
"file": "${packages}/User/highlight_whitespaces.sublime-settings",
|
||||||
|
"platform": "Windows"
|
||||||
|
},
|
||||||
|
"caption": "Settings - User"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "open_file",
|
||||||
|
"args": {
|
||||||
|
"file": "${packages}/User/highlight_whitespaces.sublime-settings",
|
||||||
|
"platform": "OSX"
|
||||||
|
},
|
||||||
|
"caption": "Settings - User"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "open_file",
|
||||||
|
"args": {
|
||||||
|
"file": "${packages}/User/highlight_whitespaces.sublime-settings",
|
||||||
|
"platform": "Linux"
|
||||||
|
},
|
||||||
|
"caption": "Settings - User"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user