summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* Add cider-load-buffer-and-switch-to-repl-bufferJeremy Heiler2015-09-20
* Move doc functions from cider-interaction.el to cider-doc.elArtur Malabarba2015-09-20
* Move tooling-file-p and ensure-op-supported out of cider-interaction.elArtur Malabarba2015-09-20
* Move some prompting functions/vars to cider-utilArtur Malabarba2015-09-20
* Move popup logic to cider-popup.elArtur Malabarba2015-09-20
* Be a little more paranoid about stopping the spinnerArtur Malabarba2015-09-19
* Fix a couple of function namesBozhidar Batsov2015-09-18
* Merge pull request #1327 from clojure-emacs/fix-completionBozhidar Batsov2015-09-18
|\
| * [Fix #467] Improve completion in the replLars Andersen2015-09-18
* | Don't try to close a dead connectionArtur Malabarba2015-09-18
* | Make nrepl-close obsoleteArtur Malabarba2015-09-18
* | Don't throw errors in cider-current-connectionArtur Malabarba2015-09-17
|/
* Show the project directory as default when pickingPeter Jaros2015-09-15
* 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