summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix a docstringBozhidar Batsov2016-02-23
|
* Improve a bit the ClojureScript usage documentationBozhidar Batsov2016-02-21
|
* Add a note about using arc-mode on WindowsBozhidar Batsov2016-02-21
|
* Merge pull request #1581 from magnars/patch-1Bozhidar Batsov2016-02-21
|\ | | | | Add instructions for using Figwheel with jack-in
| * Add instructions for using Figwheel with jack-inMagnar Sveen2016-02-20
| |
* | Fix injections vs pedantic caveat linkBenedek Fazekas2016-02-20
| |
* | [Fix #1573] Add to Caveat/Troubleshooting sectionsBenedek Fazekas2016-02-20
|/ | | | | | - Caveat on injecting dependencies and Leiningen `:pedantic? :abort` - Troubleshooting if CIDER dependencies were set in the `:user` profile so injecting fails to override them
* Fix another typoBozhidar Batsov2016-02-19
|
* Fix a typoBozhidar Batsov2016-02-19
|
* Fix a typoBozhidar Batsov2016-02-19
|
* Improve wordingBozhidar Batsov2016-02-19
|
* Refine the installation instructionsBozhidar Batsov2016-02-19
|
* Improve the wording here and thereBozhidar Batsov2016-02-19
|
* Add a link to clojure-modeBozhidar Batsov2016-02-19
|
* Merge pull request #1575 from clojure-emacs/boot-execBozhidar Batsov2016-02-18
|\ | | | | Try a bit harder to find a boot executable
| * Try a bit harder to find a boot executableArtur Malabarba2016-02-17
|/
* Add missing end of file commentBozhidar Batsov2016-02-16
|
* Fix `cider-jack-in` broken for gradleBenedek Fazekas2016-02-16
| | | | | due to `cider-inject-jack-in-dependencies` returning "" instead of untouched params
* Add a tip about cider-refresh-before-fn and cider-refresh-after-fnBozhidar Batsov2016-02-16
|
* Merge pull request #1569 from grammati/debug-with-metadataArtur Malabarba2016-02-15
|\ | | | | Position point correctly when debugging forms with metadata
| * Position point correctly when debugging forms with metadataChris Perkins2016-02-15
| | | | | | | | | | | | `cider--debug-move-point` would position the point incorrectly when debugging a form with a metadata map attached via the reader, because the call to `down-list` would descend into the metadata map.
* | Improve cider-eldoc-setup's docstringBozhidar Batsov2016-02-15
| |
* | Add a keybinding for cider-display-connection-info in cider-repl-modeBozhidar Batsov2016-02-15
| |
* | Correct a tipBozhidar Batsov2016-02-15
| |
* | Add a few more tipsBozhidar Batsov2016-02-15
| |
* | [Fix #1565] Fix font-locking in apropos buffersBozhidar Batsov2016-02-15
| |
* | Improve menu itemBozhidar Batsov2016-02-15
| |
* | Bump the clojure-mode dependencyBozhidar Batsov2016-02-15
| |
* | Align the apropos messages with the ones in Emacs itselfBozhidar Batsov2016-02-15
| |
* | Refactor the dep injection code and use shell-quote-argumentArtur Malabarba2016-02-14
| |
* | Mark our jack-in variables as risky localsArtur Malabarba2016-02-14
| |
* | Fix a commentArtur Malabarba2016-02-14
|/
* Fix cider--close-bufferArtur Malabarba2016-02-14
|
* cider-map-connections provides user-friendly errorsArtur Malabarba2016-02-14
|
* [Fix #1441] Don't popup a buffer that's displayed on another frameArtur Malabarba2016-02-14
| | | | `cider-popup-buffer-display` now takes all visible frames into account.
* [Fix #1557] Give sibling connections lower priority than the originalArtur Malabarba2016-02-14
|
* [#1557] :both and :any commands error out in clj(s) buffers without a connectionArtur Malabarba2016-02-14
|
* Improve and add tests for cider-current-connectionArtur Malabarba2016-02-14
| | | | | | If a TYPE is provided, cider-current-connection only returns connections of that type. If TYPE is nil, although it is still guessed from the major-mode, it is allowed to fallback on connections of different types.
* Fix a corner-case in the input promptArtur Malabarba2016-02-14
|
* [Fix #1567] Prevent symbol-at-point inf-loopArtur Malabarba2016-02-14
|
* Clarify all apropos inputsArtur Malabarba2016-02-14
|
* [Fix #1562] Actually disable cider-mode when it gets disabledArtur Malabarba2016-02-14
| | | | Previously we just always enabled it.
* Simplify cider--font-lock-ensure and define cider--font-lock-flushArtur Malabarba2016-02-14
|
* [Fix #1566] cider-interactive-eval only uses overlay if a point was providedArtur Malabarba2016-02-14
| | | | | | | | This prevents the result-overlay from being created in situations where the code being evaluated doesn't come from a buffer (like in cider-run). OTOH, it also means that eval commands *have* to specify where the code came from, and can't just assume that the overlay will be inserted at point.
* Clarify that the apropos is a regexpArtur Malabarba2016-02-14
| | | | See #1563.
* Improve wording a bit and reflow some long linesBozhidar Batsov2016-02-14
|
* Merge pull request #1552 from benedekfazekas/masterBozhidar Batsov2016-02-14
|\ | | | | Inject cider REPL dependencies at cider-jack-in
| * Inject cider REPL dependencies at cider-jack-inBenedek Fazekas2016-02-13
| | | | | | | | | | | | | | | | | | | | | | So users don't have to fiddle with profiles.clj and the like, see details in #1531 Supports both leiningen and boot. Additionally there is a defcustom `cider-inject-dependencies-at-jack-in` to control this functionality (defaults to t); other tools (like clj-refactor) can modify `cider-jack-in-dependencies`, `cider-jack-in-lein-plugins` and `cider-jack-in-nrepl-middlewares` to inject their own dependencies. Fix #1531, #1534
* | Shorten the help banner a bitBozhidar Batsov2016-02-14
| |
* | Improve cider-read-and-eval's promptBozhidar Batsov2016-02-14
| |