summaryrefslogtreecommitdiff
path: root/cider-client.el
Commit message (Expand)AuthorAge
* Make it possible to pass to the apropos commands a list ofBozhidar Batsov2016-03-19
* [Fix #1563] Handle invalid regular expressions in aproposBozhidar Batsov2016-03-19
* Fix a couple of bytecomp warningsArtur Malabarba2016-03-03
* Fix current-connectionArtur Malabarba2016-03-03
* Improve a docstringBozhidar Batsov2016-02-28
* Improve the message displayed by cider-ensure-op-supportedBozhidar Batsov2016-02-28
* Remove a bunch of stuff that were marked as obsolete in 0.10Bozhidar Batsov2016-02-27
* Use user-error instead of error in cider-ensure-op-supportedBozhidar Batsov2016-02-27
* Fix a docstringBozhidar Batsov2016-02-27
* Improve the message displayed by cider-ensure-connectedBozhidar Batsov2016-02-27
* Fix a docstringBozhidar Batsov2016-02-26
* 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