summaryrefslogtreecommitdiff
path: root/cider-eldoc.el
Commit message (Expand)AuthorAge
* 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
* Update the copyright yearsBozhidar Batsov2016-01-01
* Remove an extra spaceBozhidar Batsov2015-11-25
* Normalize the usage of if/when-let with that of letArtur Malabarba2015-10-21
* [Fix #1348] Remove dash dependencyRoger Gilliar2015-10-19
* Move many common-use functions to cider-common.elArtur Malabarba2015-09-23
* Add a simple wrapper for nrepl-op-supported-pBozhidar Batsov2015-08-27
* [Fix #1278] Change cider-current-repl to cider-current-repl-bufferBozhidar Batsov2015-08-25
* Eliminate usages of `cider-default-connection` in the nREPL clientBozhidar Batsov2015-08-25
* Update copyright yearsBozhidar Batsov2015-03-01
* Define cider-turn-on-eldoc-mode as an alias for eldoc-modeBozhidar Batsov2015-01-07
* Compilation optimizationsBozhidar Batsov2015-01-07
* [Fix #934] Simplify eldoc setupBozhidar Batsov2015-01-07
* [Fix #782] Cache eldoc data to reduce the number of eldoc nREPL queriesBozhidar Batsov2014-10-09
* Strip string properties when doing an eldoc requestBozhidar Batsov2014-10-09
* [Fix #713] Retrieve eldoc via a dedicated opBozhidar Batsov2014-10-08
* Don't show eldoc if you're not in a listBozhidar Batsov2014-10-07
* Don't try to lookup eldoc for forms like (:keyword var)Bozhidar Batsov2014-10-02