summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* Replace * in grimoire urlsBozhidar Batsov2014-07-25
* Replace ! in grimoire urlsBozhidar Batsov2014-07-25
* Replace ? in grimoire URLs.Bruce Durling2014-07-25
* Add Grimoire integrationBozhidar Batsov2014-07-24
* [Fix #670] Save point between two inserts to popup buffer.Daniel Skarda2014-07-23
* [Fix #670] More robust Clojure font-locking for the *cider-result* bufferBozhidar Batsov2014-07-23
* Fix cider-jump-to for trampHugo Duncan2014-07-23
* [Fix #662] Use Clojure font-lock for results displayed in popup buffersBozhidar Batsov2014-07-18
* [Fix #655] Improve the error highlighting logicBozhidar Batsov2014-07-18
* Add apropos support.Jeff Valk2014-07-11
* [Fix #633, #659] Refactor `cider-find-` and `cider-jump-`.Jeff Valk2014-07-08
* Use cider--resource-file-url-to-filename to get jar path.Scott Douglas-Watson2014-07-02
* [Fix #605] Ensure that resource file urls are decoded and correct on Windows.Scott Douglas-Watson2014-07-02
* Add empty string check to cider-read-symbol-nameBozhidar Batsov2014-06-23
* Refine a bit cider-jump-to-resourceBozhidar Batsov2014-06-19
* [Fix #637] Ensure stacktrace presents exceptions with nil message.Jeff Valk2014-06-18
* Changes to the code that handles errors. There was a free/unbound variable. ...Paul Viola2014-06-18
* Merge pull request #634 from cichli/masterBozhidar Batsov2014-06-18
|\
| * Fix jumping between definitions in the same buffer.Michael Griffiths2014-06-17
* | [Fix #22] Add jump to resource commandBozhidar Batsov2014-06-17
* | A first draft of configurable interactive eval outputBozhidar Batsov2014-06-17
|/
* Merge pull request #625 from jeffvalk/masterBozhidar Batsov2014-06-16
|\
| * [Fix #613] Add clojure.test integration.Jeff Valk2014-06-15
* | [Fix #8] Add code refreshing commandBozhidar Batsov2014-06-16
|/
* Reimplement macroexpansion in terms of middlewareBozhidar Batsov2014-06-13
* Code styleBozhidar Batsov2014-06-13
* [Fix #615] Allow error/stacktrace display without middleware.Jeff Valk2014-06-12
* [Fix #607] Don't eval pprint code in the tooling sessionBozhidar Batsov2014-06-11
* [Fix #602] Parsimonious configuration of the stacktrace displayVitalie Spinu2014-06-10
* Merge pull request #610 from jeffvalk/masterBozhidar Batsov2014-06-09
|\
| * [Fix #569] Present stacktrace frames for all causes.Jeff Valk2014-06-09
* | Extract cider-string-join helperBozhidar Batsov2014-06-09
* | [Fix #609] Mention the exact cider-nrepl version that has to be installedBozhidar Batsov2014-06-09
|/
* [#598] Handle mismatching file names in error highlightingBozhidar Batsov2014-06-06
* Display middleware version in connection infoBozhidar Batsov2014-06-06
* Report cider-nrepl's version on REPL startBozhidar Batsov2014-06-05
* Issue a warning when all the required nREPL ops are not supportedBozhidar Batsov2014-06-05
* Fix `cider-company-location`.Michael Griffiths2014-06-04
* [Fix #554] Set cider-auto-select-error-buffer to t by defaultBozhidar Batsov2014-06-03
* Use defvar-localBozhidar Batsov2014-06-02
* Update README and CHANGELOG.Jeff Valk2014-06-01
* [Fix #589] Don't prefer local paths over tramp by default.Jeff Valk2014-06-01
* [Fix #552] Load resources from jar/zip files efficiently.Jeff Valk2014-05-31
* Fix showing documentation with company-doc-buffer.Michael Griffiths2014-05-30
* [Fix #593] Fix error with no symbol at pointJohn Walker2014-05-29
* [Fix #593] Restore compatibility with Emacs 24.3Bozhidar Batsov2014-05-30
* Further simplify cider-symbol-at-pointBozhidar Batsov2014-05-29
* Simplify cider-symbol-at-pointBozhidar Batsov2014-05-29
* Add mode for presenting documentation.Jeff Valk2014-05-28
* Update 'method' -> member' to support updated Java info.Jeff Valk2014-05-27