summaryrefslogtreecommitdiff
path: root/cider-repl.el
Commit message (Expand)AuthorAge
* [Fix #777] Honour lein's :init-ns on startupBozhidar Batsov2014-11-15
* Require everything in clojure.main/repl-requires on startupBozhidar Batsov2014-11-15
* Implement ns tracingBozhidar Batsov2014-11-14
* Extend the REPL menuBozhidar Batsov2014-11-08
* Refine REPL menuBozhidar Batsov2014-11-08
* [c9fcff3] set *print-right-margin* in REPL windowVitalie Spinu2014-10-02
* [Fix #814] Use `cider-current-ns` instead of `nrepl-buffer-ns`Vitalie Spinu2014-09-21
* Add `no-error` optional argument to `nrepl-current-connection-buffer`Vitalie Spinu2014-09-21
* Make `cider-repl-set-ns` to ask for ns in buffers with no ns formVitalie Spinu2014-09-20
* Merge pull request #804 from vitoshka/sync-requestBozhidar Batsov2014-09-16
|\
| * Rewrite `sync-request` subsystemVitalie Spinu2014-09-15
* | [Fix #749] Replace a few more 'face references with 'font-lock-faceBozhidar Batsov2014-09-15
|/
* [Fix #749] Make font-locking compatible with font-lock-modeBozhidar Batsov2014-09-14
* Remove some code duplicationBozhidar Batsov2014-09-14
* Add support for prettify symbols mode to cider-repl-modeBozhidar Batsov2014-09-14
* Replace some inlined code with wrap-ns middleware usageBozhidar Batsov2014-09-11
* [fix #772] and fix broken `cider-eval-and-get-value`Vitalie Spinu2014-09-10
* cider-jump -> cider-jump-to-varBozhidar Batsov2014-09-03
* Simplify cider-repl-set-nsBozhidar Batsov2014-08-29
* Don't display the ns result when switching between namespacesBozhidar Batsov2014-08-29
* Take care of a few unused variable warningsBozhidar Batsov2014-08-29
* cider-prompt -> cider-repl-promptBozhidar Batsov2014-08-28
* Refactor a bit the REPL buffer initBozhidar Batsov2014-08-27
* [Fix #751] Correct some incorrectly merged codeBozhidar Batsov2014-08-27
* Use repl buffer as connection bufferVitalie Spinu2014-08-25
* [#671] Check middleware compatibility asynchronouslyBozhidar Batsov2014-08-20
* [Fix #671] Remove problematic :init-ns related codeBozhidar Batsov2014-08-19
* Remove some code duplicationBozhidar Batsov2014-08-13
* Trim the final newline of interactive (err) outputBozhidar Batsov2014-08-13
* Font-lock properly error messages in the REPL resulting from interactive eval...Bozhidar Batsov2014-08-12
* loop -> cl-loopBozhidar Batsov2014-08-11
* Refactor and document nrepl-client.elVitalie Spinu2014-08-07
* Add cider-doc-map/menu and refactor cider-doc- into cider-doc-mode- prefixVitalie Spinu2014-08-04
* Add the ability to display Grimoire documentation within EmacsBozhidar Batsov2014-08-02
* [Fix #683] Don't use C-c C-h keybindingsBozhidar Batsov2014-07-29
* Removed the ability to manage *print-length*Bozhidar Batsov2014-07-17
* Use cider variants of lisp-eval-region and eval-last-sexp in replCharles Comstock2014-06-24
* Fix another typoBozhidar Batsov2014-06-19
* Fix cider-jump-to-resource's keybindingBozhidar Batsov2014-06-19
* Bind cider-jump-to-resource to C-c M-.Bozhidar Batsov2014-06-19
* Move menu definitions inside keymap definitionsBozhidar Batsov2014-06-17
* [Fix #8] Add code refreshing commandBozhidar Batsov2014-06-16
* Remove some fugly REPL ns setup codeBozhidar Batsov2014-06-15
* Replace redundant quasi-quotingBozhidar Batsov2014-06-15
* Don't show version mismatch warning if cider-nrepl is not installed at allBozhidar Batsov2014-06-12
* Add missing newline between welcome banner and version mismatch warningBozhidar Batsov2014-06-12
* [Fix #602] Parsimonious configuration of the stacktrace displayVitalie Spinu2014-06-10
* Move generally useful functions to cider-util.Jeff Valk2014-06-07
* [Fix #553] Warn if there's a version mismatch between CIDER and cider-nreplBozhidar Batsov2014-06-05
* Report cider-nrepl's version on REPL startBozhidar Batsov2014-06-05