summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
...
* Update copyright yearsBozhidar Batsov2015-03-01
* Add options for configuring completion annotationsMichael Griffiths2015-02-28
* Fix styleMichael Griffiths2015-02-28
* Merge pull request #993 from cichli/completion-metadataBozhidar Batsov2015-02-28
|\
| * Enable annotated completion candidates by defaultMichael Griffiths2015-02-27
| * Add support for middleware-annotated completion candidatesMichael Griffiths2015-02-27
* | Add function cider-insert-region-in-replsyl20bnr2015-02-27
|/
* Display error output in cider--check-required-nrepl-opsBozhidar Batsov2015-02-22
* [Fix #970] Warn when used with incompatible nREPL serverBozhidar Batsov2015-02-22
* Prefer find-buffer-visiting to get-file-bufferMichael Griffiths2015-02-21
* [Fix #979] Add cider-inspect--popup-buffer for inspectorMichael Griffiths2015-02-18
* [Fix #977] Properly indent the result of cider-format-regionMichael Griffiths2015-02-16
* Add support for format-edn middlewareMichael Griffiths2015-02-16
* Add support for pprint middlewareMichael Griffiths2015-02-15
* Add code formatting commandsBozhidar Batsov2015-02-08
* Merge pull request #956 from vspinu/950Bozhidar Batsov2015-02-01
|\
| * Auto-eval source buffer ns form when neededVitalie Spinu2015-02-01
* | [1dba82f] On error don't auto-jump to tooling filesVitalie Spinu2015-02-01
|/
* Fix arg nameBozhidar Batsov2015-01-26
* Deprecate redundant cider-evalBozhidar Batsov2015-01-25
* Eval ns forms in the "user" namespace on interactive evalBozhidar Batsov2015-01-25
* Move a few requires where they belongBozhidar Batsov2015-01-25
* Avoid a forward reference to cider-to-nrepl-filename-functionBozhidar Batsov2015-01-18
* [Fix #921] Non-interactive `cider-jump-to-var`.Marshall Bockrath-Vandegrift2015-01-10
* Isolate `nrepl-client` connection logic from CIDERVitalie Spinu2014-12-26
* Ensure buffer local variable is not cleared by mode change.Oliver Powell2014-12-23
* Replace nrepl-buffer-ns with cider-buffer-nsBozhidar Batsov2014-12-23
* Quick and dirty fixBozhidar Batsov2014-12-23
* Make it possible to trigger Grimoire doc lookup from doc buffersBozhidar Batsov2014-12-22
* Prioritize a buffer-local ns over the REPL's nsBozhidar Batsov2014-12-22
* Indentation fixesBozhidar Batsov2014-12-22
* Report Clojure's version including its qualifierBozhidar Batsov2014-12-20
* Use the clojure-mode-syntax-table when reading Clojure code from the minibufferBozhidar Batsov2014-12-19
* [Fix #894] Make it possible to enter any symbol with cider-read-symbol-nameBozhidar Batsov2014-12-19
* Use completion context only in clojure-mode buffersBozhidar Batsov2014-12-19
* Fix Tab-completion in cider-read-from-minibufferBozhidar Batsov2014-12-19
* Remove redundant url-encode-url invocationBozhidar Batsov2014-12-08
* [#912] Improve a bit the robustness of the cider-restart commandBozhidar Batsov2014-12-07
* [Fix #830] Stop using load-file for most interactive evaluation commandsBozhidar Batsov2014-12-05
* [Fix #883] Encode properly the javadoc urlBozhidar Batsov2014-11-21
* Quit cider popup buffers with 'append argumentVitalie Spinu2014-11-17
* Add cider-nrepl-session-buffer to cider-ancillary-buffersBozhidar Batsov2014-11-16
* [Fix #876] Fix cider-change-buffers-designationBozhidar Batsov2014-11-16
* Fix ns detection logic in cider-read-and-evalBozhidar Batsov2014-11-15
* Merge pull request #832 from vitoshka/read-evalBozhidar Batsov2014-11-15
|\
| * Use `*cider-read-eval*` buffer for `cider-read-and-eval` error locationsVitalie Spinu2014-09-26
* | Fix toggle-trace-var op nameBozhidar Batsov2014-11-14
* | Fix cider-toggle-trace-var's docstringBozhidar Batsov2014-11-14
* | Fix docstringsBozhidar Batsov2014-11-14
* | Add missing spaceBozhidar Batsov2014-11-14