summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Update the copyright yearsBozhidar Batsov2016-01-01
* Check major mode first when choosing connectionDan Fuchs2015-12-22
* Introduce the concept of project nameBozhidar Batsov2015-12-19
* Improve the display of connections in the connection browserBozhidar Batsov2015-12-17
* [#1412] Track nREPL messages per sessionBozhidar Batsov2015-11-25
* Use Clojure(Script) instead of clj(s) in the connections bufferArtur Malabarba2015-11-06
* Fix two more testsArtur Malabarba2015-11-06
* Fix a broken test and improve cider--connection-ppArtur Malabarba2015-11-06
* [Fix #1324] Don't font-lock local variablesArtur Malabarba2015-11-04
* Implement detection and recording of local variablesArtur Malabarba2015-11-04
* Add test for Windows file namesJuergen Hoetzel2015-10-26
* Fix a requireBozhidar Batsov2015-10-20
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
* Fix broken testBozhidar Batsov2015-10-17
* Fix overlay testsArtur Malabarba2015-10-14
* Add tests for cider-overlays.elArtur Malabarba2015-10-13
* Fix a testArtur Malabarba2015-10-04
* New function: cider-nrepl-send-unhandled-requestArtur Malabarba2015-10-04
* Implement dynamic indentationArtur Malabarba2015-09-28
* Add a test for check-declaresArtur Malabarba2015-09-25
* Add a test for byte-compiler warningsArtur Malabarba2015-09-24
* New functions nrepl-dict-merge and nrepl-dict-get-inArtur Malabarba2015-09-09
* Fix test-cider-connections-bufferArtur Malabarba2015-09-07
* Stop referencing nrepl-connection-buffer in ciderArtur Malabarba2015-09-06
* Axe the cider-buffer-connection variableArtur Malabarba2015-09-06
* Remove an unused function parameterLars Andersen2015-08-30
* Alias cider-current-repl-buffer to cider-find-relevant-connectionArtur Malabarba2015-08-30
* Deal with buffers directly, not their namesArtur Malabarba2015-08-29
* Continue to decouple CIDER from nrepl-clientBozhidar Batsov2015-08-29
* Add CIDER wrappers for nrepl-send-request and nrepl-send-sync-requestBozhidar Batsov2015-08-27
* Fix the connection browser's buffer nameBozhidar Batsov2015-08-24
* [#1225] Move a bunch of connection management logic to CIDER itselfBozhidar Batsov2015-08-23
* Kill nrepl-close-client-sessionsBozhidar Batsov2015-08-20
* [#1264] Get rid of nrepl-current-sessionBozhidar Batsov2015-08-18
* Eliminate some code duplicationBozhidar Batsov2015-08-13
* Kill a few obsolete testsBozhidar Batsov2015-08-13
* Rename cider-rotate-connection to cider-rotate-default-connectionBozhidar Batsov2015-08-12
* Fix broken testsBozhidar Batsov2015-08-12
* Rename nrepl-current-connection-buffer to nrepl-default-connection-bufferBozhidar Batsov2015-08-11
* Merge pull request #1235 from Malabarba/masterBozhidar Batsov2015-08-05
|\
| * Add support for `(...) to the debuggerArtur Malabarba2015-08-04
* | [#1236] Add two more functions for use in cider-repl-prompt-functionArtur Malabarba2015-08-04
|/
* Substitute `clojure-project-dir' for `cider-project-directory-for'aJchemist2015-08-01
* [Fix #1220] Treat keywords as symbols in lookup commandsBozhidar Batsov2015-07-26
* [Fix #1216] Move project-handling code to from nrepl-client to ciderBozhidar Batsov2015-07-25
* cider-read-from-minibuffer accepts PROMPT without ": "Artur Malabarba2015-07-16
* Add configuration to move or remove the debugger's input promptArtur Malabarba2015-07-07
* Fix navigation bug introduced with map handlingArtur Malabarba2015-07-02
* Add inspecting to the debuggerArtur Malabarba2015-07-01
* Define command to run -mainArtur Malabarba2015-06-30