Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indicate to the user when text is copied to the clipboard #642

Merged
merged 7 commits into from
Aug 23, 2021

Commits on Aug 12, 2021

  1. Indicate to the user when text is copied to the clipboard

    - broadcast CopyToClipboard event to plugins after selection has been
      copied, and InputReceived event after any input has been received.
    - add new ClientToServerMsg InputReceived
    - subscribe status-bar plugin to new events, modify second line after
      CopyToClipboard, reset it on InputReceived.
    tlinford committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    86e0b98 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. remove unnecessary InputReceived ClientToServerMsg

    - use existing Actions instead to know that user input has been received
    tlinford committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    51d48d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a32b24b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cd59b4 View commit details
    Browse the repository at this point in the history
  4. cleanup

    tlinford committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    7d96d91 View commit details
    Browse the repository at this point in the history
  5. cleanup

    tlinford committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    a12ae78 View commit details
    Browse the repository at this point in the history
  6. cleanup

    tlinford committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    8d4d711 View commit details
    Browse the repository at this point in the history