summaryrefslogtreecommitdiff
path: root/cider.el
Commit message (Expand)AuthorAge
* Add basic gradle supportMeikel Brandmeyer2015-10-30
* Refactor cider-find-reusable-repl-bufferLars Andersen2015-10-28
* Refactor repeated code into let bindingLars Andersen2015-10-27
* Merge pull request #1383 from edvorg/masterBozhidar Batsov2015-10-27
|\
| * Add a keybinding for cider-jack-in-clojurescriptEdward Knyshov2015-10-25
* | [Fix #1385] Test for nil in find-reusable-bufferLars Andersen2015-10-27
* | Break some long linesLars Andersen2015-10-27
|/
* Bump the clojure-mode dep to 5.0.0Bozhidar Batsov2015-10-22
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
* Subscribe to server out upon connectionArtur Malabarba2015-10-18
* [Fix #1300] Make it possible to quickly replicate an existing nREPL connectionBozhidar Batsov2015-10-17
* Further unentangle cider-interaction from the other filesArtur Malabarba2015-10-01
* Move the post-connection middleware checking to cider.elArtur Malabarba2015-09-23
* Move many common-use functions to cider-common.elArtur Malabarba2015-09-23
* Bump dash dependencyLars Andersen2015-09-12
* [Fix #1305] Move connection update code before the REPL's initBozhidar Batsov2015-09-06
* [#1305] Another stab at fixing our messed up init processBozhidar Batsov2015-09-06
* Improve a message a bitBozhidar Batsov2015-09-06
* [Fix #1305] Track properly connections established via cider-jack-inBozhidar Batsov2015-09-06
* Move nrepl-find-reusable-repl-buffer to cider.elBozhidar Batsov2015-09-06
* Move the code that makes the newest connection default to `cider-connect'Bozhidar Batsov2015-09-05
* Use the state parameter to keep cider-repl-type updatedArtur Malabarba2015-08-31
* Make relevant-connection a little smarter, and rename it to current-connectionArtur Malabarba2015-08-30
* Replace default-connection with relevant-connection in most placesArtur Malabarba2015-08-30
* Alias cider-current-repl-buffer to cider-find-relevant-connectionArtur Malabarba2015-08-30
* Remove unused localLars Andersen2015-08-29
* Partially remove sibling connections featuresArtur Malabarba2015-08-29
* Add CIDER wrappers for nrepl-send-request and nrepl-send-sync-requestBozhidar Batsov2015-08-27
* [#1225] Move a bunch of connection management logic to CIDER itselfBozhidar Batsov2015-08-23
* Move host lookup code to CIDERBozhidar Batsov2015-08-22
* [Fix #1197] Display some indication that we're waiting for a result for long-...Anatoly Smolyaninov2015-08-15
* Simplify a nested listBozhidar Batsov2015-08-13
* Make it possible to suppress the project prompt when doing cider-connectBozhidar Batsov2015-08-13
* Add optional params to cider-assoc-project-with-connectionBozhidar Batsov2015-08-12
* Add the ability to associate projects with connections on cider-connectBozhidar Batsov2015-08-10
* Merge pull request #1233 from jeffdik/masterBozhidar Batsov2015-08-04
|\
| * Fix NodeJS CLJS REPL startingJeff Dik2015-08-03
* | Merge pull request #1215 from aJchemist/patch-1Bozhidar Batsov2015-08-01
|\ \ | |/ |/|
| * Substitute `clojure-project-dir' for `cider-project-directory-for'aJchemist2015-08-01
* | Fix a typoBozhidar Batsov2015-07-27
|/
* [Fix #1216] Move project-handling code to from nrepl-client to ciderBozhidar Batsov2015-07-25
* Require weasel before using itArtur Malabarba2015-07-22
* Define a command to start a pair of Clojure(Script) REPLsArtur Malabarba2015-07-13
* Change cider-version to a defconst, so it reloads properlyArtur Malabarba2015-07-03
* Use clojure-mode's sexp navigation commandsArtur Malabarba2015-07-02
* Bump the version to 0.10.0-snapshotBozhidar Batsov2015-06-29
* Rewrite the debuggerArtur Malabarba2015-06-28
* Release 0.9.1Bozhidar Batsov2015-06-24
* Fix a docstringBozhidar Batsov2015-06-23