Caret/config/menus.json

24 lines
No EOL
722 B
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": "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" }
]
}*/
]