summaryrefslogtreecommitdiff
path: root/cider-eldoc.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
* Remove unused parameter `pos` from `cider-eldoc-format-variable`Tianxiang Xiong2017-12-18
* Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
* Use #' consistently for :safe predicatesBozhidar Batsov2017-07-09
* [Fix #1832] Add eldoc info for datomic query input parameterstijsmallaerts2017-03-22
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
* Don't use `list` where backquoting would be clearerTianxiang Xiong2017-03-01
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* Drop some redundant string-related functionsBozhidar Batsov2016-11-25
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
* [#1820] Don't try to display eldoc in EDN buffersBozhidar Batsov2016-10-07
* Convert cider-eldoc-max-num-sexps-to-skip to a defcustomBozhidar Batsov2016-10-07
* Make cider-eldoc-thing-type consistent with cider-propertizecskksc2016-07-17
* [#1782] Customizable appearance of a multiline docstringcskksc2016-06-23
* Fix eldoc errorcskksc2016-05-20
* Add font-lock-variable-name-face in cider-propertize (#1753)Chaitanya Koparkar2016-05-19
* Replace a member with memqArtur Malabarba2016-05-18
* Don't query eldoc for symbol at point if not neededArtur Malabarba2016-05-18
* Refactor some eldoc functionscskksc2016-05-18
* [Fix #1572] Add support for variables in eldoccskksc2016-05-18
* [#1638] Consider the eldoc at point before first symbolcskksc2016-05-18
* Rename cider--eldoc-remove-dot-symcskksc2016-05-17
* [Fix #1735] Display eldoc only for existing forms (#1738)Chaitanya Koparkar2016-05-10
* [Fix #1725] Display class names in eldoc for interop forms (#1729)Chaitanya Koparkar2016-05-05
* Fix cider-eldoc-format-thing testcskksc2016-04-25
* Improve a bit cider-eldoc-format-thingBozhidar Batsov2016-04-24
* Allow the ns displayed by eldoc to be tailored via cider-eldoc-ns-functionBozhidar Batsov2016-04-24
* Improve code style a bitBozhidar Batsov2016-04-14
* Kill everything that was obsoleted in the previous releaseBozhidar Batsov2016-04-10
* Fix some copyright yearsBozhidar Batsov2016-04-09
* Cleanup the ns macro eldoc codeBozhidar Batsov2016-04-08
* Add a note about the ns macro's eldoc handlingBozhidar Batsov2016-04-08
* Add a hack to handle properly keywords at function positions in ns macrosBozhidar Batsov2016-04-08
* [Fix #1654] Account for namespace in hardcoded eldoc mappingsBozhidar Batsov2016-04-08
* Display namespace in eldocBozhidar Batsov2016-04-03
* Add a note about eldoc cachingBozhidar Batsov2016-04-03
* Display eldoc for Classname.Bozhidar Batsov2016-04-03
* Display eldoc for keywords used to get map keysBozhidar Batsov2016-04-03
* Optimize cider-eldoc-arglist by ignoring more literal typesBozhidar Batsov2016-04-03
* Remove a redundant invocation of substring-no-propertiesBozhidar Batsov2016-04-03
* Don't use `string=`, cider-eldoc-last-symbol could be nilArtur Malabarba2016-03-23
* Acknowledge properly @Malabarba's amazing contributions to CIDERBozhidar Batsov2016-03-23
* [Fix #1570] Handle properly rest params in eldocBozhidar Batsov2016-03-02
* Improve cider-eldoc-setup's docstringBozhidar Batsov2016-02-15
* Suppress eldoc when the current sexp seems to be too largeRyo Fukumuro2016-01-04