Skip to content

Commit

Permalink
Inspector: display Java class/method/field info when available
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Nov 4, 2023
1 parent 85b5d57 commit 1299a4e
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 134 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Changes

- CIDER [Inspector](https://docs.cider.mx/cider/debugging/inspector.html): display Java class/method/field info when available.
- This info is available when [enrich-classpath](https://docs.cider.mx/cider/config/basic_config.html#use-enrich-classpath) is active.
- `cider-popup-buffer-display`: honor `special-display-buffer-names` if customized for a given CIDER buffer name (e.g. `*cider-inspect*`), avoiding the double-rendering of the given buffer.
- Bump the injected `cider-nrepl` to [0.43.0](https://github.com/clojure-emacs/cider-nrepl/blob/v0.43.0/CHANGELOG.md#0430-2023-11-04).
- Improves performance for exception handling and other use cases.
Expand Down
Loading

0 comments on commit 1299a4e

Please sign in to comment.