react-menu-aim
Version:
A React mixin version of Amazon's jQuery-menu-aim plugin
29 lines (28 loc) • 1.22 kB
JavaScript
module.exports = exports = [{
name: 'File',
subMenu: ['New File', 'Open', 'Open Recent', 'ReOpen with Encoding', 'New View into File', 'Save', 'Save with Encoding', 'Sava As', 'Save All']
}, {
name: 'Edit',
subMenu: ['Undo Insert Characters', 'Repeat Insert Characters', 'Undo Selection', 'Copy', 'Cut', 'Paste', 'Paste and Indent', 'Paste from History']
}, {
name: 'Selection',
subMenu: ['Split into Lines', 'Add Previous Line', 'Add Next Line', 'Single Selection', 'Invert Selection']
}, {
name: 'Find',
subMenu: ['Find', 'Find Next', 'Find Previous', 'Increment Find']
}, {
name: 'View',
subMenu: ['Show minimap', 'Hide Tabs', 'Hide Status Bar', 'Show Console', 'Enter Full Screen', 'Enter Distraction Free Mode', 'Layout', 'Groups']
}, {
name: 'Goto',
subMenu: ['Goto Anything', 'Goto Symbol', 'Goto Symbol in Project', 'Goto Definition', 'Goto Line', 'Jump Back', 'Jump Forward']
}, {
name: 'Tools',
subMenu: ['Command Palette', 'Snippets', 'Build System', 'Build', 'Build With']
}, {
name: 'Project',
subMenu: ['Open Project', 'Switch Project', 'Quick Switch Project', 'Open Recent', 'Save Project As']
}, {
name: 'Window',
subMenu: ['Minimize', 'Zoom', 'Bring All to Front']
}];