Skip to content

Commit

Permalink
Add Linux and Windows menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
mnquintana committed Jun 18, 2015
1 parent f396b97 commit 7028fb4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions menus/linux.cson
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@
{ label: '&Join Lines', command: 'editor:join-lines' }
]
}
{
label: 'Columns',
submenu: [
{ label: 'Move Selection &Left', command: 'editor:move-selection-left' }
{ label: 'Move Selection &Right', command: 'editor:move-selection-right' }
]
}
{
label: 'Text',
submenu: [
Expand Down
7 changes: 7 additions & 0 deletions menus/win32.cson
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
{ label: '&Join Lines', command: 'editor:join-lines' }
]
}
{
label: 'Columns',
submenu: [
{ label: 'Move Selection &Left', command: 'editor:move-selection-left' }
{ label: 'Move Selection &Right', command: 'editor:move-selection-right' }
]
}
{
label: 'Text',
submenu: [
Expand Down

0 comments on commit 7028fb4

Please sign in to comment.