summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [Fix #2203] Rename cider-interaction.el to cider-eval.elBozhidar Batsov2018-06-25
* Restructure a bit cider-interaction.elBozhidar Batsov2018-06-25
* Clean up the requires in cider-interaction.elBozhidar Batsov2018-06-25
* Fix the buildBozhidar Batsov2018-06-25
* Add a small comment on auto-loadingBozhidar Batsov2018-06-25
* Don't require cider-profile in cider-modeBozhidar Batsov2018-06-25
* Fix formatting error Henry Blevins2018-06-24
* [Fix #2347] Remove direct manipulations of cider-ancillary-buffersBozhidar Batsov2018-06-24
* Fix one problem compilation problemBozhidar Batsov2018-06-24
* Try to fix again the compilation issues in cider-connection.elBozhidar Batsov2018-06-24
* Fix more compilation problemsBozhidar Batsov2018-06-24
* Fix one more compilation warningBozhidar Batsov2018-06-24
* Gut the cider-stdin-handlerBozhidar Batsov2018-06-24
* Fix a few more compilation warningsBozhidar Batsov2018-06-24
* Address a couple of compilation warningsBozhidar Batsov2018-06-24
* Restructure some requiresBozhidar Batsov2018-06-24
* Fix a broken testBozhidar Batsov2018-06-24
* Avoid a compilation issueBozhidar Batsov2018-06-24
* Move the definition of cider-ancillary-buffers to cider-common.elBozhidar Batsov2018-06-24
* Move cider-nrepl-session-buffer where it belongsBozhidar Batsov2018-06-24
* Fix a couple of references to cider-jump-toBozhidar Batsov2018-06-24
* [#2203] Extract the find functionality in its own source fileBozhidar Batsov2018-06-24
* Improve a docstringBozhidar Batsov2018-06-24
* Fix a bunch of docstringsBozhidar Batsov2018-06-24
* Kill obsolete defvarBozhidar Batsov2018-06-24
* Bump the minimum and the latest Clojure versionsBozhidar Batsov2018-06-24
* Fix the buildBozhidar Batsov2018-06-24
* Mark a function as privateBozhidar Batsov2018-06-24
* [#2203] Move the cider-auto-mode stuff to cider-connection.elBozhidar Batsov2018-06-24
* [#2203] Move cider-undef and cider-run to cider-mode.elBozhidar Batsov2018-06-24
* [#2203] Move cider-read-from-minibuffer to cider-common.elBozhidar Batsov2018-06-24
* Remove obsolete aliasBozhidar Batsov2018-06-24
* [#2203] Move stdin handling to cider-client.elBozhidar Batsov2018-06-24
* [#2203] Move cider-interrupt-handler to cider-client.elBozhidar Batsov2018-06-24
* Add :safe clause to cider-repl-auto-detect-typeAndrea Richiardi2018-06-23
* [#2203] Extract the code completion functionality in its own source fileBozhidar Batsov2018-06-23
* Remove cider-ping commandBozhidar Batsov2018-06-23
* Kill misplaced section headingBozhidar Batsov2018-06-23
* Fix broken buildBozhidar Batsov2018-06-23
* [#2203] Extract the formatting functionality in its own source fileBozhidar Batsov2018-06-23
* Mark a private function as suchBozhidar Batsov2018-06-23
* [#2203] Extract the refresh functionality in its own source fileBozhidar Batsov2018-06-23
* Fix a reference to cider-toggle-traceBozhidar Batsov2018-06-23
* [#2203] Extract the tracing functionality in its own source fileBozhidar Batsov2018-06-22
* [#2203] Move the insert and eval functionality out ofBozhidar Batsov2018-06-22
* Add keybindings for cider-eval-defun-at-point and cider-eval-last-sexpBozhidar Batsov2018-06-22
* Rename `cider-eval-defun-to-point` and `cider-eval-sexp-to-point`Bozhidar Batsov2018-06-22
* Add cider-jack-in-clj&cljs to cider-connection-init-commandsBozhidar Batsov2018-06-22
* Reflow a few long docstring linesBozhidar Batsov2018-06-22
* Reorder a bit the eval menuBozhidar Batsov2018-06-22