summaryrefslogtreecommitdiff
path: root/cider.el
Commit message (Collapse)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
| | | | Also rename -jump-back to -pop-back
* Bump dash dependencyLars Andersen2015-09-12
| | | | This makes the family of some-> macros available.
* [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
| | | | | This is a somewhat ugly temporary solution. A proper solution would require decoupling connection creation from `nrepl-server-filter`.
* Move nrepl-find-reusable-repl-buffer to cider.elBozhidar Batsov2015-09-06
| | | | This commit also renames it to cider-find-reusable-repl-buffer.
* 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
| | | | | | | | | | - REPL buffers are no longer marked as siblings. Instead, "siblings" are identified by REPLs in the same project. - The smart dispatching logic is moved from cider-current-repl-buffer to cider-find-relevant-connection. - Killing a REPL no longer offers to kill siblings.
* Add CIDER wrappers for nrepl-send-request and nrepl-send-sync-requestBozhidar Batsov2015-08-27
| | | | One more step towards decoupling CIDER and nrepl-client.
* [#1225] Move a bunch of connection management logic to CIDER itselfBozhidar Batsov2015-08-23
| | | | | | | An nREPL client library shouldn't really handle connection multiplexing and similar concerns. It should simply dispatch requests over a specified connection - plain & simple. It's the responsibility of the users to decide what kind of connection management they'd like to implement.
* Move host lookup code to CIDERBozhidar Batsov2015-08-22
|
* [Fix #1197] Display some indication that we're waiting for a result for ↵Anatoly Smolyaninov2015-08-15
| | | | long-running evaluations
* 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 starting
| * Fix NodeJS CLJS REPL startingJeff Dik2015-08-03
| |
* | Merge pull request #1215 from aJchemist/patch-1Bozhidar Batsov2015-08-01
|\ \ | |/ |/| Case handling in nrepl-project-directory-for
| * Substitute `clojure-project-dir' for `cider-project-directory-for'aJchemist2015-08-01
| | | | | | | | | | Resolve a duplicate `cider-project-directory-for' functionality against clojure-mode project
* | Fix a typoBozhidar Batsov2015-07-27
|/
* [Fix #1216] Move project-handling code to from nrepl-client to ciderBozhidar Batsov2015-07-25
| | | | An nREPL client is not supposed to have any notion of a Clojure project.
* 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
| | | | | | | | There's no longer any need to call instrument-and-eval on code to instrument it. Just passing the code with a #dbg or a #bp reader macro is enough. Also document new debugging entry points, and add a changelog.
* 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 ↵Vitalie Spinu2015-06-21
| | | | `cider-known-endpoints`
* 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
| | | | | | * cider.el (cider-auto-mode): New defcustom. (cider--connected-handler): Don't auto-enable `cider-mode' for all `clojure-mode' buffers when `cider-auto-mode' is nil.
* Remove redundant cl-lib depBozhidar Batsov2015-05-16
| | | | cl-lib is built-in in Emacs 24.3.
* 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
|