summaryrefslogtreecommitdiff
path: root/cider-client.el
Commit message (Expand)AuthorAge
...
* Fix a docstringBozhidar Batsov2016-02-26
* Set cider-pprint-fn to pprint by defaultBozhidar Batsov2016-02-26
* cider-map-connections provides user-friendly errorsArtur Malabarba2016-02-14
* [#1557] :both and :any commands error out in clj(s) buffers without a connectionArtur Malabarba2016-02-14
* Improve and add tests for cider-current-connectionArtur Malabarba2016-02-14
* Make it possible to test a ns from a REPL bufferBozhidar Batsov2016-02-11
* Stop the spinner when the connection closesArtur Malabarba2016-02-11
* Make the connection message displayed in the minibuffer configurableBozhidar Batsov2016-02-10
* Reimplement pprint-eval in terms of regular evalArtur Malabarba2016-02-07
* Move spinner activation/termination to cider-nrepl-request:evalArtur Malabarba2016-02-07
* Move spinner code higher up the fileArtur Malabarba2016-02-06
* Fix a docstringBozhidar Batsov2016-02-06
* Kill the nREPL messages buffer, before killing it's matching connectionBozhidar Batsov2016-02-05
* Fix a function nameBozhidar Batsov2016-02-05
* Improve the names of the nREPL message buffersBozhidar Batsov2016-02-02
* Don't try to kill the nREPL messages buffer, unless it existsBozhidar Batsov2016-02-01
* [Fix #1529] Close nREPL messages buffer when its matching connection isBozhidar Batsov2016-01-31
* [Fix #1458] Separate nREPL messages by connections instead of byBozhidar Batsov2016-01-31
* Extend cider-map-connections to :any, :both, :clj, and :cljsArtur Malabarba2016-01-19
* Fix quotes in the docstring of cider-pprint-fnArtur Malabarba2016-01-16
* Update the copyright yearsBozhidar Batsov2016-01-01
* Merge pull request #1477 from fajpunk/check-major-mode-firstBozhidar Batsov2015-12-23
|\
| * Check major mode first when choosing connectionDan Fuchs2015-12-22
* | Remove a few older depricated aliasesBozhidar Batsov2015-12-23
|/
* Replace usage of string-suffix-p with directory-file-nameBozhidar Batsov2015-12-20
* Introduce the concept of project nameBozhidar Batsov2015-12-19
* Fix broken testBozhidar Batsov2015-12-19
* Display the REPL's type properlyBozhidar Batsov2015-12-19
* Simplify cider--connection-pp a bitBozhidar Batsov2015-12-19
* Improve the display of connections in the connection browserBozhidar Batsov2015-12-17
* Add missing dotBozhidar Batsov2015-12-17
* Handle the case of being in a REPL buffer when invoking cider-current-connectionBozhidar Batsov2015-12-17
* Use the pprint-fn slot when making format-edn requestsMichael Griffiths2015-12-17
* Add cider-pprint-fn optionMichael Griffiths2015-12-12
* right-margin -> print-right-marginMichael Griffiths2015-12-12
* [Fix #1459] Dispatch connections according to major-mode, not file typesArtur Malabarba2015-12-11
* Refactor cider-current-connection a bitArtur Malabarba2015-12-11
* [Fix #1439] Wrong arguments in calls to sync-requestArtur Malabarba2015-11-29
* Turn do-connections into a function: map-connectionsArtur Malabarba2015-11-28
* Delete cider--ensure-sessionArtur Malabarba2015-11-28
* [Fix #1299] Eval in both REPLs for cljc and cljxLars Andersen2015-11-28
* Refactor cider-current-connectionLars Andersen2015-11-28
* Move a bit of code aroundBozhidar Batsov2015-11-26
* Add a way to jump to the tooling session's messagesBozhidar Batsov2015-11-26
* Refine a docstringBozhidar Batsov2015-11-26
* [#1412] Track nREPL messages per sessionBozhidar Batsov2015-11-25
* Make sure all nREPL requests have a sessionBozhidar Batsov2015-11-25
* Add a session to a few middleware requestsBozhidar Batsov2015-11-25
* Use Clojure(Script) instead of clj(s) in the connections bufferArtur Malabarba2015-11-06
* Fix a broken test and improve cider--connection-ppArtur Malabarba2015-11-06