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 (15)
cider--fringe-overlay-bad | The before-string property that adds a red indicator on the fringe. |
cider--fringe-overlay-good | The before-string property that adds a green indicator on the fringe. |
cider--fringe-overlay-stale | The before-string property that adds a stale indicator on the fringe. |
cider-eval-result-display | Where to display interactive evaluation results. |
cider-eval-result-duration | Duration, in seconds, of CIDER’s eval-result overlays. |
cider-eval-result-font-lock | How to highlight interactive evaluation results. |
cider-eval-result-position | Where to place result overlays for inline evaluation and the debugger. |
cider-eval-result-prefix | The prefix displayed before an interactive evaluation result. |
cider-fringe-indicators | Whether to display indicators on the left fringe. |
cider-mark-stale-after-edit | Whether editing an evaluated form marks its fringe indicator stale. |
cider-overlays-use-font-lock | How to highlight interactive evaluation results. |
cider-result-overlay-position | Where to place result overlays for inline evaluation and the debugger. |
cider-result-use-clojure-font-lock | How to highlight interactive evaluation results. |
cider-use-fringe-indicators | Whether to display indicators on the left fringe. |
cider-use-overlays | Where to display interactive evaluation results. |
Defined functions (10)
cider--delete-overlay | (OV &rest _) |
cider--display-interactive-eval-result | (VALUE VALUE-TYPE &optional POINT OVERLAY-FACE) |
cider--eval-result-display | () |
cider--fringe-overlay-mark-stale | (OV AFTER-P BEG END &optional LEN) |
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 | () |
cider--use-fringe-indicators-p | (KIND) |
Defined faces (6)
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-bad-face | Face used on the fringe indicator for a failing test. |
cider-fringe-good-face | Face used on the fringe indicator for successful evaluation. |
cider-fringe-stale-face | Face used on the fringe indicator for a form edited since it was evaluated. |
cider-result-overlay-face | Face used to display evaluation results at the end of line. When ‘cider-eval-result-font-lock’ is ‘clojure’, this face is applied with lower priority than the syntax highlighting. |