summaryrefslogtreecommitdiff
path: root/cider-client.el
Commit message (Expand)AuthorAge
* Fix a typoBozhidar Batsov2018-03-18
* Use a more subtle way to indicate a REPL is a cljs REPLBozhidar Batsov2018-03-18
* Improve the description of cider-client.elBozhidar Batsov2018-03-12
* [Fix #2230] Check for required libraries on the classpathBozhidar Batsov2018-03-06
* [#2202] Check in advance if a ClojureScript REPL can be created or notBozhidar Batsov2018-03-05
* Remove a redundant usage of formatBozhidar Batsov2018-03-05
* Add cider-sync-tooling-evalBozhidar Batsov2018-03-05
* [#2199] Indentation adjustments, per elisp-lintNeil Okamoto2018-03-05
* Declare functions to resolve warningsgganley2018-03-03
* Remove last remnants of cljx code causing CI breakageNeil Okamoto2018-01-31
* Drop support for cljxBozhidar Batsov2018-01-21
* Improve a messageBozhidar Batsov2018-01-07
* [Fix #1913] Allow toggling of current buffer connection (#2149)dpsutton2018-01-03
* Bump the copyright yearsBozhidar Batsov2018-01-01
* Update cider-sync-request:resources-list to track some cider-nrepl changesBozhidar Batsov2017-12-18
* Merge branch 'master' into switchBozhidar Batsov2017-12-14
|\
| * Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
* | Add optional `buffer` argument to cider-connection-type-for-bufferVitalie Spinu2017-12-10
|/
* Improve a couple of error messagesBozhidar Batsov2017-12-10
* Fix a typoBozhidar Batsov2017-12-10
* Check whether there are multiple active connections in cider-rotate-default-c...Bozhidar Batsov2017-12-10
* Fix broken evaluation in cljc files with one connectionVitalie Spinu2017-07-25
* Fix `checkdoc` errorsTianxiang Xiong2017-07-23
* Use plist to cache ns->ns-form mappingsVitalie Spinu2017-07-19
* Add connection argument to cider-nrepl-sync-request:evalVitalie Spinu2017-07-19
* Move cider-sync-request:ns-path to cider-client.elVitalie Spinu2017-07-19
* Make `cider-current-connection` retrieve the most recently used connectionVitalie Spinu2017-07-16
* Better connection types retrivalVitalie Spinu2017-07-16
* [#1875] In cljc files eval into both clj and cljs replsVitalie Spinu2017-07-13
* Make `filter-regex` for `cider-browse-spec-all` optionalTianxiang Xiong2017-07-08
* Add cider-browse-spec-all and cider-browse-spec implementationJuan Monetta2017-07-07
* [Fix #1832] Add eldoc info for datomic query input parameterstijsmallaerts2017-03-22
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
* Add interactive function to flush Compliment cachesAlexander Yakushev2017-03-07
* Don't use `list` where backquoting would be clearerTianxiang Xiong2017-03-01
* Remove session from nrepl interaction (#1925)dpsutton2017-01-23
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* Get session id from session we are usingDan Sutton2016-12-22
* Improve a couple of docstringsBozhidar Batsov2016-12-20
* Control pretty print width with variableDan Sutton2016-11-27
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
* [Fix #1707] Add customization for line truncating in special buffersBartłomiej Kruczyk2016-10-16
* [Fix #1789] Make it easier to change the connection of the scratchBozhidar Batsov2016-10-09
* Add new command `cider-toggle-request-dispatch`Bozhidar Batsov2016-09-28
* Minor indentation fixcskksc2016-07-17
* Fix orphaned nrepl-messages buffer after cider-quit (#1788)Michael Brand2016-06-21
* Change read-char to read-keyArtur Malabarba2016-06-02
* Ugly patch for misbehaving ClojureScript REPLsArtur Malabarba2016-06-02
* [Fix #1564] Add support to filter out internal namespaces and vars (#1724)Chaitanya Koparkar2016-05-01