Move "Fold all" menu entry to above the "Unfold all" entry (issue#13262)

This commit is contained in:
Yisheng Cai
2016-11-19 20:21:02 -05:00
parent 56be2e43e6
commit dfdb657ce2
3 changed files with 3 additions and 3 deletions

View File

@@ -81,9 +81,9 @@
submenu: [
{ label: '&Fold', command: 'editor:fold-current-row' }
{ label: '&Unfold', command: 'editor:unfold-current-row' }
{ label: 'Fol&d All', command: 'editor:fold-all' }
{ label: 'Unfold &All', command: 'editor:unfold-all' }
{ type: 'separator' }
{ label: 'Fol&d All', command: 'editor:fold-all' }
{ label: 'Fold Level 1', command: 'editor:fold-at-indent-level-1' }
{ label: 'Fold Level 2', command: 'editor:fold-at-indent-level-2' }
{ label: 'Fold Level 3', command: 'editor:fold-at-indent-level-3' }