summaryrefslogtreecommitdiff
path: root/cider-repl.el
Commit message (Expand)AuthorAge
* 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
* Add REPL support for beginning-of-defun and end-of-defunBozhidar Batsov2014-05-22
* Clean up cider-lein-command related codeBozhidar Batsov2014-05-16
* Merge pull request #544 from AdamClements/masterBozhidar Batsov2014-05-14
|\
| * Separate out cider-lein-command and cider-lein-parameters. Now requires aAdam Clements2014-05-13
* | [#564] Rename "Jump" menu item to "Jump to source"Bozhidar Batsov2014-05-14
|/
* [Fix #564] Remove redundant cider-src commandBozhidar Batsov2014-05-13
* Fix crash when reading from empty history fileexpez2014-05-10
* Add basic tracing supportBozhidar Batsov2014-04-29
* Revert "Warn on startup if cider-nrepl is not available"Bozhidar Batsov2014-04-26
* Warn on startup if cider-nrepl is not availableBozhidar Batsov2014-04-26
* Enforce code style via .dir-locals.elBozhidar Batsov2014-04-26
* remove explicit dependence on pkg-infoVitalie Spinu2014-04-25
* incf -> cl-incfBozhidar Batsov2014-04-24
* Add the Java version to the welcome banner & the connection infoBozhidar Batsov2014-04-08
* Add :package-version attribute to several recently added settingsBozhidar Batsov2014-03-15
* Correct group namesBozhidar Batsov2014-03-15
* Remove stuff deprecated in 0.4Bozhidar Batsov2014-03-13
* Farewell to tabsBozhidar Batsov2014-03-11
* when + not == unlessBozhidar Batsov2014-03-06
* Bind cider-inspect to C-c M-iBozhidar Batsov2014-03-03
* Font-lock STDERR output using a different face (cider-repl-err-output-face)Bozhidar Batsov2014-02-26
* cider--backend-version -> cider--nrepl-versionBozhidar Batsov2014-02-24
* A couple of terminology fixesBozhidar Batsov2014-02-21
* Remove a couple of redundant paramsBozhidar Batsov2014-02-21
* Fix variable shadowing warningBozhidar Batsov2014-02-21
* A first pass at integrating an inspectorBozhidar Batsov2014-02-21
* Use lexical binding everywhereBozhidar Batsov2014-02-19
* Remove idle timerBozhidar Batsov2014-02-11
* Use a bit of sleep instead an idle timer to avoid ns init problemsBozhidar Batsov2014-02-11
* [Fix #441] Workaround for the timing bug in cider-jack-inBozhidar Batsov2014-02-08
* Improve version reportingBozhidar Batsov2014-02-06