summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* Merge pull request #571 from fredericksgary/print-outBozhidar Batsov2014-05-23
|\
| * Don't drop *out* on cider-interactive-eval-printGary Fredericks2014-05-16
* | Fold redundant cider-load-file-op functionBozhidar Batsov2014-05-21
* | Simplify a bit Javadoc handling codeBozhidar Batsov2014-05-19
* | Remove redundant completion dispatch functionBozhidar Batsov2014-05-19
|/
* Prevent error on 'jump' when symbol is not resolved.Jeff Valk2014-05-16
* Strip buffer properties from buffer content before loading it in nREPLBozhidar Batsov2014-05-15
* Suppress large file warning in cider-find-fileBozhidar Batsov2014-05-14
* [Fix #564] Remove redundant cider-src commandBozhidar Batsov2014-05-13
* Merge pull request #560 from alexander-yakushev/compliment-contextBozhidar Batsov2014-05-10
|\
| * Extract completion context and pass it to ComplimentAlexander Yakushev2014-05-10
* | Update 'doc' for special forms and Java symbols.Jeff Valk2014-05-03
|/
* Use 'info' middleware for 'doc' function and fontify.Jeff Valk2014-04-30
* Use 'info' middleware for Javadoc.Jeff Valk2014-04-29
* Add basic tracing supportBozhidar Batsov2014-04-29
* Enforce code style via .dir-locals.elBozhidar Batsov2014-04-26
* Enable 'jump' keybindings for stacktrace navigation.Jeff Valk2014-04-25
* Remove spurious jump-to-def-eval reference.Gary Trakhman2014-04-24
* Make cider-nrepl a requirementBozhidar Batsov2014-04-24
* 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
|\