31
31
* Inspector middleware now relies on ` eval ` middleware, adding support for ClojureScript.
32
32
* Better printing of large amounts of exception cause data in the error buffer.
33
33
- New defcustom, ` cider-stacktrace-print-length ` (boolean).
34
- * [ #958 ] ( https://github.com/clojure-emacs/cider/pull/958 ) Reuse existing repl
34
+ * [ #958 ] ( https://github.com/clojure-emacs/cider/pull/958 ) : Reuse existing repl
35
35
buffers with dead processes. Users are now informed about existing zombie repl
36
36
buffers and are offered the choice to reuse those for new connections.
37
37
* New defcustom, ` cider-prompt-for-symbol ` . Controls whether to prompt for
38
38
symbol when interactive commands require one. Defaults to t, which always
39
39
prompts. Currently applies to all documentation and source lookup commands.
40
- * [ #1032 ] ( https://github.com/clojure-emacs/cider/issues/1032 ) New functions, ` cider-find-dwim ` and
40
+ * [ #1032 ] ( https://github.com/clojure-emacs/cider/issues/1032 ) : New functions, ` cider-find-dwim ` and
41
41
` cider-find-dwim-other-window ` . These functions combine the functionality of ` cider-jump-to-var ` and
42
42
` cider-jump-to-resource ` . Which are now renamed to ` cider-find-var ` and ` cider-find-resource ` respectively.
43
- * [ #1014 ] ( https://github.com/clojure-emacs/cider/issues/1014 ) A prefix of <kbd >-</kbd > causes ` cider-find-var ` and
43
+ * [ #1014 ] ( https://github.com/clojure-emacs/cider/issues/1014 ) : A prefix of <kbd >-</kbd > causes ` cider-find-var ` and
44
44
` cider-find-resource ` to show results in other window. Additionally, a double prefix argument <kbd >C-u C-u</kbd >
45
45
inverts the meaning of ` cider-prompt-for-symbol ` and shows the results in other window.
46
46
* [ #1062 ] ( https://github.com/clojure-emacs/cider/issues/1062 ) : Added completion candidates to ` cider-find-resource ` .
50
50
* [ #1078 ] Removed ` cider-load-fn-into-repl-buffer ` , bound to ` C-c M-f ` in the repl.
51
51
* [ #1019 ] ( https://github.com/clojure-emacs/cider/pull/1019 ) :
52
52
<kbd >C-u C-M-x</kbd > no longer does ` eval-defun ` +print-result. Instead it debugs the form at point.
53
- * [ #854 ] ( https://github.com/clojure-emacs/cider/pull/854 ) Error navigation now
53
+ * [ #854 ] ( https://github.com/clojure-emacs/cider/pull/854 ) : Error navigation now
54
54
favors line information reported by the stacktrace, being more detailed than
55
55
the info reported by ` info ` middleware.
56
- * [ #854 ] ( https://github.com/clojure-emacs/cider/pull/854 ) Add ` nrepl-dict ` constructor.
56
+ * [ #854 ] ( https://github.com/clojure-emacs/cider/pull/854 ) : Add ` nrepl-dict ` constructor.
57
57
* [ #934 ] ( https://github.com/clojure-emacs/cider/issues/934 ) : Remove
58
58
` cider-turn-on-eldoc-mode ` in favor of simply using ` eldoc-mode ` .
59
- * [ #953 ] ( https://github.com/clojure-emacs/cider/pull/953 ) Use ` sshx ` instead of ` ssh ` in ` cider-select-endpoint `
60
- * [ #956 ] ( https://github.com/clojure-emacs/cider/pull/956 ) Eval full ns form only when needed.
59
+ * [ #953 ] ( https://github.com/clojure-emacs/cider/pull/953 ) : Use ` sshx ` instead of ` ssh ` in ` cider-select-endpoint `
60
+ * [ #956 ] ( https://github.com/clojure-emacs/cider/pull/956 ) : Eval full ns form only when needed.
61
61
* Enable annotated completion candidates by default.
62
- * [ #1031 ] ( https://github.com/clojure-emacs/cider/pull/1031 ) Interactive functions prompt with
62
+ * [ #1031 ] ( https://github.com/clojure-emacs/cider/pull/1031 ) : Interactive functions prompt with
63
63
symbol at point as a default value.
64
64
* Remapped ` cider-grimoire ` to <kbd >C-c C-d r</kbd > & <kbd >C-c C-d C-r</kbd > to avoid
65
65
conflicts with ` <kbd>C-g</kbd> ` .
@@ -68,7 +68,7 @@ conflicts with `<kbd>C-g</kbd>`.
68
68
69
69
* [ #921 ] ( https://github.com/clojure-emacs/cider/issues/921 ) : Fixed
70
70
non-functioning ` cider-test-jump ` from test reports.
71
- * [ #962 ] ( https://github.com/clojure-emacs/cider/pull/962 ) On error don't auto-jump to tooling files.
71
+ * [ #962 ] ( https://github.com/clojure-emacs/cider/pull/962 ) : On error don't auto-jump to tooling files.
72
72
* [ #909 ] ( https://github.com/clojure-emacs/cider/issues/909 ) : Fixed
73
73
` cider-repl-set-ns ` 's behavior for ClojureScript.
74
74
* [ #950 ] ( https://github.com/clojure-emacs/cider/issues/950 ) : Eval ` ns ` form in the
0 commit comments