summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Quote middleware parameter when invoking cljArne Brasseur2018-10-18
| | | | | | | | | | | | | | | | | | Add quotes around the --middleware flag Before: `--middleware ["cider.nrepl/nrepl-middleware"]` After: `--middleware '["cider.nrepl/nrepl-middleware"]'` This prevents issues with shells like zsh that treat square brackets special.
| * Bump the dev version to 0.19Bozhidar Batsov2018-10-18
| | | | | | | | | | Seems we'll be skipping the bugfix release and go straight for a small feature release.
| * Update the Clojure CLI jack-in commandBozhidar Batsov2018-10-18
| | | | | | | | | | Now that nREPL supports this directly we no longer need to go through cider-nrepl.main.
| * Fix more fenced code blocksBozhidar Batsov2018-10-17
| |
| * Fix some broken code blocks in the manualBozhidar Batsov2018-10-17
| | | | | | | | | | Turns out MkDocs doesn't support nested fenced code blocks. See https://github.com/Python-Markdown/markdown/issues/53
| * Differentiate between :continue and :Continue commandsVitalie Spinu2018-10-17
| | | | | | | | clojure-emacs/cider-nrepl#552
| * Remove sit-for in nrepl-notifyVitalie Spinu2018-10-17
| | | | | | | | | | The delay is a major hindrance in consequtive notifications as with interactive debugger contexts.
| * Bump the injected cider-nrepl versionBozhidar Batsov2018-10-14
| |
| * Bump Sesman's versionVitalie Spinu2018-10-13
| |
| * Remove auto-linking in cider-find-varVitalie Spinu2018-10-13
| |
| * [Fix #2446] Implement Sesman friendly sessionsVitalie Spinu2018-10-13
| |
| * Expand the cider-repl-scroll-on-output documentationBozhidar Batsov2018-10-13
| |
| * Mention cider-repl-scroll-on-output in the manualBozhidar Batsov2018-10-13
| |
| * [Fix #2482] Don't bind nREPL server to ::Bozhidar Batsov2018-10-12
| | | | | | | | Use localhost instead.
| * Add missing cider-default-cljs-repl defcustom entriesAndrea Richiardi2018-10-10
| | | | | | | | Both Figwheel Main and Shadow w/o Server, aka shadow-select were missing.
| * Kill an unneeded blank lineBozhidar Batsov2018-10-08
| |
| * Tweak a changelog entryBozhidar Batsov2018-10-08
| |
| * [Fix #2466] Make generic cider ops use any available nrepl connectionDieter Komendera2018-10-08
| | | | | | | | | | | | | | | | | | | | | | | | Make "any" a synonym of "multi" for `cider-current-repl`, which makes it more clear any avaiable nrepl connection can be used. This allows ops for like documentatation browser to work, even if only a repl for a different type of repl is connected. For example, when formatting a .cljs buffer, a connected "clj" repl will suffice. Cider eval uses a separate repl connection selection, which lets it unaffacted by these changes.
| * Disable indent-tabs-mode in a more explicit fashionBozhidar Batsov2018-10-08
| |
| * Fix typos in clj nrepl commandAdam Frey2018-10-02
| |
| * Fix restoring point after formatting in some conditionsDieter Komendera2018-09-30
| | | | | | | | | | | | | | | | | | The snippet is used as a regex, so it needs to be quoted to not cause any regex errors further down and also make the search more precise. An example would be that the snippet would contain the opening [ of a clojure vector, but not the closing ], which lead to an invalid regex and thus make re-search-forward/re-search-backward break.
| * More precise point positioning for cider-format-defun and no markDieter Komendera2018-09-30
| | | | | | | | | | | | | | | | | | | | cider-format-region uses the current point position to figure out where to place the point after formatting. mark-defun manipulates point, so if it was in the middle of some defun, after formatting the point would be placed at the beginning of the defun. Additonally, by not marking any region, it is not necessary to clean up, which previously was broken since save-excursion didn't restore mark since Emacs 25.1
| * FIx cider-nrepl coordinateRick Moynihan2018-09-30
| |
| * Fix typo in clj commandRick Moynihan2018-09-30
| |
| * Correct reference to 'font-lock-string-facevemv2018-09-29
| |
| * Remove mentions of gitterBozhidar Batsov2018-09-28
| | | | | | | | | | It's safe to say that Slack has won when it comes to the Clojure community.
| * Fix an error messageBozhidar Batsov2018-09-26
| | | | | | | | I deleted one argument too many in the previous commit.
| * Tweak an error messageBozhidar Batsov2018-09-26
| | | | | | | | We no longer require cider-nrepl to match version of CIDER itself.
| * Document recent changesVitalie Spinu2018-09-23
| |
| * [Fix #2444] Reuse dead REPL buffers on new connectionVitalie Spinu2018-09-23
| |
| * Make sure REPL window point is at point-max at startupVitalie Spinu2018-09-23
| | | | | | | | Needed when cider-repl-pop-to-buffer-on-connect is 'display-only
| * Move "Closed on" connection message to sentinelVitalie Spinu2018-09-23
| |
| * [Fix #2441] Autoload cider-start-mapVitalie Spinu2018-09-23
| |
| * [Fix #2440] Make use of `cider-check-cljs-repl-requirements`Vitalie Spinu2018-09-23
| |
| * [Fix #2439] Remove mentions of cider-toggle-connection-buffer from the docsVitalie Spinu2018-09-23
| |
| * [Fix #2435] Remove killed REPLs from session in client sentinelVitalie Spinu2018-09-23
| | | | | | | | And rename :no-server-kill to :keep-server process property
| * Update some instructionsBozhidar Batsov2018-09-23
| |
| * Update the links to the manualBozhidar Batsov2018-09-23
| | | | | | | | ReadTheDocs finally supports https for custom domains.
| * Tweak some wordingBozhidar Batsov2018-09-23
| |
| * Try to fix the missing enlighten images in the manualBozhidar Batsov2018-09-23
| |
| * [inspector] Fix erratic behavior when multiple REPLs are connectedAlexander Yakushev2018-09-17
| |
| * Inject nREPL 0.4 instead of nREPL 0.2Bozhidar Batsov2018-09-15
| | | | | | | | | | | | | | | | | | | | The only downside of that change is that users of older Boot/Lein will end up using an older version of the legacy nREPL 0.2, but that should not affect them negatively, as the differences between 0.2.12 and 0.2.13 are pretty small. Generally we could have just injected both versions, but I've noticed that's pretty confusing for the users, so I'd rather us not do it.
| * Update a menuBozhidar Batsov2018-09-15
| |
| * Replace usages of eval-after-load with with-eval-after-loadBozhidar Batsov2018-09-15
| | | | | | | | | | | | | | | | | | | | | | | | `with-eval-after-load` was introduced in Emacs 24.4 and its usage results in a cleaner code. `eval-after-load` is considered ill-behaved because it is a function, not a macro, and thus requires the code inside it to be quoted, which means that it cannot be byte-compiled. It also accepts only one form, so if you have more than one, you need to use `progn`. More details - https://stackoverflow.com/questions/21880139/what-is-with-eval-after-load-in-emacs-lisp
| * Fix changelogBozhidar Batsov2018-09-08
| |
| * Correctly set host name in server when jacked-in from a remote fileVitalie Spinu2018-09-08
| |
| * Open archive entries within AVFS directoryVitalie Spinu2018-09-08
| |
| * Improve "basic architecture" diagramMikhail Gusarov2018-09-05
| |
| * Fix a typo (#2437)Mikhail Gusarov2018-09-05
| |
| * Bump the development versionBozhidar Batsov2018-09-04
| |