summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* [#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
* Remove session from nrepl interaction (#1925)dpsutton2017-01-23
* Add fuzzy completion-style for companyAlexander Yakushev2017-01-22
* Improve the formatting of a message a bitBozhidar Batsov2017-01-04
* Fix pcase compatibility with Emacs 24.xBozhidar Batsov2017-01-04
* [Fix #1895] Connect to same host:port after cider-restartcskksc2017-01-04
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* Improve the formatting of a bit of codeBozhidar Batsov2016-12-27
* Fix a docstringBozhidar Batsov2016-12-27
* Allow negative prefix to inhibit refresh fnsDan Sutton2016-12-27
* Control pretty print width with variableDan Sutton2016-11-27
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
* [Fix #1613] Check for refresh function resolvable (#1866)dpsutton2016-10-13
* [Fix #1748] Add new command cider-pprint-eval-last-sexp-to-replBozhidar Batsov2016-10-08
* Tweak the eval keymap a bitBozhidar Batsov2016-07-17
* Move eval commands to a single keymap (#1805)dpsutton2016-07-16
* [Fix #1767] Read and eval defun at point (#1774)mallt2016-06-10
* [Fix #1766] Fix company-mode integration with cider eldoccskksc2016-05-30
* Add font-lock-variable-name-face in cider-propertize (#1753)Chaitanya Koparkar2016-05-19
* Refactor some eldoc functionscskksc2016-05-18
* [Fix #1572] Add support for variables in eldoccskksc2016-05-18
* Fix a scan-errorArtur Malabarba2016-05-06
* [Fix #1689] Create eval indicators for all sexps in a regionArtur Malabarba2016-05-06
* Use cider-sexp-at-point in cider-eval-sexp-at-pointArtur Malabarba2016-05-06
* Rename cider-eval-current-sexp to cider-eval-sexp-at-pointBozhidar Batsov2016-04-29
* [Fix #1720] Add a command to evaluate the form around pointBozhidar Batsov2016-04-29
* Add a comment about a previous changeArtur Malabarba2016-04-27