Mailspring/internal_packages/plugins/lib
Ben Gotow a48ddd51f8 refactor(menus): Major prune of keymaps/commands, real conditional menus
Summary:
Keymaps & menus CSON => JSON, remove AtomKeymaps, CommandRegistry use of CSS selectors, use Mousetrap instead

Important Notes:

- The `application:` prefix is reserved for commands which are handled in the application process. Don't use it for other things. You will not receive the events in the window.

- Maintaining dynamic menus seems to come with quite an overhead, because Electron updates the entire menu every time. In the future, we'll need https://github.com/electron/electron/issues/528 to really make things nice. I will be tracking this upstream.

- The format for keyboard shortcuts has changed. `cmd-X` is now `command+shift+x`

Test Plan: Run tests

Reviewers: juan, evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D2917
2016-04-24 12:16:25 -05:00
..
main.jsx 🎨(preferences): Updates preferences to look prettier 2016-04-01 14:01:26 -07:00
package-set.jsx fix(react): Fix several warnings in missing imports 2016-04-05 14:53:37 -07:00
package.jsx fix(react): Fix several warnings in missing imports 2016-04-05 14:53:37 -07:00
packages-store.jsx refactor(menus): Major prune of keymaps/commands, real conditional menus 2016-04-24 12:16:25 -05:00
plugins-actions.jsx 🎨(preferences): Updates preferences to look prettier 2016-04-01 14:01:26 -07:00
plugins-tabs-view.jsx 🎨(preferences): Updates preferences to look prettier 2016-04-01 14:01:26 -07:00
preferences-plugins.jsx 🎨(preferences): Updates preferences to look prettier 2016-04-01 14:01:26 -07:00
tab-explore.jsx 🎨(preferences): Updates preferences to look prettier 2016-04-01 14:01:26 -07:00
tab-installed.jsx 🎨(preferences): Change spacing and button sizes 2016-04-07 14:32:51 -07:00
tabs-store.jsx 🎨(preferences): Updates preferences to look prettier 2016-04-01 14:01:26 -07:00
tabs.jsx 🎨(preferences): Updates preferences to look prettier 2016-04-01 14:01:26 -07:00