summaryrefslogtreecommitdiff
path: root/cider-repl.el
Commit message (Expand)AuthorAge
* 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
* Move switch-to-repl logic to cider-mode.elArtur Malabarba2015-10-01
* Further unentangle cider-interaction from the other filesArtur Malabarba2015-10-01
* Font-lock REPL input as it's being typedArtur Malabarba2015-10-01
* [Fix #1332] Don't font-lock REPL stdoutArtur Malabarba2015-10-01
* Add a debug declarationArtur Malabarba2015-09-29
* Merge pull request #1345 from clojure-emacs/test-warningsBozhidar Batsov2015-09-25
|\
| * Fix a few left-over byte-comp warningsArtur Malabarba2015-09-24
* | [Fix #1323] Validate repl inputLars Andersen2015-09-25
|/
* Declare many interactive functions in cider-repl.elArtur Malabarba2015-09-23
* Move spinner logic to cider-client.elArtur Malabarba2015-09-23
* Require cider-repl in cider-interaction.elArtur Malabarba2015-09-23
* Move all -switch-to-repl logic to cider-repl.elArtur Malabarba2015-09-23
* Move many common-use functions to cider-common.elArtur Malabarba2015-09-23
* Fix some undeclared functions in nrepl-client.elArtur Malabarba2015-09-23
* [Fix #1320] Update cider-repl--state-handler with the new syntaxArtur Malabarba2015-09-18
* Fix warnings in cider-repl.elArtur Malabarba2015-09-16
* [Fix #1317] Sanitize the way we update font-lock keywordsArtur Malabarba2015-09-14
* Implement dynamic font-lockingArtur Malabarba2015-09-09
* Each repl keeps a cache of ns dataArtur Malabarba2015-09-09
* Change nrepl-base-response-handler to a hook, nrepl-response-handler-functionsArtur Malabarba2015-09-06
* Move pprint-eval requests out of nrepl-client.elBozhidar Batsov2015-09-02