summaryrefslogtreecommitdiff
path: root/cider-client.el
Commit message (Expand)AuthorAge
...
* 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
* Work on the assumption that cider-repl-type is never nilArtur Malabarba2015-11-06
* Harden find-connection-buffer-for-project-directoryLars Andersen2015-11-06
* Make connection optional in cider-other-connectionLars Andersen2015-11-06
* [Fix #1297] C-c M-n should act on both replsLars Andersen2015-11-04
* Better defaults for find-conn-buffer-for-proj-dirLars Andersen2015-11-04
* Fix a docstringBozhidar Batsov2015-11-03
* Merge pull request #1395 from Peeja/show-project-dir-when-picking-project-dir...Bozhidar Batsov2015-11-03
|\
| * Fix read-directory invocation the *right* wayPeter Jaros2015-11-02
* | Add a note to improve the static dispatch in the futureBozhidar Batsov2015-11-02
* | [Fix #1281] Add a defcustom controlling the request dispatchBozhidar Batsov2015-11-02
* | Fix a docstringBozhidar Batsov2015-11-02
|/
* [Fix #1330] Leverage the source-tracking mechanism introduced in nREPL 0.2.11Bozhidar Batsov2015-10-25
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
* Bind describe-mode in the connections browserBozhidar Batsov2015-10-17
* Display the REPL name in the connection browserBozhidar Batsov2015-10-17
* Fix a docstringBozhidar Batsov2015-10-17
* [Fix #1300] Make it possible to quickly replicate an existing nREPL connectionBozhidar Batsov2015-10-17
* Fix a docstringBozhidar Batsov2015-10-17
* Fix a call to completing-readArtur Malabarba2015-10-13
* Document the return value of the cider-nrepl-send-* functionsArtur Malabarba2015-10-04
* New function: cider-nrepl-send-unhandled-requestArtur Malabarba2015-10-04
* Fix some bad usages of `message`Artur Malabarba2015-09-28
* Fix connection detection when file is not in a projectArtur Malabarba2015-09-28
* Fix some bad declaresArtur Malabarba2015-09-25
* Move connection-info logic to cider-client.elArtur Malabarba2015-09-23
* Move current-ns logic to cider-client.elArtur Malabarba2015-09-23
* Move spinner logic to cider-client.elArtur Malabarba2015-09-23