summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* [#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
* [Fix #2126] Preserve the point position in cider-format-bufferBozhidar Batsov2017-12-11
* [#2111] implement cider-pprint-eval-{last-sexp,defun}-to-commentNeil Okamoto2017-12-10
* Fix testsVitalie Spinu2017-09-05
* [Fix #2045] *cider-scratch* is no longer an ancillary bufferVitalie Spinu2017-08-29
* [Fix #2058] Don't cache non-existing ns-formsVitalie Spinu2017-07-25
* Fix `checkdoc` errorsTianxiang Xiong2017-07-23
* Use plist to cache ns->ns-form mappingsVitalie Spinu2017-07-19
* Highlight user root namespaces in REPL stacktracesVitalie Spinu2017-07-19
* Make cider-eval-ns-form for interactive use onlyVitalie Spinu2017-07-19
* Simplify ns caching and fix non-evaluation of ns form in cljsVitalie Spinu2017-07-19
* Move cider-sync-request:ns-path to cider-client.elVitalie Spinu2017-07-19
* Add support for interactive location references in REPLVitalie Spinu2017-07-19
* [#1875] In cljc files eval into both clj and cljs replsVitalie Spinu2017-07-13
* [Fix #2023] Make popup-buffer sexp indentation optional (#2038)ak-coram2017-07-10
* [Fix #2018] Don't delete wrong overlays after eval (#2020)Vitalie Spinu2017-06-29
* Fix a few variable referencesBozhidar Batsov2017-05-25
* Rename `cider-prompt-save-files-on-refresh` to `cider-save-files-on-refresh`Bozhidar Batsov2017-05-25