summaryrefslogtreecommitdiff
path: root/cider-repl.el
Commit message (Expand)AuthorAge
...
* [Fix #1584] Don't enable eldoc-mode automatically in the REPLBozhidar Batsov2016-02-23
* Add a keybinding for cider-display-connection-info in cider-repl-modeBozhidar Batsov2016-02-15
* Shorten the help banner a bitBozhidar Batsov2016-02-14
* Fix the help bannerBozhidar Batsov2016-02-12
* Extract the name of the cider-repl-shortcuts-help buffer into a constantBozhidar Batsov2016-02-12
* Fill the repl banner to 70 columnsArtur Malabarba2016-02-11
* Prettify the help banner a bitBozhidar Batsov2016-02-11
* Add manual and bug reporting entries to cider-repl-mode's menuBozhidar Batsov2016-02-10
* Add cider-drink-a-sip to the menusBozhidar Batsov2016-02-10
* Add a command to display useful usage tipsBozhidar Batsov2016-02-08
* Reimplement pprint-eval in terms of regular evalArtur Malabarba2016-02-07
* Add some test-related REPL shortcutsBozhidar Batsov2016-02-07
* Reorder requires in cider-repl.elBozhidar Batsov2016-02-07
* Require cider-test in cider-replRoman Scherer2016-02-07
* Extract the cider-test menu into a variableBozhidar Batsov2016-02-07
* Add cider-test-commands-map to cider-repl-mode-mapBozhidar Batsov2016-02-07
* Move spinner activation/termination to cider-nrepl-request:evalArtur Malabarba2016-02-07
* [#1543] Add some getting started instructions to the welcome bannerBozhidar Batsov2016-02-06
* Don't mark keymaps as functionsBozhidar Batsov2016-02-05
* [Fix #1507] Configure show-maximum-output with a defcustomJohn Valente2016-02-05
* Make auto scroll work with repl buffer in non-selected framesRyo Fukumuro2016-01-21
* Extend cider-map-connections to :any, :both, :clj, and :cljsArtur Malabarba2016-01-19
* Merge pull request #1500 from rfkm/use-text-prop-for-ansiBozhidar Batsov2016-01-03
|\
| * Use text properties instead of overlays for ANSI coloringRyo Fukumuro2016-01-04
* | Update the copyright yearsBozhidar Batsov2016-01-01
|/
* Code styleBozhidar Batsov2015-12-27
* Delete overlays when clearing REPL bufferRyo Fukumuro2015-12-27
* [Fix #1452] Fix broken ANSI coloring in the replRyo Fukumuro2015-12-25
* [Fix #1479] Make paredit and cider-repl-mode play niceBozhidar Batsov2015-12-24
* Dead code removalMichael Griffiths2015-12-12
* [Fix #1466] Correctly font-lock pretty-printed results at the REPLMichael Griffiths2015-12-12
* Add cider-pprint-fn optionMichael Griffiths2015-12-12
* Turn do-connections into a function: map-connectionsArtur Malabarba2015-11-28
* Refactor cider-repl-set-ns to use cider-do-connectionsLars Andersen2015-11-28
* [Fix #1280] Add readme links to all warningsArtur Malabarba2015-11-28
* [#1038] Add a few more REPL shortcutsBozhidar Batsov2015-11-22
* [Fix #1422] Don't require a balanced sexp on Return in the REPLBozhidar Batsov2015-11-15
* [Fix #1419] Use dynamic font-lock wherever possibleArtur Malabarba2015-11-14
* Work on the assumption that cider-repl-type is never nilArtur Malabarba2015-11-06
* Make connection optional in cider-other-connectionLars Andersen2015-11-06
* [Fix #1337] Add a command to switch between the Clojure and ClojureScript REP...Bozhidar Batsov2015-11-05
* [#1337] Rebind clearing the REPL buffer to `C-u C-c C-o` in cider-repl-modeBozhidar Batsov2015-11-05
* [Fix #1297] C-c M-n should act on both replsLars Andersen2015-11-04
* [Fix #1392] Track definitions made in the REPLBozhidar Batsov2015-11-03
* Replace a redundant let* with letBozhidar Batsov2015-11-03
* Fix a docstringBozhidar Batsov2015-11-03
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
* Replace cider-jump-back with cider-pop-backBozhidar Batsov2015-10-11
* [Fix #1363] Don't inherit from clojure-mode-map in cider-repl-mode-mapBozhidar Batsov2015-10-10