summaryrefslogtreecommitdiff
path: root/cider-eldoc.el
Commit message (Collapse)AuthorAge
* [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
|
* [Fix #838] Inline eldoc-beginning-of-sexpBozhidar Batsov2014-10-01
|
* Expand nREPL dict api and apply throughoutVitalie Spinu2014-09-13
|
* [fix #795] correctly map on candidates in cider-eldoc-arglistVitalie Spinu2014-09-13
|
* [Fix #776, #773, #733] Rewrite bencode decoderVitalie Spinu2014-09-08
| | | | | | | - nREPL dicts are now plists and accessor api is given by `nrepl-dict-p`, `nrepl-dict-get` and `nrepl-dict-put`. - nested stack is used for decoded messages to avoid re-parsing of incomplete messages - queues are used for raw strings from server and for decoded requests
* [Fix #652] Prevent eldoc from clobbering an error message in the minibufferBozhidar Batsov2014-08-12
|
* Inline a redundant functionBozhidar Batsov2014-08-08
|
* Update copyright yearsBozhidar Batsov2014-06-13
|
* [Fix #563] Don't prompt for method class to generate eldocBozhidar Batsov2014-05-16
| | | | | The eldoc for ambiguous Java methods is now generated by combining the signatures of all matching methods.
* Enforce code style via .dir-locals.elBozhidar Batsov2014-04-26
|
* Remove eval-based eldoc retrievalBozhidar Batsov2014-04-25
|
* yas/expand -> yas-expandBozhidar Batsov2014-04-18
|
* Remove mention of non-existing commandBozhidar Batsov2014-04-18
|
* [Fix #510] Handle differently eldoc info obtained from the middlewareBozhidar Batsov2014-04-08
| | | | | | Eldoc data obtained from evaluation of inlined Clojure code needs to be read, but this does not apply to eldoc data obtained from the middleware.
* Fix end of file commentBozhidar Batsov2014-03-11
|
* Farewell to tabsBozhidar Batsov2014-03-11
|
* [Fix #492] Add missing argument in cider-eldoc--arglist-eval-fn callBozhidar Batsov2014-03-03
|
* Retrieve arglists for eldoc via info nREPL op when availableBozhidar Batsov2014-03-03
|
* Define cider-company-docsigDmitry Gutov2014-03-02
|
* Replace deprecated turn-on-eldoc-mode functionBozhidar Batsov2014-02-19
|
* Use lexical binding everywhereBozhidar Batsov2014-02-19
|
* [Fix #432] Handle properly eldoc argsBozhidar Batsov2013-12-12
|
* Abstract some of the high level evaluation logicBozhidar Batsov2013-11-15
|
* Use cider-connected-pBozhidar Batsov2013-11-15
|
* cider-eldoc.el depends on cider-symbol-at-pointCharles Comstock2013-10-24
|
* Rename project to CIDERBozhidar Batsov2013-10-17