summaryrefslogtreecommitdiff
path: root/cider-repl.el
Commit message (Expand)AuthorAge
* Add cider-close-ancillary-buffers to the mode menusBozhidar Batsov2016-03-09
* Shorten the connection line in the REPL's bannerBozhidar Batsov2016-03-08
* Fix a typo in the help bannerArtur Malabarba2016-03-03
* Add the classpath and ns browsing commands to cider-repl-mode's menuBozhidar Batsov2016-02-28
* Use ;; instead of ;;; in the "output cleared" messageBozhidar Batsov2016-02-28
* Add the commands for clearing banners to the REPL's menuBozhidar Batsov2016-02-27
* Remove a bunch of stuff that were marked as obsolete in 0.10Bozhidar Batsov2016-02-27
* Add a couple of commands for removal or REPL bannersBozhidar Batsov2016-02-27
* Fix indentationBozhidar Batsov2016-02-27
* Use ;; as the help banner's line prefixBozhidar Batsov2016-02-27
* Rework the welcome bannerBozhidar Batsov2016-02-27
* Improve wording a bitBozhidar Batsov2016-02-26
* Add a REPL shortcut for cider-runBozhidar Batsov2016-02-26
* Reorder REPL shortcuts a bitBozhidar Batsov2016-02-26
* Remove an unless fboundp checkBozhidar Batsov2016-02-26
* Add a REPL shortcut for cider-refreshBozhidar Batsov2016-02-26
* Add a menu entry about cider-view-refcardBozhidar Batsov2016-02-24
* Fix a command nameBozhidar Batsov2016-02-24
* Add a command to display the refcardBozhidar Batsov2016-02-24
* [#1584] Add a note about eldoc-mode in the help bannerBozhidar Batsov2016-02-23
* [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