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-good | The before-string property that adds a green indicator on the fringe. |
cider-eval-result-duration | Duration, in seconds, of CIDER’s eval-result overlays. |
cider-eval-result-prefix | The prefix displayed in the minibuffer before a result value. |
cider-overlays-use-font-lock | If non-nil, results overlays are font-locked as Clojure code. |
cider-result-overlay-position | Where to display result overlays for inline evaluation and the debugger. |
cider-result-use-clojure-font-lock | If non-nil, interactive eval results are font-locked as Clojure code. |
cider-use-fringe-indicators | Whether to display evaluation indicators on the left fringe. |
cider-use-overlays | Whether 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-face | Like ‘cider-result-overlay-face’, but for evaluation errors. |
cider-fragile-button-face | Face for buttons that vanish when clicked. |
cider-fringe-good-face | Face used on the fringe indicator for successful evaluation. |
cider-result-overlay-face | Face 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. |