summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* [#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
* Rename `cider-prompt-save-file-on-load` to `cider-save-file-on-load`Bozhidar Batsov2017-05-25
* Rename cider-save-project-files to cider-save-project-buffersBozhidar Batsov2017-05-25
* Fix a typoBozhidar Batsov2017-05-25
* Make cider-save-project-files actually operate on project filesBozhidar Batsov2017-05-25
* Fix a typoBozhidar Batsov2017-05-25
* Extract a function for saving the project filesBozhidar Batsov2017-05-25
* Improve the documentation for cider-prompt-save-files-on-cider-refreshBozhidar Batsov2017-05-25
* [Fix #1990] Add option to auto-save buffers when calling cider-refresh (#1994)Raymond Huang2017-05-25
* Fix a nil error when loading a code buffer and the error buffer is visible (...hojinyoo2017-05-24
* Add cider-load-all-files and clojure-files-in-directory functions (#1983)Martin Josefsson2017-05-06
* Make it possible to disable auto-evaluation of changed ns formsBozhidar Batsov2017-04-30
* Fix an outdated docstringBozhidar Batsov2017-04-30
* Fix performance in fringe overlay placementPhillip Lord2017-04-03
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
* Replace a concat with formatBozhidar Batsov2017-03-10
* Add interactive function to flush Compliment cachesAlexander Yakushev2017-03-07
* Don't use `list` where backquoting would be clearerTianxiang Xiong2017-03-01
* [Fix #1931] Correct an `or` expressionBozhidar Batsov2017-01-26