summaryrefslogtreecommitdiff
path: root/cider-mode.el
Commit message (Expand)AuthorAge
* [#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
* Make `cider-profile-map` a prefix commandTianxiang Xiong2018-02-11
* Implement a basic interface for the Clojure CheatsheetBozhidar Batsov2018-01-30
* [Fix #1976] Add an interactive command for connecting to a running ClojureScriptBozhidar Batsov2018-01-15
* [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
* [#2153] Improve a bit the descriptions of commands related to clearing the REPLBozhidar Batsov2018-01-07
* Bump the copyright yearsBozhidar Batsov2018-01-01
* Improve a bit some help messagesBozhidar Batsov2018-01-01
* Mention cider-find-ns in the menus for cider-mode and cider-repl-modeBozhidar Batsov2017-12-19
* [Fix #2112] Add a new interactive command cider-find-keywordBozhidar Batsov2017-12-19
* Replace `{if, when}-let` with `{if, when}-let*`Tianxiang Xiong2017-12-18
* Merge branch 'master' into switchBozhidar Batsov2017-12-14
|\
| * Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
* | Remove cider-remember-clojure-buffer and cider-last-clojure-bufferVitalie Spinu2017-12-11
* | Improve lookup in cider-switch-to-last-clojure-bufferVitalie Spinu2017-12-10
* | [Fix #2084] Select correct REPL type in cider-switch-to-repl-bufferVitalie Spinu2017-12-10
|/
* [#2111] implement cider-pprint-eval-{last-sexp,defun}-to-commentNeil Okamoto2017-12-10
* [Fix #2088] Font-lock properly fns defined with def (#2086)Oskar Kvist2017-09-25
* Fix `checkdoc` errorsTianxiang Xiong2017-07-23
* Use seq-find instead of cl-someVitalie Spinu2017-07-16
* [Fix #2040] Fix fontification of conditional expressions in cljc filesVitalie Spinu2017-07-16
* Make cider-switch-to-repl-buffer switch to most recent bufferVitalie Spinu2017-07-13
* Add `cider-browse-spec` and `cider-browse-spec-all` to cider-mode and cider-replJuan Monetta2017-07-08
* Remove namespace qualification in instrumented varsVitalie Spinu2017-06-20
* Add cider-load-all-files and clojure-files-in-directory functions (#1983)Martin Josefsson2017-05-06