summaryrefslogtreecommitdiff
path: root/cider-eldoc.el
Commit message (Collapse)AuthorAge
* Bump the copyright yearsBozhidar Batsov2019-01-01
|
* Revert "Remove cider-compat.el"Bozhidar Batsov2018-06-18
| | | | | | | This reverts commit b28fbac964907172fdedc3bea56eab905d5fbdbf. This can't be fully removed due to the difference in the signature of `if-let*` and `when-let*` in Emacs 25 and 26.
* Remove cider-compat.elBozhidar Batsov2018-06-18
| | | | It's no longer needed now that we target Emacs 25.
* [#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
| | | | See: https://travis-ci.org/clojure-emacs/cider/jobs/317868987#L1057
* Replace `if-let` and `when-let` with starred versionsTianxiang Xiong2017-12-11
| | | | | | | | | | Fix #2130. Emacs 26 obsoletes `if-let` and `when-let`, replacing them with `if-let*` and `when-let*`. This raises byte-compilation warnings (treated as errors) when testing against Emacs 26. See: http://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-26#n1278
* 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
| | | This also fixes some issues checkdoc was currently reporting.
* 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
| | | | | We can now use the versions of those functions that were added in Emacs 24.4.
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
| | | | | The functions in `cider-compat.el` were actually added in Emacs 25.1, not Emacs 24.4.
* 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
| | | If the user has entered incorrect class/ns name, like `(X/.length)` or `(X/defn)`, the eldoc is not displayed.
* [Fix #1725] Display class names in eldoc for interop forms (#1729)Chaitanya Koparkar2016-05-05
| | | | The class information returned by `eldoc` middleware op is used. clojure-emacs/cider-nrepl#349
* 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
| | | | | The code in this function got pretty ugly, so it definitely needs some refactoring down the road.
* [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
| | | | This saves us some redundant (and expensive) middleware requests.
* 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
|