From 1899e9b8a02642eca9fc378ccc3fe0ffb7358d31 Mon Sep 17 00:00:00 2001 From: "Machiste N. Quintana" Date: Sat, 14 Mar 2015 13:52:50 -0400 Subject: [PATCH 1/4] Add pane:close to atom-pane context menu --- menus/darwin.cson | 1 + 1 file changed, 1 insertion(+) diff --git a/menus/darwin.cson b/menus/darwin.cson index 7283ba16f..d1518f8e3 100644 --- a/menus/darwin.cson +++ b/menus/darwin.cson @@ -225,5 +225,6 @@ {label: 'Split Down', command: 'pane:split-down'} {label: 'Split Left', command: 'pane:split-left'} {label: 'Split Right', command: 'pane:split-right'} + {label: 'Close Pane', command: 'pane:close'} {type: 'separator'} ] From 55c5614bd40c9ea5a11ad8d158e25fd854518692 Mon Sep 17 00:00:00 2001 From: "Machiste N. Quintana" Date: Sat, 14 Mar 2015 16:30:17 -0400 Subject: [PATCH 2/4] Update darwin.cson Missed a spot --- menus/darwin.cson | 1 + 1 file changed, 1 insertion(+) diff --git a/menus/darwin.cson b/menus/darwin.cson index d1518f8e3..9454a7c34 100644 --- a/menus/darwin.cson +++ b/menus/darwin.cson @@ -217,6 +217,7 @@ {label: 'Split Down', command: 'pane:split-down'} {label: 'Split Left', command: 'pane:split-left'} {label: 'Split Right', command: 'pane:split-right'} + {label: 'Close Pane', command: 'pane:close'} {type: 'separator'} ] 'atom-pane': [ From bd9e48e217116e386600eefc6414b9e98185ba3f Mon Sep 17 00:00:00 2001 From: "Machiste N. Quintana" Date: Sat, 14 Mar 2015 16:30:46 -0400 Subject: [PATCH 3/4] Add pane:close to atom-pane context menu (Win) --- menus/win32.cson | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menus/win32.cson b/menus/win32.cson index a3e5c8b8d..af26be7a5 100644 --- a/menus/win32.cson +++ b/menus/win32.cson @@ -196,6 +196,7 @@ {label: 'Split Down', command: 'pane:split-down'} {label: 'Split Left', command: 'pane:split-left'} {label: 'Split Right', command: 'pane:split-right'} + {label: 'Close Pane', command: 'pane:close'} {type: 'separator'} ] 'atom-pane': [ @@ -204,5 +205,6 @@ {label: 'Split Down', command: 'pane:split-down'} {label: 'Split Left', command: 'pane:split-left'} {label: 'Split Right', command: 'pane:split-right'} + {label: 'Close Pane', command: 'pane:close'} {type: 'separator'} ] From 8a6f966d87b24c212c47c25fbb5867994d3ce11c Mon Sep 17 00:00:00 2001 From: "Machiste N. Quintana" Date: Sat, 14 Mar 2015 16:31:23 -0400 Subject: [PATCH 4/4] Add pane:close to atom-pane context menu (Linux) --- menus/linux.cson | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menus/linux.cson b/menus/linux.cson index fc1e58785..a3b3875c4 100644 --- a/menus/linux.cson +++ b/menus/linux.cson @@ -174,6 +174,7 @@ {label: 'Split Down', command: 'pane:split-down'} {label: 'Split Left', command: 'pane:split-left'} {label: 'Split Right', command: 'pane:split-right'} + {label: 'Close Pane', command: 'pane:close'} {type: 'separator'} ] 'atom-pane': [ @@ -182,5 +183,6 @@ {label: 'Split Down', command: 'pane:split-down'} {label: 'Split Left', command: 'pane:split-left'} {label: 'Split Right', command: 'pane:split-right'} + {label: 'Close Pane', command: 'pane:close'} {type: 'separator'} ]