summaryrefslogtreecommitdiff
path: root/cider-mode.el
Commit message (Expand)AuthorAge
...
* 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
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
* Add interactive function to flush Compliment cachesAlexander Yakushev2017-03-07
* [Fix #1881] Add `cider-cljs-*-repl` defcustom and hook `boot-cljs-repl`Andrea Richiardi2017-01-30
* Add font-locking for reader conditionals (#1912)Alvin Francis Dumalus2017-01-12
* Add cider-history command, based on browse-kill-ringJohn Valente2017-01-11
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
* [Fix #1748] Add new command cider-pprint-eval-last-sexp-to-replBozhidar Batsov2016-10-08
* [#1758] Add a new command nrepl-toggle-message-loggingBozhidar Batsov2016-10-07
* Move eval commands to a single keymap (#1805)dpsutton2016-07-16
* [Fix #1782] Make mouse-over tooltip less intrusive (#1801)Chaitanya Koparkar2016-07-11
* [Fix #1767] Read and eval defun at point (#1774)mallt2016-06-10
* Introduce a common prefix for some evaluation commands that aren't usedBozhidar Batsov2016-05-13
* [Fix #1737] Show value of locals in debugger tooltip (#1741)mallt2016-05-11
* 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
* New option `cider-use-tooltips`Artur Malabarba2016-04-16
* Add -face to the names of a few faces we've definedBozhidar Batsov2016-04-14
* Fix a typoBozhidar Batsov2016-04-14
* Add missing dotBozhidar Batsov2016-04-13
* Fix a typoBozhidar Batsov2016-04-13
* Add a tooltip for local valuesArtur Malabarba2016-04-12
* [Fix #1671] Don't hang user input while fetching tooltipsArtur Malabarba2016-04-12
* Prevent an occasional info exception due to no symbol at pointArtur Malabarba2016-04-12