summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* 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
* [#1432] Specify that trace and test only support ClojureArtur Malabarba2016-01-19
* Extend cider-map-connections to :any, :both, :clj, and :cljsArtur Malabarba2016-01-19
* Update the copyright yearsBozhidar Batsov2016-01-01
* Remove a few older depricated aliasesBozhidar Batsov2015-12-23
* Add cider-pprint-fn optionMichael Griffiths2015-12-12
* [Fix #1460] Font-lock traced varsBozhidar Batsov2015-12-10
* Avoid killed-buffer reference on restartRyo Fukumuro2015-12-04
* Turn do-connections into a function: map-connectionsArtur Malabarba2015-11-28
* [Fix #1299] Eval in both REPLs for cljc and cljxLars Andersen2015-11-28
* Apply propertize on the connection name instead of the connection bufferBozhidar Batsov2015-11-25
* Propertize connection names in minibuffer messagesBozhidar Batsov2015-11-24
* Propertize a var reference in cider-runBozhidar Batsov2015-11-24
* Add missing session in cider-run's nREPL requestBozhidar Batsov2015-11-24
* Propertize var names in trace var messagesBozhidar Batsov2015-11-24
* Add session to the tracing nREPL requestsBozhidar Batsov2015-11-24
* Remove redundant nREPL op checksBozhidar Batsov2015-11-24