summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* Add font-lock-variable-name-face in cider-propertize (#1753)Chaitanya Koparkar2016-05-19
* Refactor some eldoc functionscskksc2016-05-18
* [Fix #1572] Add support for variables in eldoccskksc2016-05-18
* Fix a scan-errorArtur Malabarba2016-05-06
* [Fix #1689] Create eval indicators for all sexps in a regionArtur Malabarba2016-05-06
* Use cider-sexp-at-point in cider-eval-sexp-at-pointArtur Malabarba2016-05-06
* Rename cider-eval-current-sexp to cider-eval-sexp-at-pointBozhidar Batsov2016-04-29
* [Fix #1720] Add a command to evaluate the form around pointBozhidar Batsov2016-04-29
* Add a comment about a previous changeArtur Malabarba2016-04-27
* Increase the timeout for sync namespace evalsArtur Malabarba2016-04-27
* 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