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

Bugfix/fix cider selector problem #2711

Merged

Commits on Sep 13, 2019

  1. Add note about the problem

    ahungry committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    cd6ef9d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. Adjusts cider-selector handling with the following benefits:

    - If the selector is run outside of an active sesman-session, it will
    still find the REPL when the REPL selector is chosen (based on the
    last cider REPL mode).
    - If the selector is run while a window is visible, it will switch to
    that window (focus) as opposed to giving a "No such buffer" message.
    ahungry committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    e8ab9e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b2966e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. Update docstring

    ahungry committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    7e4de5c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. Configuration menu
    Copy the full SHA
    9bc6c89 View commit details
    Browse the repository at this point in the history