summaryrefslogtreecommitdiff
path: root/cider-doc.el
Commit message (Collapse)AuthorAge
* More informative error on cider-docview-fileArtur Malabarba2015-07-01
|
* Use _ where appropriateMichael Griffiths2015-04-25
|
* [#1069] Show a link to the source in the doc bufferBozhidar Batsov2015-04-19
|
* [#1069] Handle missing doc betterBozhidar Batsov2015-04-19
|
* Remap cider-grimoire to `C-c C-d r` and `C-c C-d C-r`Bozhidar Batsov2015-04-05
| | | | | The old keybindings didn't play nice with `C-g` (you could not quit after pressing `C-c C-d`).
* Add `cider-prompt-for-symbol` optionMichael Griffiths2015-03-26
|
* Update copyright yearsBozhidar Batsov2015-03-01
|
* Avoid a recursive require of cider-interactionBozhidar Batsov2015-01-25
| | | | We should really split cider-interaction into several libraries...
* Take care of some compilation warningsBozhidar Batsov2015-01-25
|
* Fix a couple of broken message invocationsBozhidar Batsov2015-01-25
|
* Make it possible to trigger in-browser Grimoire doc lookup from doc buffersBozhidar Batsov2014-12-23
|
* Replace nrepl-buffer-ns with cider-buffer-nsBozhidar Batsov2014-12-23
|
* Make it possible to trigger Grimoire doc lookup from doc buffersBozhidar Batsov2014-12-22
|
* Improve `cider-jump-to` logicVitalie Spinu2014-10-30
| | | | | | - POS can be either number-or-marker or (LINE . COLUMN). - Reuse existing window if BUFFER is already displayed.
* Kill some commented out codeBozhidar Batsov2014-10-29
|
* Add the ability to jump to a definition from a docview bufferBozhidar Batsov2014-10-29
|
* [Fix #749] Make font-locking compatible with font-lock-modeBozhidar Batsov2014-09-14
| | | | See https://github.com/jlr/rainbow-delimiters/issues/33 for details.
* Expand nREPL dict api and apply throughoutVitalie 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
* Update cider-docview-mode's lighterBozhidar Batsov2014-08-05
|
* Add cider-doc-map/menu and refactor cider-doc- into cider-doc-mode- prefixVitalie Spinu2014-08-04
|
* Add quit to the doc menuBozhidar Batsov2014-07-28
|
* Add standard key bindings for buttons in doc-mode.Neale Swinnerton2014-07-16
| | | | | | | TAB - forward-button <backtab> - backward-button These are useful when the docs have URLs etc in them.
* Move menu definitions inside keymap definitionsBozhidar Batsov2014-06-17
|
* Move generally useful functions to cider-util.Jeff Valk2014-06-07
|
* Add a couple of missing spacesBozhidar Batsov2014-06-06
|
* Add mode for presenting documentation.Jeff Valk2014-05-28
Update doc mode. Update doc mode comments, clean up code. Placate the CI build. Use 'fill-column' for doc viewer. Auto-activate theme advice.