File: cider-inspector.el.html
Clojure object inspector inspired by SLIME.
Defined variables (20)
cider-inspector-auto-select-buffer | Determines if the inspector buffer should be auto selected. |
cider-inspector-display-analytics-hint | When true, display hint about analytics feature for eligible objects. |
cider-inspector-fill-frame | Controls whether the CIDER inspector window fills its frame. |
cider-inspector-location-stack | A stack used to save point locations in inspector buffers. |
cider-inspector-max-atom-length | Default max length of nested atoms before they are truncated. |
cider-inspector-max-coll-size | Default number of nested collection members to display before truncating. |
cider-inspector-max-nested-depth | Default level of nesting for collections to display before truncating. |
cider-inspector-mode-abbrev-table | Abbrev table for ‘cider-inspector-mode’. |
cider-inspector-mode-hook | Hook run after entering Inspector mode. |
cider-inspector-mode-map | Keymap for ‘cider-inspector-mode’. |
cider-inspector-mode-menu | Menu for CIDER’s inspector. |
cider-inspector-mode-syntax-table | Syntax table for ‘cider-inspector-mode’. |
cider-inspector-only-diff | When true and inspecting a diff result, only display values that differ. |
cider-inspector-page-size | Default page size in paginated inspector view. |
cider-inspector-preferred-var-names | The preferred var names to be suggested by ‘cider-inspector-def-current-val’. |
cider-inspector-pretty-print | When true, pretty print values in the inspector. |
cider-inspector-skip-uninteresting | Controls whether to skip over uninteresting values in the inspector. |
cider-inspector-sort-maps | When true, sort inspected maps by keys. |
cider-inspector-tidy-qualified-keywords | Controls whether to abbreviate qualified keywords. |
cider-inspector-uninteresting-regexp | Regexp of uninteresting and skippable values. |