summaryrefslogtreecommitdiff
path: root/cider-repl.el
Commit message (Expand)AuthorAge
* 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
* Bump the copyright yearsBozhidar 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
* Ignored unused parameter `win` in `cider-locref-help-echo`Tianxiang Xiong2017-12-18
* Make show-prefix a required param for cider-repl-emit resultBozhidar Batsov2017-12-16
* Fix indentationBozhidar Batsov2017-12-16
* Fix a docstringBozhidar Batsov2017-12-16
* Improve the name of the variable checking whether we're dealing with the firstBozhidar Batsov2017-12-16
* Ensure cider-repl-result-prefix is only inserted before the first result chun...Le Wang2017-12-16
* Merge branch 'master' into switchBozhidar Batsov2017-12-14
|\
| * Fix misplaced parentheses in `cider-repl-switch-to-other`Tianxiang Xiong2017-12-13
| * Restore missing parensdan sutton2017-12-11
| * 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
|/
* Add a REPL shortcut for `cider-repl-require-repl-utils`Bozhidar Batsov2017-12-10
* Fix a regression related to requiring REPL util on REPL startBozhidar Batsov2017-12-10
* Faster REPL - don't load extra middleware on first sync requestVitalie Spinu2017-10-01
* Add `cider-repl-highlight-spec-keywords` pre-output processorVitalie Spinu2017-09-05
* New non-standard hook `cider-repl-preoutput-hook`Vitalie Spinu2017-09-05
* Jump to other window when clicking on a locref in REPLVitalie Spinu2017-09-05
* Improve on cider-repl--root-ns-highlight-template regexpVitalie Spinu2017-09-05
* Rely on cider-find-file when locref cannot be resolved by info middlewareVitalie Spinu2017-09-05
* Use plist to cache ns->ns-form mappingsVitalie Spinu2017-07-19
* Highlight user root namespaces in REPL stacktracesVitalie Spinu2017-07-19
* Simplify ns caching and fix non-evaluation of ns form in cljsVitalie Spinu2017-07-19
* Add support for interactive location references in REPLVitalie Spinu2017-07-19
* cider-repl--state-handler doc fixVitalie Spinu2017-07-19
* Better connection types retrivalVitalie Spinu2017-07-16
* Use #' consistently for :safe predicatesBozhidar Batsov2017-07-09
* Add `cider-browse-spec` and `cider-browse-spec-all` to cider-mode and cider-replJuan Monetta2017-07-08
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
* Remove some redundant REPL init codeBozhidar Batsov2017-03-05
* Add cider-history command, based on browse-kill-ringJohn Valente2017-01-11
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* Fix pcase usage - it accepts only backquote before Emacs 25.1 (#1894)Mikhail Gusarov2016-12-21
* [Fix #1872] Allow displaying REPL without focusRadon Rosborough2016-12-19
* Control pretty print width with variableDan Sutton2016-11-27
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
* Kill some tabsBozhidar Batsov2016-10-09
* [Fix #1831] Replace \u2019 with ASCII apostrophe (#1857)John Valente2016-10-06
* Kill some trailing whitespaceBozhidar Batsov2016-10-06
* Fix a typo (#1830)johnv021392016-08-25