summaryrefslogtreecommitdiff
path: root/cider-repl.el
Commit message (Expand)AuthorAge
* Merge tag 'v0.18.0+dfsg' into wip/masterSean Whitton2018-09-08
|\
| * Rename `cider-describe-current-connection` -> `cider-describe-connection`Vitalie Spinu2018-08-05
| * [Fix #2337] Add `cider-start-map` and bind to `C-c C-x`Vitalie Spinu2018-07-13
| * Bind C-c M-r to cider-restartVitalie Spinu2018-07-13
| * 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
| * Fix build warningsVitalie 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
| * [#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
| * Add :safe clause to cider-repl-auto-detect-typeAndrea Richiardi2018-06-23
| * [#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
| * Fix a reference to cider-toggle-traceBozhidar Batsov2018-06-23
| * [#2203] Extract the tracing functionality in its own source fileBozhidar Batsov2018-06-22
| * Make cider-set-repl-type interactiveBozhidar Batsov2018-06-21
| * [#2305] Make it possible to disable the REPL type auto-detectionBozhidar Batsov2018-06-21
| * Revert "Remove cider-compat.el"Bozhidar Batsov2018-06-18
| * Remove cider-compat.elBozhidar Batsov2018-06-18
| * New connection API and jack-in rewrite (#2324)Vitalie Spinu2018-06-17
| * [Fix #2286] Fix eldoc on repl image (#2293)stardiviner2018-05-19
| * Expand locref file when file is relativeVitalie Spinu2018-05-13
| * Add locref reg-expressions for cljs-messages and reflection warningsVitalie Spinu2018-05-13
* | Merge tag 'v0.17.0+dfsg'Sean Whitton2018-05-12
|\|
| * Fix a couple of small mistakes in the cider-repl-use-pretty-printing defcustomBozhidar Batsov2018-05-07
| * Convert cider-repl-content-type-handler-alist to a defvarBozhidar Batsov2018-04-30
| * Fix a docstringBozhidar Batsov2018-04-30
| * Fix a couple of elint warningsBozhidar Batsov2018-04-29
| * Fix some compilation warnings introduced by the previous commitBozhidar Batsov2018-04-29
| * Add support for displaying various images (#2248)Reid D McKenzie2018-04-28
| * Extend the test filtering functionalityBozhidar Batsov2018-04-17
| * Fix `cider-repl-handle-shortcut` not handling plain lambdasBenedek Fazekas2018-04-12
| * Add test selector supportBenedek Fazekas2018-04-03
| * [Fix #2244] Display the REPL name in the modelineBozhidar Batsov2018-03-24
| * Improve a command reference in the REPL's help messageBozhidar Batsov2018-03-18
| * [#2235] Make repl ignore a blank string rather than evaluating itNeil Okamoto2018-03-12
| * Fix a typoBozhidar Batsov2018-03-06
| * Remove an unbalanced paren in initial ns commanddan sutton2018-03-06
| * [#2199] Don't declare-function cider-eval-commands-map, not a functionNeil Okamoto2018-03-05
| * [#2199] Indentation adjustments, per elisp-lintNeil Okamoto2018-03-05
| * Declare functions to resolve warningsgganley2018-03-03
| * Fix `cider-eval-region` masking `clojure-refactor-map` in `cider-repl-mode` (...Gregory Ganley2018-03-03
| * Implement a basic interface for the Clojure CheatsheetBozhidar Batsov2018-01-30
| * Avoid a potential error if the REPL config defcustoms are all nilBozhidar Batsov2018-01-21
| * Drop support for cljxBozhidar Batsov2018-01-21
| * [Fix #2160] Make it possible to customize *print-length* and *print-level* vi...Bozhidar Batsov2018-01-20
| * Extend a docstringBozhidar Batsov2018-01-20
| * [Fix #1976] Add an interactive command for connecting to a running ClojureScriptBozhidar Batsov2018-01-15
| * [#2153] Improve a bit the descriptions of commands related to clearing the REPLBozhidar Batsov2018-01-07