|
|
|
@ -12,7 +12,39 @@
|
|
|
|
|
"command": "project_manager" |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"caption": "Preferences", |
|
|
|
|
"mnemonic": "n", |
|
|
|
|
"id": "preferences", |
|
|
|
|
"children": |
|
|
|
|
[ |
|
|
|
|
{ |
|
|
|
|
"caption": "Package Settings", |
|
|
|
|
"mnemonic": "P", |
|
|
|
|
"id": "package-settings", |
|
|
|
|
"children": |
|
|
|
|
[ |
|
|
|
|
{ |
|
|
|
|
"caption": "Project Manager", |
|
|
|
|
"children": |
|
|
|
|
[ |
|
|
|
|
{ |
|
|
|
|
"command": "open_file", |
|
|
|
|
"args": {"file": "${packages}/pm/pm.sublime-settings"}, |
|
|
|
|
"caption": "Settings – Default" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"command": "open_file", |
|
|
|
|
"args": {"file": "${packages}/user/pm.sublime-settings"}, |
|
|
|
|
"caption": "Settings – User" |
|
|
|
|
}, |
|
|
|
|
{ "caption": "-" } |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
] |
|
|
|
|