summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* Add missing :package-versionBozhidar Batsov2014-04-24
* Strip text properties from the completion prefixBozhidar Batsov2014-04-23
* Add stacktrace filtering/navigation from middleware.Jeff Valk2014-04-11
* Add the Java version to the welcome banner & the connection infoBozhidar Batsov2014-04-08
* Remove spurious ring-insert in jump-to-def-opGary Trakhman2014-03-18
* Output the result from cider-eval-print-last-sexp on a separate lineBozhidar Batsov2014-03-18
* Add :package-version attribute to several recently added settingsBozhidar Batsov2014-03-15
* Removing references to IDO.Jon Pither2014-03-14
* [Fix #515] Prompt passed through 'jump to' functions.Jon Pither2014-03-14
* Removing dynamic vars for symbol loadingJon Pither2014-03-14
* Remove stuff deprecated in 0.4Bozhidar Batsov2014-03-13
* Farewell to tabsBozhidar Batsov2014-03-11
* Fixing reference to nrepl-connection-buffer in cider-change-buffers-designation.Jon Pither2014-03-08
* Adding cider-change-buffers-designation.Jon Pither2014-03-07
* Minor refactoringBozhidar Batsov2014-03-06
* [Fix #493] Rotate nREPL connection handles no nREPL connection and introduce ...Jon Pither2014-03-03
* Fix a couple of warningsBozhidar Batsov2014-03-03
* Extract cider-var-info and cider-get-var-attrBozhidar Batsov2014-03-03
* Fix function indentationBozhidar Batsov2014-03-03
* cider-ido-read-var: add a space to the promptDmitry Gutov2014-03-03
* cider-doc-buffer-for: return nil when response was emptyDmitry Gutov2014-03-03
* cider-company-location: check explicitly for namespace error messageDmitry Gutov2014-03-02
* Upcase the argument nameDmitry Gutov2014-03-02
* Define cider-company-docsigDmitry Gutov2014-03-02
* Define cider-company-locationDmitry Gutov2014-03-02
* cider--jump-to-def-eval-fn-1: signal errorsDmitry Gutov2014-03-02
* Move find-tag-marker-ring insertion to cider-jump-to-def-forDmitry Gutov2014-03-02
* Make cider--jump-to-def-eval-fn work synchronouslyDmitry Gutov2014-03-02
* Extract `cider-doc-buffer-for'Dmitry Gutov2014-03-02
* Make cider-doc-handler work synchronously, and rename itDmitry Gutov2014-03-02
* Merge pull request #486 from hugoduncan/feature/trampBozhidar Batsov2014-03-02
|\
| * Remove leading whitespace in doc stringsHugo Duncan2014-03-01
| * Improve support for tramp source buffersHugo Duncan2014-03-01
* | Docstring fixesBozhidar Batsov2014-02-26
* | cider--backend-version -> cider--nrepl-versionBozhidar Batsov2014-02-24
|/
* Fix a bunch of unused variable warningsBozhidar Batsov2014-02-21
* Remove unused argumentBozhidar Batsov2014-02-21
* current-ns is unusedCharles Comstock2014-02-19
* Actually pass prompt-project to cider-jack-inCharles Comstock2014-02-19
* Remove unused bounds-of-thing-at-point callCharles Comstock2014-02-19
* Rename arg to eval to match expected behaviorCharles Comstock2014-02-19
* [#482] Fix jump-to-def for cljx dependency jars.Gary Trakhman2014-02-19
* Fix defvar shadowingBozhidar Batsov2014-02-19
* Add missing type and group to a defcustomBozhidar Batsov2014-02-19
* Get rid of lexical-letBozhidar Batsov2014-02-19
* Use lexical binding everywhereBozhidar Batsov2014-02-19
* Merge pull request #476 from hugoduncan/feature/use-print-cause-traceBozhidar Batsov2014-02-12
|\
| * Use clojure.stacktrace/print-cause-traceHugo Duncan2014-02-11
* | sleep -> sleep-forBozhidar Batsov2014-02-11
|/
* [Fix #439] Add a workaround for race condition bug in cider-restartBozhidar Batsov2014-02-08