summaryrefslogtreecommitdiff
path: root/cider-repl.el
Commit message (Expand)AuthorAge
* 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
* Let *1 be set properly when pretty-printing, fixes gh-468Chas Emerick2014-02-05
* Tidying up switch-to-relevant-buffer, updating docs, and adding check against...Jon Pither2014-01-14
* Add some basic help to the REPL shortcutsBozhidar Batsov2014-01-13
* Add missing default valuesBozhidar Batsov2014-01-11