Mailspring/internal_packages/composer-translate
Ben Gotow 7452705c31 refactor(composer): Make session, draft available everywhere
Summary:
Up until now, we've been requiring that every plugin control in the composer take the draftClientId, retreive the session, listen to it, build state from the draft, etc. This is a huge pain and is hard to explain to newcomers becaus it frankly makes no sense.

In 0.3.45 we made it so that the ComposerView always has a non-null draft and session. (It isn't rendered until they're available). In this diff, I just pass those through to all the plugins and remove all the session retrieval cruft.

Almost none of the buttons have state of their own, which I think is appropriate.

They do render on every keystroke, but they were already running code (to recompute their state) on each keystroke and profiling suggests this has no impact.

Prepare for immutable

In preparation for Immutable models, make the draft store proxy returns a !== draft if any changes have been made. This means you can safely know that a draft has changed if `props.draft !== nextProps.draft`

Test Plan: Run tests

Reviewers: juan, evan

Reviewed By: juan, evan

Differential Revision: https://phab.nylas.com/D2902
2016-04-19 16:05:15 -07:00
..
assets feat(composer): new composer footer and icon design 2016-02-23 13:42:10 -08:00
docs remove(popover): Remove Popover in favor of FixedPopover 2016-03-09 10:05:46 -08:00
lib refactor(composer): Make session, draft available everywhere 2016-04-19 16:05:15 -07:00
stylesheets remove(popover): Remove Popover in favor of FixedPopover 2016-03-09 10:05:46 -08:00
.gitignore fix(examples): examples => packages, move away from installing them 2016-01-07 14:56:34 -08:00
examples-screencap-translate.png fix(examples): examples => packages, move away from installing them 2016-01-07 14:56:34 -08:00
icon.png 💄(icon): A delightful seafoam green icon 2016-02-23 10:35:08 -08:00
package.json fix(examples): examples => packages, move away from installing them 2016-01-07 14:56:34 -08:00
README.md fix(examples): examples => packages, move away from installing them 2016-01-07 14:56:34 -08:00

Translate

A package for N1 that translates draft text into other languages using the Yandex Translation API.

Enable this plugin

  1. Download and run N1

  2. Navigate to Preferences > Plugins and click "Enable" beside the plugin.

Build documentation

cjsx-transform lib/main.cjsx > docs/main.coffee
docco docs/main.coffee
rm docs/main.coffee