summaryrefslogtreecommitdiff
path: root/cider.el
Commit message (Expand)AuthorAge
* 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
* [Fix #1142] Don't sniff for ports when port is present in `cider-known-endpoi...Vitalie Spinu2015-06-21
* Bump the version to 0.9.1-snapshotBozhidar Batsov2015-06-19
* Release 0.9.0Bozhidar Batsov2015-06-16
* Remove usages of `first' and `second' from clBozhidar Batsov2015-06-15
* Add an option to disable automatic cider-modeOleh Krehel2015-06-06
* Remove redundant cl-lib depBozhidar Batsov2015-05-16
* Bump the Emacs dep to 24.3Bozhidar Batsov2015-05-16
* Tiny improvementsBozhidar Batsov2015-05-05
* Update the CIDER group descriptionBozhidar Batsov2015-05-05
* Use #' where appropriateBozhidar Batsov2015-05-05
* Remove the obsolete function alias for the cider-connect commandBozhidar Batsov2015-05-05
* Fix a typoBozhidar Batsov2015-04-27