summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* Replace some inlined code with wrap-ns middleware usageBozhidar Batsov2014-09-11
* Fix a couple of function callsBozhidar Batsov2014-09-11
* [fix #772] and fix broken `cider-eval-and-get-value`Vitalie Spinu2014-09-10
* Fix cider-jump-toHugo Duncan2014-09-10
* Remove the no file check in the error highlighting logicBozhidar Batsov2014-09-09
* Further simplify var def lookupBozhidar Batsov2014-09-09
* Simplify var def lookupBozhidar Batsov2014-09-09
* Merge pull request #778 from vitoshka/bencodeBozhidar Batsov2014-09-09
|\
| * [Fix #776, #773, #733] Rewrite bencode decoderVitalie Spinu2014-09-08
* | Observe `cider-stacktrace-print-level` for test errors.Jeff Valk2014-09-05
* | Simplify dummy contents generationBozhidar Batsov2014-09-05
|/
* [#631] Track column number in interactive evalBozhidar Batsov2014-09-04
* [Fix #631] Set file and line metadata when doing interactive evaluationBozhidar Batsov2014-09-04
* Merge pull request #763 from vitoshka/cider-find-fileBozhidar Batsov2014-09-04
|\
| * Enhance `cider-find-file` and use stacktrace file data for navigationVitalie Spinu2014-09-03
* | Honor `cider-auto-jump-to-error` when `cider-show-error-buffer` is non-nilVitalie Spinu2014-09-03
|/
* Fix `cider-jump-to-var` with no symbol at pointVitalie Spinu2014-08-31
* Don't forget offset line in `cider-stacktrace-navigate`.Vitalie Spinu2014-08-31
* Add `other-buffer` flag to `cider-jump-to`Vitalie Spinu2014-08-31
* Fix unused variable warningBozhidar Batsov2014-08-30
* Don't shadow the dynamic variable major-modeBozhidar Batsov2014-08-29
* Suppress unused variable warningBozhidar Batsov2014-08-29
* Remove unused localBozhidar Batsov2014-08-29
* Replace an usage of goto-lineBozhidar Batsov2014-08-29
* [#741] Use (cider-current-ns) when requesting completion candidatesBozhidar Batsov2014-08-26
* Merge pull request #729 from vitoshka/repl-connectionsBozhidar Batsov2014-08-25
|\
| * Use repl buffer as connection bufferVitalie Spinu2014-08-25
* | Make it possible to disable completion candidates annotationsBozhidar Batsov2014-08-24
|/
* Add a cider-stacktrace-print-level defcustomHugo Duncan2014-08-21
* Simplify a bit of completion codeBozhidar Batsov2014-08-21
* Don't move point when clearing or highlighting test resultsRoman Scherer2014-08-21
* Fix a small problem with the middleware compatibility checkBozhidar Batsov2014-08-20
* Correct compatibility checkBozhidar Batsov2014-08-20
* [Fix #739] Require clojure.tools.namespace.repl before using itBozhidar Batsov2014-08-20
* [#671] Check middleware compatibility asynchronouslyBozhidar Batsov2014-08-20
* [#671] Retrieve Java version from nREPL's describe sessionBozhidar Batsov2014-08-20
* Get Clojure and nREPL versions from describe-session's responseBozhidar Batsov2014-08-19
* Add Cygwin support. Refs #735Juergen Hoetzel2014-08-18
* Simplify a bit of codeBozhidar Batsov2014-08-18
* Remove non-interactive use of goto-line, refs #737Juergen Hoetzel2014-08-17
* cider-jump-to: Always jump to absolute line number, refs #737Juergen Hoetzel2014-08-17
* [#631] Workaround for missing var metadataBozhidar Batsov2014-08-15
* Find source locations even when clojure doesn't report them.Vitalie Spinu2014-08-14
* Add prefix arg support to cider-clear-compilation-highlightsBozhidar Batsov2014-08-14
* Add prefix arg support to cider-quitBozhidar Batsov2014-08-14
* [Fix #728] Restore the clearing of compilation highlights on interactive evalBozhidar Batsov2014-08-14
* Fix error messageBozhidar Batsov2014-08-13
* Extract a bit of duplicated codeBozhidar Batsov2014-08-13
* Font-lock properly error messages in the REPL resulting from interactive eval...Bozhidar Batsov2014-08-12
* [Fix #698] Provide an interactive command for clearing compilation highlightsBozhidar Batsov2014-08-12