From 8ef97bd78ea5947979fd6c8172785cb97f4dae83 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 30 Apr 2014 13:59:49 -0700 Subject: [PATCH] Add menu items for pane management on windows --- menus/win32.cson | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/menus/win32.cson b/menus/win32.cson index ad52c6e71..3a6157f65 100644 --- a/menus/win32.cson +++ b/menus/win32.cson @@ -88,6 +88,25 @@ submenu: [ { label: '&Reload', command: 'window:reload' } { label: 'Toggle &Full Screen', command: 'window:toggle-full-screen' } + { + label: 'Panes' + submenu: [ + { label: 'Split Up', command: 'pane:split-up' } + { label: 'Split Down', command: 'pane:split-down' } + { label: 'Split Left', command: 'pane:split-left' } + { label: 'Split Right', command: 'pane:split-right' } + { type: 'separator' } + { label: 'Focus Next Pane', command: 'window:focus-next-pane' } + { label: 'Focus Previous Pane', command: 'window:focus-previous-pane' } + { type: 'separator' } + { label: 'Focus Pane Above', command: 'window:focus-pane-above' } + { label: 'Focus Pane Below', command: 'window:focus-pane-below' } + { label: 'Focus Pane On Left', command: 'window:focus-pane-on-left' } + { label: 'Focus Pane On Right', command: 'window:focus-pane-on-right' } + { type: 'separator' } + { label: 'Close pane', command: 'pane:close' } + ] + } { label: 'Developer' submenu: [