summaryrefslogtreecommitdiff
path: root/cider-interaction.el
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 a few more compilation warningsBozhidar Batsov2018-06-24
* Move cider-nrepl-session-buffer where it belongsBozhidar 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
* 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
* [#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
* [#2203] Extract the formatting functionality in its own source fileBozhidar Batsov2018-06-23
* [#2203] Extract the refresh functionality in its own source fileBozhidar 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
* Reflow a few long docstring linesBozhidar Batsov2018-06-22
* [Fix #2328] Add new interactive command cider-eval-sexp-to-point (#2339)Chris Zheng2018-06-22
* Fix unbalanced parenthesesDirceu Pereira Tiegs2018-06-22
* Add support for printing to the current buffer to `cider-eval-defun-to-point`Bozhidar Batsov2018-06-21
* Revert "Remove cider-compat.el"Bozhidar Batsov2018-06-18
* Remove cider-compat.elBozhidar Batsov2018-06-18
* New connection API and jack-in rewrite (#2324)Vitalie Spinu2018-06-17
* Group insert-into-repl commands in a common keymap and make them more flexibl...dpsutton2018-06-12
* [Fix #2310] Add cider-format-edn-last-sexp (#2311)Chris Zheng2018-06-08
* [#2199] Indentation adjustments, per elisp-lintNeil Okamoto2018-03-05
* Declare functions to resolve warningsgganley2018-03-03
* [Fix #2102] check-parens before middleware in cider-format-bufferNeil Okamoto2018-02-17
* Drop support for cljxBozhidar Batsov2018-01-21
* Fix a typoBozhidar Batsov2018-01-14
* [Fix #2113] Add a couple of commands for evaluating the last/current sexp inBozhidar Batsov2018-01-14
* [Fix #2161] Add new interactive command `cider-eval-defun-to-point`Bozhidar Batsov2018-01-14
* Bump the copyright yearsBozhidar Batsov2018-01-01
* [Fix #2112] Add a new interactive command cider-find-keywordBozhidar Batsov2017-12-19
* Improve the error message of cider--find-nsBozhidar Batsov2017-12-19
* Make show-prefix a required param for cider-repl-emit resultBozhidar Batsov2017-12-16
* Improve the name of the variable checking whether we're dealing with the firstBozhidar Batsov2017-12-16
* Ensure cider-repl-result-prefix is only inserted before the first result chun...Le Wang2017-12-16
* Improve point restoration of `cider--format-buffer`Tianxiang Xiong2017-12-13
* Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11