summaryrefslogtreecommitdiff
path: root/cider-doc.el
Commit message (Collapse)AuthorAge
* Bump the copyright yearsBozhidar Batsov2019-01-01
|
* Initialize `sesman-system` in all CIDER modesVitalie Spinu2018-07-13
|
* [Fix #2347] Remove direct manipulations of cider-ancillary-buffersBozhidar Batsov2018-06-24
| | | | | CIDER's popups had a way to track those automatically for a while, it's time to leverage this consistently.
* Fix a couple of references to cider-jump-toBozhidar Batsov2018-06-24
|
* 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.
* Move a defcustomBozhidar Batsov2018-05-14
|
* Declare functions to resolve warningsgganley2018-03-03
|
* Render specs in cider-doc using `cider-browse-spec--pprint-indented` (#2154)Juan Monetta2018-01-11
| | | This also adds a button to jump to the spec browser straight from the doc buffer.
* [Fix #2150] Improve formatting of spec in `cider-doc` buffer (#2151)Tianxiang Xiong2018-01-03
| | | Font-lock and align spec in `cider-doc` buffer properly.
* Bump the copyright yearsBozhidar Batsov2018-01-01
|
* 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
* Make links in "Also see" section to be text buttons (#2079)Andriy Kmit2017-08-29
| | | | This minor change is for compatibility with [ace-link](https://github.com/abo-abo/ace-link) package, which cannot detect links created with `insert-button`.
* Indicate both special form and macro in docTianxiang Xiong2017-07-01
| | | | | Some symbols, like `clojure.core/let`, are both special forms AND macros. `cider-doc` should indicate this.
* Use new format for forms-str and arglists-strTianxiang Xiong2017-06-18
| | | | | | | Depends on clojure-emacs/cider-nrepl#412. Using the new forms-str and arglists-str formats simplifies code for `cider-docview-render-info`.
* Add cider-doc-auto-select-buffer custom variable (#1996)Nahuel Greco2017-05-23
| | | Added cider-doc-auto-select-buffer defcustom to control whether the documentation viewer popup will be auto-selected after it's displayed.
* Update various faces when a theme is disabledUstun Ozgur2017-05-09
| | | | Previously, we were only updating faces when we enable themes.
* [Fix #1352] Add checkdoc to build (#1957)Erik Assum2017-03-10
| | | This also fixes some issues checkdoc was currently reporting.
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
|
* [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
|
* [Fix #1707] Add customization for line truncating in special buffersBartłomiej Kruczyk2016-10-16
|
* [Fix #1769] Display fn spec in the doc buffers (#1833)Chaitanya Koparkar2016-09-15
|
* Abbreviate file names in the doc bufferArtur Malabarba2016-05-31
|
* Small style changesArtur Malabarba2016-05-31
|
* Simplifications to cider--doc-make-xrefsArtur Malabarba2016-05-24
|
* [#1746] Parse docstrings to create help var xrefs (#1750)Chaitanya Koparkar2016-05-21
|
* Improve a commentBozhidar Batsov2016-05-20
|
* Improve a bit the way we display the definition location in docviewBozhidar Batsov2016-05-20
| | | | | | buffers I've taken a page from Elisp itself.
* Fix variable name in see-also (#1744)Chaitanya Koparkar2016-05-10
|
* [#1736] Show see-also links in the documentation viewer (#1742)Chaitanya Koparkar2016-05-10
|
* Move dictionary manipulation to its own file, nrepl-dict.elArtur Malabarba2016-04-30
| | | | | | A lot of .el files have to manipulate dictionaries, so this forced a lot of files to depend on nrepl-client.el. These were muddy waters if we plan on supporting SocketREPL.
* Fix arglist display for `def` in the doc bufferArtur Malabarba2016-04-27
|
* Improve CIDER's menu-bar menu (#1661)Artur Malabarba2016-04-11
| | | | | | | | | | | | * Improve CIDER's menu-bar menu - Thoroughly reorganize it and split it into 3 separate menus; - Add a 4th menu, that only appears if `cider-mode` isn't active; - Add custom-written `:help` strings to some items, and automatically add help strings to the rest; - Add a few commands; - Grey-out commands that rely on connections while there is no connection. * Add a screenshot to the Readme
* Doc buffer splits arglists into several linesArtur Malabarba2016-04-08
| | | | | | | | | | | | | | | Instead of this: org.httpkit.client/post ([url & [opts callback]] [url & [callback]]) Issues an async HTTP POST request. See `request` for details. We get this: org.httpkit.client/post [url & [opts callback]] [url & [callback]] Issues an async HTTP POST request. See `request` for details.
* Make it clearer that var is a macro or special-formArtur Malabarba2016-04-07
|
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
|
* Update a few copyright headersBozhidar Batsov2016-03-27
|
* Add keybindings and menu entries for cider-apropos-select and ↵Bozhidar Batsov2016-03-26
| | | | cider-apropos-documentation-select
* Stop using reserved C-h keybinding for grimoireChris Perkins2016-03-09
|
* Move an op-supported check where it belongsBozhidar Batsov2016-02-28
|
* Improve menu itemBozhidar Batsov2016-02-15
|
* Change the keybinding for cider-apropos-documentationBozhidar Batsov2016-02-12
| | | | | The new keybinding is consistent with rest and doesn't involve pressing an uppercase letter.
* Add missing symmetric keybinding (C-h) for cider-grimoire-webBozhidar Batsov2016-02-12
|
* Make sure there's a connection in cider-doc and cider-javadocBozhidar Batsov2016-02-11
| | | | | Otherwise the users would get a nasty error when they try to invoke them and there are no connections.
* Fix another docstringBozhidar Batsov2016-02-11
|
* Fix a docstringBozhidar Batsov2016-02-11
|
* Use keyword-face for the "Deprecated" line in *cider-doc*Artur Malabarba2016-01-25
| | | | | | | The comment face is fine for notices that shouldn't call attention, but it's too easy to miss for something that's basically a warning. (OTOH, I didn't use `font-lock-warning-face` because it was too much, and hijacked the buffer.)
* Update the copyright yearsBozhidar Batsov2016-01-01
|
* [Fix #1419] Use dynamic font-lock wherever possibleArtur Malabarba2015-11-14
|