You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[#2738](https://github.com/clojure-emacs/cider/pull/2738): Add ability to lookup a function symbol when cursor is at the opening paren.
99
99
*[#2735](https://github.com/clojure-emacs/cider/pull/2735): New debugger command `P` to inspect an arbitrary expression, it was previously bound to `p` which now inspects the current value.
@@ -108,7 +108,7 @@ macros, special forms and methods.
108
108
109
109
*[#2787](https://github.com/clojure-emacs/cider/issues/2787): Fix nrepl process naming collision when using `nrepl-hide-special-buffers`.
*[#2730](https://github.com/clojure-emacs/cider/pull/2730): Require repl utilities into current namespace not just `user` ns.
111
+
*[#2730](https://github.com/clojure-emacs/cider/pull/2730): Require REPL utilities into current namespace not just `user` ns.
112
112
*[#2614](https://github.com/clojure-emacs/cider/issues/2614): Fix error highlighting in source buffers for Clojure 1.10.
113
113
*[#2733](https://github.com/clojure-emacs/cider/issues/2733): Restore compatibility with Emacs 25.3.
114
114
@@ -156,15 +156,15 @@ macros, special forms and methods.
156
156
*`spec-list` and `spec-form` requests send the current namespace for alias resolution.
157
157
*`C-c , C-g` and `C-c C-t C-g` cancel the key chord instead of rerunning the last test. The respective command has been moved to `C-c , C-a`, `C-c , a`, `C-c C-t C-a` and `C-c C-t a`.
158
158
*[#2643](https://github.com/clojure-emacs/cider/issues/2643): **(Breaking)** Stop using the `cider.tasks/nrepl-server` custom task for `cider-jack-in` with Boot.
159
-
*[#2647](https://github.com/clojure-emacs/cider/issues/2647): `cider-repl-require-repl-utils` now loads cljs specific repl utils in cljs buffers.
159
+
*[#2647](https://github.com/clojure-emacs/cider/issues/2647): `cider-repl-require-repl-utils` now loads cljs specific REPL utils in cljs buffers.
160
160
*[#2689](https://github.com/clojure-emacs/cider/issues/2689): `cider-load-buffer` now takes an optional `callback` that will override the default `cider-load-file-handler`.
161
161
*[#2689](https://github.com/clojure-emacs/cider/issues/2689): `cider-load-file-handler` now takes an optional `done-handler` lambda that is run once load is complete.
162
162
163
163
### Bug fixes
164
164
165
165
*[#2685](https://github.com/clojure-emacs/cider/pull/2658): Send `exclude-regexps` in apropos under correct key
166
166
* Stop cursor moving when initialising the CIDER REPL, when `cider-repl-pop-to-buffer-on-connect` is nil. This fixes a bug introduced by [commit e0aca78b](https://github.com/clojure-emacs/cider/commit/e0aca78ba56425e50ea895c5adc7c0331cee0b19).
167
-
*[#2577](https://github.com/clojure-emacs/cider/issues/2577): Ensure user friendly error messages if a repl connection is expected but none was found in certain situations.
167
+
*[#2577](https://github.com/clojure-emacs/cider/issues/2577): Ensure user friendly error messages if a REPL connection is expected but none was found in certain situations.
168
168
*[#2593](https://github.com/clojure-emacs/cider/issues/2593): The REPL's initial namespace is now set correctly if configured in another tool (e.g. Leiningen's `:init-ns`).
169
169
*[#2607](https://github.com/clojure-emacs/cider/pull/2607): Use markers for specifying insertion point for `cider-eval-*-to-comment`commands. This fixes a bug where editing the buffer during a pending evaluation resulted in comments appearing in unintended locations.
170
170
*[#2308](https://github.com/clojure-emacs/cider/issues/2308): Don't rely on the classpath in `cider-library-present-p`. Now it does a `require` instead to check if some library is present or not.
@@ -184,7 +184,7 @@ macros, special forms and methods.
184
184
185
185
### Changes
186
186
187
-
** Add new defcustom `cider-switch-to-repl-on-insert`: Set to prevent cursor from going to the repl when inserting a form in the repl with the insert-to-repl commands. Replaces obsoleted `cider-switch-to-repl-after-insert-p`
187
+
** Add new defcustom `cider-switch-to-repl-on-insert`: Set to prevent cursor from going to the REPL when inserting a form in the REPL with the insert-to-repl commands. Replaces obsoleted `cider-switch-to-repl-after-insert-p`
188
188
***(Breaking)** Upgrade to nREPL 0.6.0. This is now the minimum required version.
189
189
***(Breaking)** Upgrade to piggieback 0.4.0. This is now the minimum required version.
190
190
***(Breaking)** Remove `cider.nrepl.middleware.pprint`. All functionality has been replaced by the built-in printing support in nREPL 0.6.
@@ -215,7 +215,7 @@ macros, special forms and methods.
*[#2558](https://github.com/clojure-emacs/cider/pull/2558): Load clj, cljc, & cljs (if cljs repl available) files on `cider-load-all-files` (`C-c C-M-l`). Previously, this only loaded clj files.
218
+
*[#2558](https://github.com/clojure-emacs/cider/pull/2558): Load clj, cljc, & cljs (if cljs REPL available) files on `cider-load-all-files` (`C-c C-M-l`). Previously, this only loaded clj files.
219
219
* Enable pretty-printing in the REPL by default.
220
220
221
221
### Bug fixes
@@ -265,9 +265,9 @@ macros, special forms and methods.
265
265
* Add new `cider-start-map` keymap (`C-c C-x`) for jack-in and connection commands.
266
266
* Add new `cider-ns-map` keymap (`C-c M-n`) for namespace related functionality.
267
267
* Allow evaling top level forms in a comment form rather than the entire comment form with `cider-eval-toplevel-inside-comment-form`.
268
-
* Create keymap for inserting forms into the repl at `C-c C-j`.
268
+
* Create keymap for inserting forms into the REPL at `C-c C-j`.
269
269
* Add new defcustom `cider-invert-insert-eval-p`: Set to cause insert-to-repl commands to eval the forms by default when inserted.
270
-
* Add new defcustom `cider-switch-to-repl-after-insert-p`: Set to prevent cursor from going to the repl when inserting a form in the repl with the insert-to-repl commands.
270
+
* Add new defcustom `cider-switch-to-repl-after-insert-p`: Set to prevent cursor from going to the REPL when inserting a form in the REPL with the insert-to-repl commands.
271
271
* Inject piggieback automatically on `cider-jack-in-clojurescript`.
272
272
* Introduce a new command named `cider` (`C-c M-x`) that acts as a simple wrapper around all commands for starting/connecting to REPLs.
273
273
*[#2305](https://github.com/clojure-emacs/cider/issues/2305): Make it possible to disable the REPL type auto-detection by customizing `cider-repl-auto-detect-type`.
@@ -284,7 +284,7 @@ macros, special forms and methods.
284
284
*[#2310](https://github.com/clojure-emacs/cider/issues/2310): `cider-format-edn-last-sexp` will format the last sexp.
*[#2286](https://github.com/clojure-emacs/cider/issues/2286): Fix eldoc issue with images in the REPL.
287
-
*[#2307](https://github.com/clojure-emacs/cider/pull/2307): Use a better error when a cljs repl form cannot be found.
287
+
*[#2307](https://github.com/clojure-emacs/cider/pull/2307): Use a better error when a cljs REPL form cannot be found.
288
288
* Fix the broken test selector functionality.
289
289
*[#2291](https://github.com/clojure-emacs/cider/issues/2291): `cider-use-tooltips` custom variable works as expected.
290
290
*[#2424](https://github.com/clojure-emacs/cider/issues/2424): Fallback to `lein` as the default jack-in command when `clojure` is not present.
@@ -444,7 +444,7 @@ macros, special forms and methods.
444
444
*[#1991](https://github.com/clojure-emacs/cider/issues/1832): Make it possible to disable the prompt to open a ClojureScript in a browser on connect via `cider-offer-to-open-cljs-app-in-browser`.
445
445
*[#1995](https://github.com/clojure-emacs/cider/pull/1995): Add new customization variable `cider-doc-auto-select-buffer` to control cider-doc popup buffer auto selection.
446
446
* Ensure that `cider-current-connection` picks the most recently used connection in ambiguous cases.
447
-
* Ensure that `cider-switch-to-repl-buffer` picks the most recent repl buffer if multiple connections are available.
447
+
* Ensure that `cider-switch-to-repl-buffer` picks the most recent REPL buffer if multiple connections are available.
448
448
* Add new function `cider-project-connections-types`.
449
449
450
450
### Changes
@@ -675,7 +675,7 @@ and try to associate the created connection with this project automatically.
675
675
676
676
### Bugs fixed
677
677
678
-
*[#1521](https://github.com/clojure-emacs/cider/pull/1521): Don't assume the repl buffer is in the current frame in `cider-repl--show-maximum-output`.
678
+
*[#1521](https://github.com/clojure-emacs/cider/pull/1521): Don't assume the REPL buffer is in the current frame in `cider-repl--show-maximum-output`.
679
679
680
680
## 0.10.1 (2016-01-05)
681
681
@@ -729,7 +729,7 @@ and try to associate the created connection with this project automatically.
729
729
*[#1188](https://github.com/clojure-emacs/cider/pull/1188): New debugging tool-bar.
730
730
*[#1187](https://github.com/clojure-emacs/cider/pull/1187): The list of keys displayed by the debugger can be configured with `cider-debug-prompt`.
731
731
*[#1187](https://github.com/clojure-emacs/cider/pull/1187): While debugging, there is a menu on the menu-bar listing available commands.
732
-
*[#1184](https://github.com/clojure-emacs/cider/pull/1184): When the user kills the repl buffer, CIDER will offer to kill the nrepl buffer and process too. Also, when the client (repl) process dies, the server (nrepl) process is killed too.
732
+
*[#1184](https://github.com/clojure-emacs/cider/pull/1184): When the user kills the REPL buffer, CIDER will offer to kill the nrepl buffer and process too. Also, when the client (repl) process dies, the server (nrepl) process is killed too.
733
733
*[#1182](https://github.com/clojure-emacs/cider/pull/1182): New command `cider-browse-instrumented-defs`, displays a buffer listing all defitions currently instrumented by the debugger.
734
734
*[#1182](https://github.com/clojure-emacs/cider/pull/1182): Definitions currently instrumented by the debugger are marked with a red box in the source buffer.
735
735
*[#1174](https://github.com/clojure-emacs/cider/pull/1174): New command `cider-run`, runs the project's `-main` function.
@@ -899,7 +899,7 @@ when in buffer that's not visiting a file (e.g. a REPL buffer).
899
899
* Fix tab completion in `cider-read-from-minibuffer`.
900
900
*[#894](https://github.com/clojure-emacs/cider/issues/894): Make it possible to enter any symbol with `cider-read-symbol-name`.
901
901
* Report Clojure's version including its qualifier (e.g. `alpha4`) if present.
902
-
* Use the `field` text property to make move-beginning-of-line respect the repl prompt instead of writing our own beginning-of-line commands.
902
+
* Use the `field` text property to make move-beginning-of-line respect the REPL prompt instead of writing our own beginning-of-line commands.
903
903
904
904
## 0.8.1 (2014-11-20)
905
905
@@ -1226,7 +1226,7 @@ of the evaluated code to the REPL buffer, so you can easily play with the output
1226
1226
### New features
1227
1227
1228
1228
* Add support for multiple nrepl sessions. A single session is closed with
1229
-
`M-x nrepl-close`. A repl session is made default with
1229
+
`M-x nrepl-close`. A REPL session is made default with
1230
1230
`M-x nrepl-make-repl-connection-default`.
1231
1231
* Added support for pretty-printing in the REPL buffer.
1232
1232
* Added a check for the presence of an existing `*nrepl*` buffer before
@@ -1243,11 +1243,11 @@ buffers like `*nrepl-server*` and `*nrepl-connection*`.
1243
1243
multiple connections.
1244
1244
* Add macroexpand key bindings to `nrepl-mode-map`.
1245
1245
* Don't suppress namespaces in macroexpansion.
1246
-
* Add explicit require of expected namespaces in the repl buffer.
1246
+
* Add explicit require of expected namespaces in the REPL buffer.
0 commit comments