summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Move the ClojureScript documentation to a dedicated section of theBozhidar Batsov2018-04-27
| | | | manual
* Extend a bit the ClojureScript section of the manualBozhidar Batsov2018-04-27
|
* Add a couple of shorthands for ClojureScript commandsBozhidar Batsov2018-04-27
|
* Fix indentationBozhidar Batsov2018-04-26
|
* Mention cider-connect-clojurescript in the menuBozhidar Batsov2018-04-26
|
* Update a few menu entriesBozhidar Batsov2018-04-25
|
* Add a note about CIDER/clj-refactor compatibility issuesBozhidar Batsov2018-04-25
|
* Fix a defcustom's :safe propertyBozhidar Batsov2018-04-24
|
* Make it possible to disable redirecting the server output to the REPLBozhidar Batsov2018-04-24
|
* [#2272] Add a workaround for broken library presence detection on JDK 9+Bozhidar Batsov2018-04-21
| | | | | If you run into such problems now you can turn off the requirements verification with a defcustom.
* Update the ClojureScript usage instructionsBozhidar Batsov2018-04-19
|
* Remove the Rhino stuffBozhidar Batsov2018-04-18
| | | | It's no longer supported upstream by piggieback.
* Update ClojureScript instructions for new piggieback 0.3Bozhidar Batsov2018-04-18
|
* Don't use resolved commands in cider-jack-inBozhidar Batsov2018-04-17
| | | | | This breaks with commands like `npx shadow-cljs`, as the second part of the command gets discarded.
* Update the part of the manual about test selectorsBozhidar Batsov2018-04-17
|
* Extend the test filtering functionalityBozhidar Batsov2018-04-17
| | | | | Now we support multiple include and exclude filter selectors, similar to what most build tools and the test-runner do.
* Improve wordingBozhidar Batsov2018-04-17
|
* Use cider-jack-in-lein-plugins with clojure-cli and shadow-cljsBozhidar Batsov2018-04-16
| | | | | | It's ugly, but right now it's necessary because of the way extensions like sayid and clj-refactor work. They add their dependencies only to this list right now, therefore the need for this change.
* Update a reference to piggieback's GitHub repoBozhidar Batsov2018-04-13
|
* Add a function for registering additional ClojureScript REPL typesBozhidar Batsov2018-04-13
| | | | Handy for people who're not satisfied with the available defaults.
* Update cider-default-cljs-replBozhidar Batsov2018-04-13
|
* Add a custom ClojureScript REPL typeBozhidar Batsov2018-04-13
| | | | It simply prompts you the form to use to start a ClojureScript REPL.
* Fix `cider-repl-handle-shortcut` not handling plain lambdasBenedek Fazekas2018-04-12
| | | | | | | | The function expects values in `cider-repl-shortcuts` to be commands (interactively callable functions). For some cases (currently `browse-ns`, `test-all-with-selector` and `test-project-with-selector`) this is not true that causes the `,` command to fail. For these cases make the lambdas interactive too.
* Add test selector supportBenedek Fazekas2018-04-03
| | | | | | | | | | | | | Test all and test ns understand leiningen style test selectors, eg metadata markers on `deftest`s. No support for namespace level metada markers for now. If test selector is specified only the test(s) run that have that selector in their metadata. If all loaded tests or project tests are invoked with prefix, ask for test selector in the minibuffer. A command is available to run ns tests with a selector.
* Add support for starting a shadow-cljs ClojureScript REPLBozhidar Batsov2018-04-02
|
* Add a missing car function callBozhidar Batsov2018-04-01
|
* Add a couple of "insert-in-repl" commands to cider-mode's menuBozhidar Batsov2018-03-30
| | | | | Otherwise people are going to have a very hard time finding out about them. Likely we should also put all of those under a unified keymap.
* Favor running shadow-cljs via npxBozhidar Batsov2018-03-29
| | | | As suggested by @ttheller a few days ago.
* Fix indentation of a comment lineBozhidar Batsov2018-03-28
|
* Allow predicates in plugin and middleware listsRadon Rosborough2018-03-27
| | | | See https://github.com/clojure-emacs/clj-refactor.el/pull/392#issuecomment-352399191
* Make a tip more applicableTianxiang Xiong2018-03-24
|
* [Fix #2249] Update the default value for cider-default-repl-commandBozhidar Batsov2018-03-24
| | | | | | | The name of the defcustom is so bad that it confused even me. :D I'll need to change this, as that's not really a default command, but a default tool, which is something pretty different (depending on your point of view, of course).
* [Fix #2244] Display the REPL name in the modelineBozhidar Batsov2018-03-24
| | | | | | | | I couldn't find a better way to do it, but this seems to work well. I was on the fence about Clojure-REPL vs REPL[clj], but opted to go with the shorter variant (mostly becausee ClojureScript-REPL is quite long). We can easily name this configurable.
* Refactor some lame duplicated codeBozhidar Batsov2018-03-23
|
* Teach CIDER about shadow-cljs's nrepl.port fileBozhidar Batsov2018-03-23
|
* Use the clojure-cli terminology consistently in the codeBozhidar Batsov2018-03-23
|
* Add a missing . to a changelog entryBozhidar Batsov2018-03-23
|
* Add support for shadow-cljs to cider-jack-inBozhidar Batsov2018-03-23
|
* Update CHANGELOG.mdAlexander Yakushev2018-03-22
|
* Make the cider-replicate-connection command more visibleBozhidar Batsov2018-03-22
|
* Remove an extra space in cljs REPL buffer namesBozhidar Batsov2018-03-22
|
* [Fix #2243] Fix a typo in @edw's nameBozhidar Batsov2018-03-20
| | | | Sorry about that!
* Remove a couple of leftover quotesBozhidar Batsov2018-03-19
|
* Make piggieback a requirement only for the REPLs that actually need itBozhidar Batsov2018-03-19
| | | | | REPLs like shadow-cljs's don't rely on piggieback, so we shouldn't list it as a hard requirement.
* Improve the references to the clojure script for jack-inBozhidar Batsov2018-03-18
| | | | Using the generic "clojure" name makes those a bit ambiguous.
* Remove a redundant workaround when jacking in with clojureBozhidar Batsov2018-03-18
|
* Update a docstringBozhidar Batsov2018-03-18
|
* Fix a typoBozhidar Batsov2018-03-18
|
* Use a more subtle way to indicate a REPL is a cljs REPLBozhidar Batsov2018-03-18
|
* [Fix #2240] `cider-test-ediff` values properly (#2241)Tianxiang Xiong2018-03-18
| | | | | Fix #2240 Always diff eval'ed expected value against first eval'ed actual value.