summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
...
* Mention PayPal donations in the contributing sectionBozhidar Batsov2014-08-09
|
* Add a missing dotBozhidar Batsov2014-08-09
|
* Add cider-undef with C-c C-u bindingHugo Duncan2014-08-08
| | | | Adds an undef command for removing a symbol from the current namespace.
* Add Paypal donate buttonBozhidar Batsov2014-08-08
|
* Created CIDER quick reference card.Alexis2014-08-08
|
* 0.7.0 isn't a snapshot any more.Alex Robbins2014-08-07
| | | Drop SNAPSHOT from example user profile.
* Update company-mode sectionBozhidar Batsov2014-08-05
|
* Update ac-cider referenceBozhidar Batsov2014-08-05
|
* Update the Clojure version requirementBozhidar Batsov2014-08-02
|
* Terminology fixesBozhidar Batsov2014-08-02
|
* Promote @jeffvalk to a team memberBozhidar Batsov2014-08-02
|
* [Fix #683] Don't use C-c C-h keybindingsBozhidar Batsov2014-07-29
|
* Update some references to cider-macroexpansion-minor-modeBozhidar Batsov2014-07-29
|
* Recommend @alexander-yakushev's ac-cider-compliment over ac-nreplBozhidar Batsov2014-07-28
|
* Mention that CIDER 0.7 users should remove clojure-test-modeBozhidar Batsov2014-07-28
|
* Add Grimoire integrationBozhidar Batsov2014-07-24
|
* Removed the ability to manage *print-length*Bozhidar Batsov2014-07-17
| | | | | | | This was causing a bit of confusion among the users, because they weren't aware the config was only applied on REPL start. Looking back it was a mistake to try to manage this via CIDER as setting it via lein is preferable.
* Add apropos support.Jeff Valk2014-07-11
| | | | | Add apropos search for function/var names (bound to <kbd>C-c C-h a</kbd>) and documentation (bound to <kbd>C-c C-h d</kbd>).
* [Fix #640] Add instructions for using CIDER with embedded nREPL serversBozhidar Batsov2014-06-19
|
* Bind cider-jump-to-resource to C-c M-.Bozhidar Batsov2014-06-19
|
* [Fix #630] Remap cider-test-show-report to C-c C-tBozhidar Batsov2014-06-17
|
* [Fix #626] Enable `cider-test-run-test` on any Clojure buffer.Jeff Valk2014-06-16
| | | | | | | | | | Previously this command was only enabled in the report buffer and on tests that had previous failures/errors. This requires `clojure-mode` [#238](https://github.com/clojure-emacs/clojure-mode/pull/238). Also, update context menus and key binding documentation.
* [Fix #613] Add clojure.test integration.Jeff Valk2014-06-15
| | | | Add 'cider-test' to replace the venerable, now-retired 'clojure-test-mode'.
* Add an example profiles.clj to the READMEBozhidar Batsov2014-06-15
|
* [Fix #602] Parsimonious configuration of the stacktrace displayVitalie Spinu2014-06-10
|
* Merge pull request #611 from jeffvalk/masterBozhidar Batsov2014-06-09
|\ | | | | Update README and CHANGELOG for stacktrace enhancements.
| * Update README and CHANGELOG for stacktrace enhancements.Jeff Valk2014-06-09
| |
* | [#609] Clarify information about cider-nrepl dependencyBozhidar Batsov2014-06-09
|/
* [Fix #554] Set cider-auto-select-error-buffer to t by defaultBozhidar Batsov2014-06-03
|
* Update README and CHANGELOG.Jeff Valk2014-06-01
| | | | Also, update an outdated docstring.
* fix typoDavid Pathakjee2014-05-25
|
* Replace Marmalade with MELPA Stable in the installation instructionsBozhidar Batsov2014-05-19
|
* [Fix #564] Remove redundant cider-src commandBozhidar Batsov2014-05-13
|
* Minor rewordingBozhidar Batsov2014-05-11
|
* Add license badgeBozhidar Batsov2014-05-10
|
* Mention Gittip in the contribution sectionBozhidar Batsov2014-05-10
|
* Mention freenode channelBozhidar Batsov2014-05-10
|
* Wrap exception messages in stacktrace buffer.Jeff Valk2014-05-09
|
* Remove extensions sectionBozhidar Batsov2014-04-29
|
* Add basic tracing supportBozhidar Batsov2014-04-29
|
* [Fix #540] Correct a wrong font referenceBozhidar Batsov2014-04-26
|
* Enable 'jump' keybindings for stacktrace navigation.Jeff Valk2014-04-25
| | | | Document enabling cider-mode on cider-jump targets.
* Add Gittip badgeBozhidar Batsov2014-04-25
|
* Make cider-nrepl a requirementBozhidar Batsov2014-04-24
| | | | | Up until now the extra middleware were optional. Moving forward they're mandatory.
* Terminology fixBozhidar Batsov2014-04-18
|
* Clean up company-mode sectionBozhidar Batsov2014-04-18
|
* Refill a sectionBozhidar Batsov2014-04-18
|
* Fix section nameBozhidar Batsov2014-04-12
|
* Add stacktrace filtering/navigation from middleware.Jeff Valk2014-04-11
| | | | | | | | Update documentation for stacktrace filtering/navigation. Update face names and doc strings for clarity. Add cider-stacktrace group. Tidy up.
* Update README.md's REPL pretty-printing symbolsitegebo2014-03-17
|