'menu': [ { label: 'Edgehill' submenu: [ { label: 'About Edgehill', command: 'application:about' } { label: 'Link External Account', command: 'atom-workspace:add-account' } { label: 'Log Out', command: 'atom-workspace:logout' } { label: 'VERSION', enabled: false } { label: 'Restart and Install Update', command: 'application:install-update', visible: false} { label: 'Check for Update', command: 'application:check-for-update', visible: false} { label: 'Downloading Update', enabled: false, visible: false} { type: 'separator' } { type: 'separator' } { label: 'Services', submenu: [] } { type: 'separator' } { label: 'Hide Edgehill', command: 'application:hide' } { label: 'Hide Others', command: 'application:hide-other-applications' } { label: 'Show All', command: 'application:unhide-all-applications' } { type: 'separator' } { label: 'Quit', command: 'application:quit' } ] } { label: 'File' submenu: [ { label: 'New Message', command: 'application:new-message' } { type: 'separator' } { label: 'Close Window', command: 'window:close' } ] } { label: 'Edit' submenu: [ { label: 'Undo', command: 'core:undo' } { label: 'Redo', command: 'core:redo' } { type: 'separator' } { label: 'Cut', command: 'core:cut' } { label: 'Copy', command: 'core:copy' } { label: 'Paste', command: 'core:paste' } { label: 'Select All', command: 'core:select-all' } ] } { label: 'View' submenu: [ { label: 'Reload', command: 'window:reload' } { label: 'Toggle Full Screen', command: 'window:toggle-full-screen' } ] } { label: 'Window' submenu: [ { label: 'Minimize', command: 'application:minimize' } { label: 'Zoom', command: 'application:zoom' } { type: 'separator' } { label: 'Message Viewer', command: 'application:show-main-window' } { type: 'separator' } { label: 'Bring All to Front', command: 'application:bring-all-windows-to-front' } ] } { label: 'Help' submenu: [ { label: 'Report Issue', command: 'application:report-issue' } ] } ] 'context-menu': [ ]