OSDN Git Service

StaticServer
[staticserver/lab.git] / Main.sublime-menu
1 [
2     {
3         "caption": "Tools",
4         "mnemonic": "T",
5         "id": "tools",
6         "children":
7         [
8             {
9                 "caption": "SublimeServer",
10                 "children":
11                 [
12                     { "command": "sublimeserver_start", "caption": "Start SublimeServer" },
13                     { "command": "sublimeserver_stop", "caption": "Stop SublimeServer" },
14                     { "command": "sublimeserver_restart", "caption": "Restart SublimeServer" },
15                     { "caption": "-" },
16                     { 
17                         "caption": "Settings...", 
18                         "command": "open_file", 
19                         "args": {
20                             "file": "${packages}/User/SublimeServer.sublime-settings"
21                         }
22                     }
23                 ]
24             }
25
26         ]
27     }
28 ]