summaryrefslogtreecommitdiff
path: root/cider-repl.el
Commit message (Expand)AuthorAge
* Implement dynamic font-lockingArtur Malabarba2015-09-09
* Each repl keeps a cache of ns dataArtur Malabarba2015-09-09
* Change nrepl-base-response-handler to a hook, nrepl-response-handler-functionsArtur Malabarba2015-09-06
* Move pprint-eval requests out of nrepl-client.elBozhidar Batsov2015-09-02
* Use the state parameter to keep cider-repl-type updatedArtur Malabarba2015-08-31
* Replace an usage of cider-current-repl-buffer with cider-current-connectionBozhidar Batsov2015-08-30
* [Fix #1288] REPL eval with pprint not workingLars Andersen2015-08-30
* Make relevant-connection a little smarter, and rename it to current-connectionArtur Malabarba2015-08-30
* Alias cider-current-repl-buffer to cider-find-relevant-connectionArtur Malabarba2015-08-30
* Deal with buffers directly, not their namesArtur Malabarba2015-08-29
* Many small code improvementsArtur Malabarba2015-08-29
* Continue to decouple CIDER from nrepl-clientBozhidar Batsov2015-08-29
* Fix many compile warningsArtur Malabarba2015-08-25
* [#1225] Move a bunch of connection management logic to CIDER itselfBozhidar Batsov2015-08-23
* [Fix #1252] Fix breakage in cider-repl-clear-bufferLars Andersen2015-08-17
* Rename cider-repl-output-face and cider-repl-err-output-faceBozhidar Batsov2015-08-16
* Mark cider-repl-emit-output-at-pos as internalBozhidar Batsov2015-08-16
* Use stdout and stderr in the names of all output emittersBozhidar Batsov2015-08-16
* [Fix #1197] Display some indication that we're waiting for a result for long-...Anatoly Smolyaninov2015-08-15
* Update a commentBozhidar Batsov2015-08-14
* Correct the pretty-printing messageBozhidar Batsov2015-08-14
* Simplify REPL-switching codeBozhidar Batsov2015-08-13
* Rename cider-rotate-connection to cider-rotate-default-connectionBozhidar Batsov2015-08-12
* Make cider-display-default-connection-info more genericBozhidar Batsov2015-08-11
* Rename cider-display-current-connection-info to cider-display-default-connect...Bozhidar Batsov2015-08-11
* Rename nrepl-current-connection-buffer to nrepl-default-connection-bufferBozhidar Batsov2015-08-11
* Fix a docstringBozhidar Batsov2015-08-09
* [#1236] Add two more functions for use in cider-repl-prompt-functionArtur Malabarba2015-08-04
* Automatically direct requests to correct Clojure(Script) bufferArtur Malabarba2015-07-13
* Add cider-run to the menusBozhidar Batsov2015-07-01
* Tiny fixBozhidar Batsov2015-06-23
* Use cl-assert instead of assertBozhidar Batsov2015-06-17
* Use cl-ecase instead of ecaseBozhidar Batsov2015-06-15
* [Fix #1111] Clean up the cider-mode & cider-repl-mode menusBozhidar Batsov2015-06-06
* Use #' where appropriateBozhidar Batsov2015-05-03
* [Fix #1061] Add cider-find-nsexpez2015-05-02
* Use _ where appropriateMichael Griffiths2015-04-25
* Fix a compiler warningMichael Griffiths2015-04-22
* [Fix #1078] Remove cider-load-fn-into-repl-bufferexpez2015-04-22
* Use string-match-p/looking-at-p as possibleSyohei YOSHIDA2015-04-22
* Fix evil's string objects not working in the replexpez2015-04-12
* [#1032] Combine jump-to-var and jump-to-resource into one functionEricGebhart2015-04-02
* Fix a docstringBozhidar Batsov2015-03-30
* Code styleBozhidar Batsov2015-03-19
* Merge pull request #1025 from danskarda/fix-1024Bozhidar Batsov2015-03-19
|\
| * [FIX #1024] Do not move up at the beginning of the bufferDaniel Skarda2015-03-19
* | [#955] Reuse existing repl buffer when cleint process had diedVitalie Spinu2015-03-18
|/
* Use the REPL buffer's ns when evaluating code in the REPLBozhidar Batsov2015-03-12
* Update copyright yearsBozhidar Batsov2015-03-01
* Add restart to the list of REPL commandsBozhidar Batsov2015-02-26