[ { "id": "help", "caption": "Help" }, { "caption": "Folders", "id": "folders", "mnemonic": "d", "children": [ { "caption": "-" , "id": "open" }, { "command": "side_bar_folders_start_blank", "caption": "Load Folder…"}, { "command": "side_bar_folders_start_blank", "caption": "Append Folder…", "args": {"append": true}}, { "caption": "-", "id": "edit" }, { "command": "open_file", "args": { "file": "${packages}/User/Side Bar Folders.sublime-settings" }, "caption": "Edit Folders"}, { "command": "side_bar_folders_sidebar_clear", "caption": "Clear Sidebar"}, { "caption": "-" , "id": "history" }, { "caption": "Append Folder", "children": [ { "command": "side_bar_folders_swap", "caption": "Use \"Append\" Folder List as Default "}, { "caption": "-" }, // Folder history goes here ] }, // Folder history goes here { "caption": "-" , "id": "options-separator" }, { "caption": "-" , "id": "options" }, // { "caption": "-" , "id": "end" } ] }, { "caption": "|" , "id": "graphical-menu-icons", "children" : [ { "command": "new_file", "caption": "+ : New" }, { "command": "save", "caption": "✔ : Save" }, { "command": "clone_file", "caption": "♋ : Clone" }, { "command": "jump_back", "caption": "◀ : Jump back" }, { "command": "jump_forward", "caption": "▶ : Jump forward" }, { "command": "expand_selection", "args": { "to": "scope" }, "caption": "♒" }, { "command": "fold", "caption": "〽 : Fold" }, { "command": "unfold_all", "caption": "〰 : Unfold" }, { "command": "toggle_bookmark", "caption": "★ : Bookmark" }, { "command": "next_bookmark", "caption": "➽ : Jump to bookmark" }, { "caption": "♊ : Two columns", "command": "set_layout", "args": { "cols": [0.0, 0.5, 1.0], "rows": [0.0, 1.0], "cells": [[0, 0, 1, 1], [1, 0, 2, 1]] } }, { "caption": "♈ : One column", "command": "set_layout", "args": { "cols": [0.0, 1.0], "rows": [0.0, 1.0], "cells": [[0, 0, 1, 1]] } }, { "command": "open_file", "caption":"⌘", "args": { "file": "${packages}/User/Preferences.sublime-settings" } } ] }, ]