summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* Don't assume CIDER is connected to dead buffersArtur Malabarba2015-09-10
* Fix cider-current-connection in connection buffersArtur Malabarba2015-09-09
* Improve connection restart messagesBozhidar Batsov2015-09-09
* [#1298] Add a proper warning for killing all connectionsBozhidar Batsov2015-09-09
* [#1298] Show which connections you're about to quit with cider-quitBozhidar Batsov2015-09-09
* Kill unused function cider-parent-nsBozhidar Batsov2015-09-09
* Improve an error messageBozhidar Batsov2015-09-09
* Simplify cider-connected-pBozhidar Batsov2015-09-09
* Axe the cider-buffer-connection variableArtur Malabarba2015-09-06
* If there are connections, don't return nil in cider-find-connection-buffer-fo...Artur Malabarba2015-09-06
* Kill some redundant codeBozhidar Batsov2015-09-06
* Fix cider-visit-error-bufferluxbock2015-09-05
* Move pprint-eval requests out of nrepl-client.elBozhidar Batsov2015-09-02
* Fix "no buffer" error in cider-interactive-pprint-evalMichael Griffiths2015-09-02
* Update an overlooked usage of nrepl-request:evalBozhidar Batsov2015-08-30
* Make relevant-connection a little smarter, and rename it to current-connectionArtur Malabarba2015-08-30
* Replace default-connection with relevant-connection in most placesArtur Malabarba2015-08-30
* Alias cider-current-repl-buffer to cider-find-relevant-connectionArtur Malabarba2015-08-30
* In cider-close-ancillary-buffers, check buffer exists before killing itArtur Malabarba2015-08-30
* Deal with buffers directly, not their namesArtur Malabarba2015-08-29
* Many small code improvementsArtur Malabarba2015-08-29
* Fix wrong arity in nrepl-request:evalArtur Malabarba2015-08-29
* Remove some legacy stuff related to error handlingBozhidar Batsov2015-08-29
* Adjust outdated docstringBozhidar Batsov2015-08-29
* Continue to decouple CIDER from nrepl-clientBozhidar Batsov2015-08-29
* Cleanup buffer killing logicArtur Malabarba2015-08-29
* Partially remove sibling connections featuresArtur Malabarba2015-08-29
* Add explicit connection param to nrepl-sync-request:describeBozhidar Batsov2015-08-28
* Add explicit connection param to nrepl-sync-request:closeBozhidar Batsov2015-08-28
* Add explicit connection & session params to nrepl-request:ls-sessionsBozhidar Batsov2015-08-28
* Add explicit connection & session params to nrepl-request:stdinBozhidar Batsov2015-08-28
* Add CIDER wrappers for nrepl-send-request and nrepl-send-sync-requestBozhidar Batsov2015-08-27
* Add a simple wrapper for nrepl-op-supported-pBozhidar Batsov2015-08-27
* Improve a message promptBozhidar Batsov2015-08-26
* Merge pull request #1274 from clojure-emacs/fix-dual-replBozhidar Batsov2015-08-25
|\
| * Simplify connection tracking codeArtur Malabarba2015-08-24
* | [Fix #1278] Change cider-current-repl to cider-current-repl-bufferBozhidar Batsov2015-08-25
* | Eliminate usages of `cider-default-connection` in the nREPL clientBozhidar Batsov2015-08-25
* | Fix many compile warningsArtur Malabarba2015-08-25
* | Fix `cider-switch-to-repl-buffer` always setting the namespaceArtur Malabarba2015-08-25
|/
* [Fix #1272] Return a proper button string in cider--readme-buttonArtur Malabarba2015-08-24
* New possible value for `cider-prompt-save-file-on-load'Artur Malabarba2015-08-23
* [#1225] Move a bunch of connection management logic to CIDER itselfBozhidar Batsov2015-08-23
* [#1264] Get rid of nrepl-current-sessionBozhidar Batsov2015-08-18
* [Fix #1239] Add cider-refresh-show-log-bufferMichael Griffiths2015-08-16
* Refactor to prefer when over single clause ifLars Andersen2015-08-16
* Fix stderr handling in cider-stdin-handlerBozhidar Batsov2015-08-16
* Use stdout and stderr in the names of all output emittersBozhidar Batsov2015-08-16
* [Fix #1258] Erroneous defcustom referenceLars Andersen2015-08-15
* [Fix #1197] Display some indication that we're waiting for a result for long-...Anatoly Smolyaninov2015-08-15