summaryrefslogtreecommitdiff
path: root/cider-overlays.el
Commit message (Expand)AuthorAge
* Bump the copyright yearsBozhidar Batsov2019-01-01
* Revert "Remove cider-compat.el"Bozhidar Batsov2018-06-18
* Remove cider-compat.elBozhidar Batsov2018-06-18
* [#2199] Indentation adjustments, per elisp-lintNeil Okamoto2018-03-05
* Bump the copyright yearsBozhidar Batsov2018-01-01
* Update a usage of <= for Emacs 24.4+Bozhidar Batsov2017-12-24
* Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
* Add a missing :package-version propertyBozhidar Batsov2017-04-30
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
* Remove a reference to cider-inspect-read-and-inspect (#1703)Chaitanya Koparkar2016-04-20
* [Fix #1692] Truncate very long overlaysArtur Malabarba2016-04-20
* [Fix #1659] Add fringe indicators for evaluated formsArtur Malabarba2016-04-20
* [#1689] Destroy result overlays if the code is editedArtur Malabarba2016-04-18
* Change cider-type overlay property to categoryArtur Malabarba2016-04-12
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
* Display multi-line eval overlays at the start of the following lineArtur Malabarba2016-04-03
* Extend copyright in cider-debug and cider-overlaysArtur Malabarba2016-03-23
* Only use buttons for debugging when inlinedArtur Malabarba2016-03-20
* Rename an argument from X to OVArtur Malabarba2016-03-06
* C-u C-M-x now inserts a literal #dbg into the bufferArtur Malabarba2016-03-06
* Evaluation only removes overlays created by cider--make-overlayArtur Malabarba2016-03-06
* Remove a bunch of stuff that were marked as obsolete in 0.10Bozhidar Batsov2016-02-27
* Add missing spaceBozhidar Batsov2016-02-23
* Add keyword argument prepend-face to -make-result-overlayArtur Malabarba2016-02-05
* Remove an if clause that's always trueArtur Malabarba2016-01-30
* Add a FORMAT argument to cider--make-result-overlayArtur Malabarba2016-01-30
* Default cider-overlays-use-font-lock to tArtur Malabarba2016-01-30
* Always append cider-result-overlay-face to the result stringArtur Malabarba2016-01-30
* Generalize the WHERE argument of cider--make-result-overlayArtur Malabarba2016-01-30
* Update the copyright yearsBozhidar Batsov2016-01-01
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
* [Fix #1378] cider-ovelays-use-font-lock -> cider-overlays-use-font-lockBozhidar Batsov2015-10-20
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
* [Fix #1364] Don't rely on multi-arity of <=Artur Malabarba2015-10-13
* Speed up cider--make-result-overlayArtur Malabarba2015-10-03
* Make cider--make-result-overlay take keyword argumentsArtur Malabarba2015-10-03
* Move many common-use functions to cider-common.elArtur Malabarba2015-09-23
* Apply overlay face to the result prefixArtur Malabarba2015-09-04
* [Fix #1267] Make results overlay compatible with synchronous evaluationArtur Malabarba2015-08-24
* Fix spacing in some docstringsBozhidar Batsov2015-08-09
* Make it possible to disable Clojure font-locking for interactive eval resultsBozhidar Batsov2015-08-09
* [Fix #1222] Add option to apply a single face to the results overlayArtur Malabarba2015-08-07
* Display result in the echo if the edge of the overlay is off the screenArtur Malabarba2015-07-30
* Better positioning for the result overlayArtur Malabarba2015-07-16
* Improve usage of the eval result overlaysArtur Malabarba2015-07-16
* Quit the debugger when the buffer is killed or revertedArtur Malabarba2015-07-16
* Integrate overlays with interactive evaluationArtur Malabarba2015-07-13