summaryrefslogtreecommitdiff
path: root/cider-selector.el
Commit message (Collapse)AuthorAge
* 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
| | | | | | | | | sessions This is still not ideal as the resulting buffer name is a bit ugly (it features the entire connection buffer name). Down the road we should extract only the relevant part of a connection buffer's name.
* 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
| | | | | | | An nREPL client library shouldn't really handle connection multiplexing and similar concerns. It should simply dispatch requests over a specified connection - plain & simple. It's the responsibility of the users to decide what kind of connection management they'd like to implement.
* 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
| | | | | | | | | | | | | Ancillary changes: - new functions `nrepl-start-client-process' and `nrepl-start-server-process'. - `cider-init-repl-buffer' and `cider-create-repl-buffer' have clear cut separation of functionality - `nrepl-make-buffer-name` and all `cider-create-xxx-buffer-name` take explicit dir, port and host variables. - increase `nrepl-decode-timeout` to 0.025 for greater reliability - merge `nrepl--handle-process-output` into client process filter - remove `nrepl-connect' in favor of `nrepl-start-client-process'
* 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
| | | | This was done to reflect properly nREPL's terminology.
* 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
|
* cider-selector.el depends on cider-find-or-create-repl-bufferCharles Comstock2013-10-24
|
* Fix a typo in function nameBozhidar Batsov2013-10-21
|
* Rename project to CIDERBozhidar Batsov2013-10-17