@@ -112,48 +112,55 @@ entirely."
112
112
" --"
113
113
, cider-doc-menu
114
114
" --"
115
- [" Eval top-level sexp at point" cider-eval-defun-at-point]
116
- [" Eval last sexp" cider-eval-last-sexp]
117
- [" Eval last sexp in popup buffer" cider-pprint-eval-last-sexp]
118
- [" Eval last sexp to REPL buffer" cider-eval-last-sexp-to-repl]
119
- [" Eval last sexp and replace" cider-eval-last-sexp-and-replace]
120
- [" Eval region" cider-eval-region]
121
- [" Eval ns form" cider-eval-ns-form]
122
- [" Insert last sexp in REPL" cider-insert-last-sexp-in-repl]
123
- " --"
124
- [" Load (eval) buffer" cider-load-buffer]
125
- [" Load (eval) file" cider-load-file]
126
- " --"
127
- [" Macroexpand-1" cider-macroexpand-1]
128
- [" Macroexpand-all" cider-macroexpand-all]
129
- " --"
130
- [" Jump to source" cider-find-var]
131
- [" Jump to resource" cider-find-resource]
132
- [" Jump back" cider-jump-back]
133
- " --"
134
- [" Run test" cider-test-run-test]
135
- [" Run all tests" cider-test-run-tests]
136
- [" Rerun failed/erring tests" cider-test-rerun-tests]
137
- [" Show test report" cider-test-show-report]
115
+ (" Eval"
116
+ [" Eval top-level sexp at point" cider-eval-defun-at-point]
117
+ [" Eval last sexp" cider-eval-last-sexp]
118
+ [" Eval last sexp in popup buffer" cider-pprint-eval-last-sexp]
119
+ [" Eval last sexp to REPL buffer" cider-eval-last-sexp-to-repl]
120
+ [" Eval last sexp and replace" cider-eval-last-sexp-and-replace]
121
+ [" Eval region" cider-eval-region]
122
+ [" Eval ns form" cider-eval-ns-form]
123
+ [" Insert last sexp in REPL" cider-insert-last-sexp-in-repl]
124
+ " --"
125
+ [" Load (eval) buffer" cider-load-buffer]
126
+ [" Load (eval) file" cider-load-file])
127
+ (" Macroexpand"
128
+ [" Macroexpand-1" cider-macroexpand-1]
129
+ [" Macroexpand-all" cider-macroexpand-all])
130
+ (" Find"
131
+ [" Find definition" cider-find-var]
132
+ [" Find resource" cider-find-resource]
133
+ [" Jump back" cider-jump-back])
134
+ (" Test"
135
+ [" Run test" cider-test-run-test]
136
+ [" Run all tests" cider-test-run-tests]
137
+ [" Rerun failed/erring tests" cider-test-rerun-tests]
138
+ [" Show test report" cider-test-show-report])
138
139
" --"
139
140
[" Inspect" cider-inspect]
141
+ [" Toggle var tracing" cider-toggle-trace-var]
142
+ [" Toggle ns tracing" cider-toggle-trace-ns]
143
+ [" Refresh loaded code" cider-refresh]
144
+ " --"
140
145
[" Debug top-level form" cider-debug-defun-at-point]
141
146
" --"
142
147
[" Set ns" cider-repl-set-ns]
143
148
[" Switch to REPL" cider-switch-to-repl-buffer]
144
149
[" Switch to Relevant REPL" cider-switch-to-relevant-repl-buffer]
145
150
[" Toggle REPL Pretty Print" cider-repl-toggle-pretty-printing]
146
151
[" Clear REPL" cider-find-and-clear-repl-buffer]
147
- [" Refresh loaded code" cider-refresh]
152
+ " --"
153
+ (" nREPL"
154
+ [" Describe session" cider-describe-nrepl-session]
155
+ [" Close session" cider-close-nrepl-session]
156
+ [" Connection info" cider-display-current-connection-info]
157
+ [" Rotate connection" cider-rotate-connection])
158
+ " --"
148
159
[" Interrupt evaluation" cider-interrupt]
160
+ " --"
149
161
[" Quit" cider-quit]
150
162
[" Restart" cider-restart]
151
163
" --"
152
- [" Describe nREPL session" cider-describe-nrepl-session]
153
- [" Close nREPL session" cider-close-nrepl-session]
154
- [" Display nREPL connection" cider-display-current-connection-info]
155
- [" Rotate nREPL connection" cider-rotate-connection]
156
- " --"
157
164
[" Version info" cider-version]))
158
165
map))
159
166
0 commit comments