summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* Inject minimal clojure version as a dependency (#1697)Phil Lord2016-04-23
* Change a couple of defvars to defconstsBozhidar Batsov2016-04-22
* Warn when using unsupported Clojure version (#1700)dpsutton2016-04-20
* [Fix #1659] Add fringe indicators for evaluated formsArtur Malabarba2016-04-20
* [Fix #1669] Add a missing requireBozhidar Batsov2016-04-12
* Fix a quoteArtur Malabarba2016-04-10
* [Fix #1656] Apply ansi colors to output when doing eval and printBozhidar Batsov2016-04-10
* Kill everything that was obsoleted in the previous releaseBozhidar Batsov2016-04-10
* Cleanup some requiresBozhidar Batsov2016-04-09
* Fix some copyright yearsBozhidar Batsov2016-04-09
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
* Update the REPL warnings to refer to the new manualBozhidar Batsov2016-04-04
* Mute user-specified middleware errorssanjayl2016-04-04
* Display namespace in eldocBozhidar Batsov2016-04-03
* Use "an nREPL" instead "a nREPL" everywhereBozhidar Batsov2016-03-31
* Update cider-view-manualBozhidar Batsov2016-03-30
* Add a command to load all project namespacesBozhidar Batsov2016-03-26
* Fix buffer killing in cider-close-ancillary-buffersBozhidar Batsov2016-03-26
* Remove the warning about missing nREPL opsBozhidar Batsov2016-03-26
* Fix a couple of var references in a docstringBozhidar Batsov2016-03-24
* Acknowledge properly @Malabarba's amazing contributions to CIDERBozhidar Batsov2016-03-23
* Only use buttons for debugging when inlinedArtur Malabarba2016-03-20
* C-u C-M-x now inserts a literal #dbg into the bufferArtur Malabarba2016-03-06
* Evaluation only removes overlays created by cider--make-overlayArtur Malabarba2016-03-06
* Revert "Update font-locking of evaluated regions"Artur Malabarba2016-03-04
* Allow cider-load-file to work on not-visited filesArtur Malabarba2016-03-03
* Update font-locking of evaluated regionsArtur Malabarba2016-03-03
* Handle the absence of a connection in cider-find-nsBozhidar Batsov2016-02-27
* Improve a docstringBozhidar Batsov2016-02-27
* Make sure there's an active connection in a few more commandsBozhidar Batsov2016-02-27
* Make sure there's an active connection in a few commandsBozhidar Batsov2016-02-26
* Fix a byte-compiler warningBozhidar Batsov2016-02-26
* Add a command to display the refcardBozhidar Batsov2016-02-24
* Take the version into account when showing the manualBozhidar Batsov2016-02-24
* Fix cider--close-bufferArtur Malabarba2016-02-14
* cider-map-connections provides user-friendly errorsArtur Malabarba2016-02-14
* Fix a corner-case in the input promptArtur Malabarba2016-02-14
* [Fix #1566] cider-interactive-eval only uses overlay if a point was providedArtur Malabarba2016-02-14
* Improve cider-read-and-eval's promptBozhidar Batsov2016-02-14
* Move a couple of faces to the file that uses themArtur Malabarba2016-02-13
* Change several calls to cider-interactive-eval to use boundsArtur Malabarba2016-02-07
* Consolidate cider-propertize-* functionsArtur Malabarba2016-02-07
* Consolidate some defun-at-point functionsArtur Malabarba2016-02-07
* Reimplement pprint-eval in terms of regular evalArtur Malabarba2016-02-07
* When reading a symbol, use default-value instead of initial-inputArtur Malabarba2016-02-07
* [Fix #1540] Fix cider-complete-at-pointArtur Malabarba2016-02-07
* Move spinner activation/termination to cider-nrepl-request:evalArtur Malabarba2016-02-07
* Sanitize our method for injecting #dbgArtur Malabarba2016-02-05
* Add `eval-defun-to-comment` commandPhillip Lord2016-02-01
* Clear overlays from any code that's evaluatedArtur Malabarba2016-01-30