summaryrefslogtreecommitdiff
path: root/cider-selector.el
Commit message (Expand)AuthorAge
* Bump the copyright yearsBozhidar Batsov2019-01-01
* Rename `cider-describe-current-connection` -> `cider-describe-connection`Vitalie Spinu2018-08-05
* Kill a redundant declare-functionBozhidar Batsov2018-07-08
* Improve a docstringBozhidar Batsov2018-07-08
* Rename cider--recently-visited-buffer to cider-selector--recently-visited-bufferBozhidar Batsov2018-07-08
* Add the ability to jump to the profiler buffer using `cider-selector`Bozhidar Batsov2018-07-08
* Rename cider-find-or-create-scratch-buffer to cider-scratch-find-or-create-bu...Bozhidar Batsov2018-07-08
* [Fix #2203] Rename cider-interaction.el to cider-eval.elBozhidar Batsov2018-06-25
* New connection API and jack-in rewrite (#2324)Vitalie Spinu2018-06-17
* Bump the copyright yearsBozhidar Batsov2018-01-01
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
* Migrate cider-selector-tests to buttercupcskksc2016-04-22
* Fix some copyright yearsBozhidar Batsov2016-04-09
* [#1352] Documentation complies with checkdoc styleChaitanya Koparkar2016-04-06
* Acknowledge properly @Malabarba's amazing contributions to CIDERBozhidar Batsov2016-03-23
* Fix a byte-compilation warningBozhidar Batsov2016-02-12
* Add an action for the scratch buffer in the cider-selectorBozhidar Batsov2016-02-12
* Change the name of the selector's help bufferBozhidar Batsov2016-02-12
* Add a commentBozhidar Batsov2016-02-12
* Add *cider-doc* to the list of buffers accessible via the cider-selectorBozhidar Batsov2016-02-11
* Use derived-mode-p in cider--recently-visited-bufferBozhidar Batsov2016-02-11
* Improve the nrepl-messages selector's help messageBozhidar Batsov2016-02-11
* [Fix #1458] Separate nREPL messages by connections instead of byBozhidar Batsov2016-01-31
* Update the copyright yearsBozhidar Batsov2016-01-01
* Add a way to jump to the tooling session's messagesBozhidar Batsov2015-11-26
* [#1412] Track nREPL messages per sessionBozhidar Batsov2015-11-25
* [#1225] Move a bunch of connection management logic to CIDER itselfBozhidar Batsov2015-08-23
* Simplify REPL-switching codeBozhidar Batsov2015-08-13
* Rename cider-rotate-connection to cider-rotate-default-connectionBozhidar Batsov2015-08-12
* pushnew -> cl-pushnewBozhidar Batsov2015-07-16
* Use string-match-p/looking-at-p as possibleSyohei YOSHIDA2015-04-22
* Fix indentationMichael Griffiths2015-03-20
* Update copyright yearsBozhidar Batsov2015-03-01
* Use repl buffer as connection bufferVitalie Spinu2014-08-25
* loop -> cl-loopBozhidar Batsov2014-08-11
* Make it possible to select the error buffer via cider-selectBozhidar Batsov2014-06-06
* Rename nrepl-log-events to nrepl-log-messagesBozhidar Batsov2014-05-27
* Enforce code style via .dir-locals.elBozhidar Batsov2014-04-26
* Farewell to tabsBozhidar Batsov2014-03-11
* Use lexical binding everywhereBozhidar Batsov2014-02-19
* Update copyrights for 2014Bozhidar Batsov2014-02-08
* Extract selector help buffer name into a defconstBozhidar Batsov2013-12-05
* Small doc fixesBozhidar Batsov2013-12-05
* Improve selector helpBozhidar Batsov2013-11-28
* Abstract some of the high level evaluation logicBozhidar Batsov2013-11-15
* Fix buildBozhidar Batsov2013-11-10
* Fix a typoBozhidar Batsov2013-11-10
* Don't consider special buffers in cider--recently-visited-bufferBozhidar Batsov2013-11-10
* Move cider-recently-visited-buffer to cider-selector.elBozhidar Batsov2013-11-10
* Autoload cider-selectorBozhidar Batsov2013-10-28