File: cider-overlays.el.html

Use cider--make-overlay to place a generic overlay at point. Or use cider--make-result-overlay to place an interactive eval result overlay at the end of a specified line.

Defined variables (8)

cider--fringe-overlay-goodThe before-string property that adds a green indicator on the fringe.
cider-eval-result-durationDuration, in seconds, of CIDER’s eval-result overlays.
cider-eval-result-prefixThe prefix displayed in the minibuffer before a result value.
cider-overlays-use-font-lockIf non-nil, results overlays are font-locked as Clojure code.
cider-result-overlay-positionWhere to display result overlays for inline evaluation and the debugger.
cider-result-use-clojure-font-lockIf non-nil, interactive eval results are font-locked as Clojure code.
cider-use-fringe-indicatorsWhether to display evaluation indicators on the left fringe.
cider-use-overlaysWhether to display evaluation results with overlays.

Defined functions (7)

cider--delete-overlay(OV &rest _)
cider--display-interactive-eval-result(VALUE VALUE-TYPE &optional POINT OVERLAY-FACE)
cider--make-overlay(L R TYPE &rest PROPS)
cider--make-result-overlay
cider--overlay-destroy(OV &rest R)
cider--remove-result-overlay(&rest _)
cider--remove-result-overlay-after-command()

Defined faces (4)

cider-error-overlay-faceLike ‘cider-result-overlay-face’, but for evaluation errors.
cider-fragile-button-faceFace for buttons that vanish when clicked.
cider-fringe-good-faceFace used on the fringe indicator for successful evaluation.
cider-result-overlay-faceFace used to display evaluation results at the end of line. If ‘cider-overlays-use-font-lock’ is non-nil, this face is applied with lower priority than the syntax highlighting.