summaryrefslogtreecommitdiff
path: root/cider-mode.el
Commit message (Expand)AuthorAge
* Bump the copyright yearsBozhidar Batsov2019-01-01
* Use symbols for repl types instead of strings and efficient comparisonsDieter Komendera2018-11-18
* Fix face names in docstring of cider-font-lock-dynamically variabletijsmallaerts2018-10-31
* Update a menuBozhidar Batsov2018-09-15
* Replace usages of eval-after-load with with-eval-after-loadBozhidar Batsov2018-09-15
* Restore the C-c C-p and C-c C-f keybindingsBozhidar Batsov2018-08-08
* Mention cider-load-buffer-and-switch-to-repl-buffer in cider-mode'sBozhidar Batsov2018-08-06
* Rename `cider-describe-current-connection` -> `cider-describe-connection`Vitalie Spinu2018-08-05
* Add cider-ns-reload and cider-ns-reload-all commandsAndrea Richiardi2018-08-02
* Add mouse bindings and document themTobias Gerdin2018-07-31
* Force ns caching for ns lookup related to dynamic indentationBozhidar Batsov2018-07-26
* Move the pprint related commands to a dedicated keymapBozhidar Batsov2018-07-23
* Add `cider-ns-map` and bind to `C-c M-n`Vitalie Spinu2018-07-13
* Bind C-c M-r to cider-restartVitalie Spinu2018-07-13
* Use cider-jack-in-cljs consistently in the code and documentationBozhidar Batsov2018-07-11
* Fix a broken file referenceBozhidar Batsov2018-07-10
* Rename the cider-refresh.el to cider-ns.elBozhidar Batsov2018-07-10
* Refactor `cider-switch-to-repl-buffer` and `cider-repl-switch-to-other`Vitalie Spinu2018-06-30
* Move the cider-find-var functionality to cider-find.elBozhidar Batsov2018-06-26
* [Fix #2203] Rename cider-interaction.el to cider-eval.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
* [#2203] Extract the find functionality in its own source fileBozhidar Batsov2018-06-24
* [#2203] Move cider-undef and cider-run to cider-mode.elBozhidar Batsov2018-06-24
* [#2203] Extract the code completion 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
* Rename `cider-eval-defun-to-point` and `cider-eval-sexp-to-point`Bozhidar Batsov2018-06-22
* Reorder a bit the eval menuBozhidar Batsov2018-06-22
* [Fix #2328] Add new interactive command cider-eval-sexp-to-point (#2339)Chris Zheng2018-06-22
* Introduce a new command named `cider` (`C-c M-x`)Bozhidar Batsov2018-06-19
* Revert "Remove cider-compat.el"Bozhidar Batsov2018-06-18
* Remove cider-compat.elBozhidar Batsov2018-06-18
* Check for missing repls in cider-switch-to-repl-bufferVitalie Spinu2018-06-18
* Remove lingering condition-case-unless-debugVitalie Spinu2018-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
* Fix indentationBozhidar Batsov2018-04-26
* Mention cider-connect-clojurescript in the menuBozhidar Batsov2018-04-26
* Update a few menu entriesBozhidar Batsov2018-04-25
* Add a couple of "insert-in-repl" commands to cider-mode's menuBozhidar Batsov2018-03-30
* Make the cider-replicate-connection command more visibleBozhidar Batsov2018-03-22
* Update a docstringBozhidar Batsov2018-03-18
* [#2199] Checkdoc fixesNeil Okamoto2018-03-05
* Declare functions to resolve warningsgganley2018-03-03
* [#2202] Decouple the ClojureScript REPL selection from the build tool being usedBozhidar Batsov2018-03-01
* Add `cider-profile-menu`Tianxiang Xiong2018-02-11