41 lines
No EOL
1.4 KiB
JSON
41 lines
No EOL
1.4 KiB
JSON
[
|
|
{
|
|
"label": "File",
|
|
"sub": [
|
|
{ "label": "New File", "command": "session:new-file" },
|
|
{ "label": "Open File", "command": "session:open-file" },
|
|
{ "label": "Save", "command": "session:save-file" },
|
|
{ "label": "Save As", "command": "session:save-file-as" },
|
|
{ "label": "Close", "command": "session:close-tab" },
|
|
{ "label": "Exit", "command": "app:exit" }
|
|
]
|
|
}/*,
|
|
{
|
|
"label": "Edit",
|
|
"sub": [
|
|
{ "label": "Cut", "command": "editor:cut" },
|
|
{ "label": "Copy", "command": "editor:copy" },
|
|
{ "label": "Paste", "command": "editor:paste" },
|
|
{ "label": "Paste and Indent", "command": "editor:paste-indented" },
|
|
"divider",
|
|
{ "label": "To Upper Case", "command": "editor:upper-case" }
|
|
]
|
|
}*/,
|
|
{
|
|
"label": "Settings",
|
|
"sub": [
|
|
{ "label": "User Settings", "command": "session:open-settings-file", "argument": "user" },
|
|
{ "label": "Keyboard", "command": "session:open-settings-file", "argument": "keys" },
|
|
{ "label": "Menus", "command": "session:open-settings-file", "argument": "menus" },
|
|
"divider",
|
|
{ "label": "Reset to Default",
|
|
"sub": [
|
|
{ "label": "User Settings", "command": "settings:delete-local", "argument": "user" },
|
|
{ "label": "Keyboard", "command": "settings:delete-local", "argument": "keys" },
|
|
{ "label": "Menus", "command": "settings:delete-local", "argument": "menus" },
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|
|
] |