summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* [Fix #1731] Change code for boot's cider.tasks/add-middleware taskAndrea Richiardi2017-01-23
|
* Introduce cider-*-global-optionsAndrea Richiardi2017-01-23
| | | | | This will allow users to customize options that are not related to tasks and passed directly to their build tool of choice. For instance: `-o` in `lein -o ....` for offline mode.
* Remove session from nrepl interaction (#1925)dpsutton2017-01-23
| | | | | Connection and session are inextricably linked. Rather than try to thread these two in lockstep throughout the whole request life cycle, we let the last step insert either the nrepl-session or the nrepl-tooling-session.
* Add info on custom completion style to docsAlexander Yakushev2017-01-22
|
* Add fuzzy completion-style for companyAlexander Yakushev2017-01-22
|
* Improve the layout of the README badgesBozhidar Batsov2017-01-19
|
* [#1544] Don't fallback to SSH by default for remote hosts in case of a failedBozhidar Batsov2017-01-19
| | | | | | | | | direct connection This behavior was confusing for some users and couldn't be manually configured. Now the behavior is configurable via the new defcustom `nrepl-use-ssh-fallback-for-remote-hosts` and is disabled by default.
* Kill an extra spaceBozhidar Batsov2017-01-19
|
* Kill an extra blank lineBozhidar Batsov2017-01-19
|
* Improve some wordingBozhidar Batsov2017-01-19
|
* Kill an extra blank lineBozhidar Batsov2017-01-18
|
* Put some emphasis on "consider supporting the project"Bozhidar Batsov2017-01-18
|
* Extend a bit the funding documentationBozhidar Batsov2017-01-18
|
* Fix a couple of headings in the READMEBozhidar Batsov2017-01-18
|
* Add font-locking for reader conditionals (#1912)Alvin Francis Dumalus2017-01-12
|
* Fix image link (#1917)Kunihiro Ishiguro2017-01-12
| | | Make image height to be same.
* Add cider-history command, based on browse-kill-ringJohn Valente2017-01-11
|
* Adjust some formattingBozhidar Batsov2017-01-06
|
* Add backers & sponsors from Open Collective (#1908)Pia Mancini2017-01-05
| | | | | Backers and sponsors from Open Collective will automatically appear on your readme. For example: https://github.com/cyclejs/cyclejs#backers Add badges on top as well. More info: https://github.com/OpenCollective/OpenCollective/wiki/Github-banner
* Fix a couple of changelog entriesBozhidar Batsov2017-01-05
|
* [Fix #1862] Add "Hacking on CIDER" section to the manualBozhidar Batsov2017-01-04
|
* [Fix #1776] Add new customization variable `cider-test-defining-forms`.Nick Alexander2017-01-04
| | | | | | | | | | | | | | | | | | | | This fix is strictly simpler than that suggested in https://github.com/clojure-emacs/cider/issues/1776#issuecomment-223758069. It has the advantage of being much more robust. I partially implemented the suggested fix, and witnessed the following two issues. First, full "macroexpand" does not leave a recognizable `deftest` form; it generally leaves a `(def test-... (fn [] ...))` sexp. That implies that a recursive macroexpansion would be required, with each step of the recursion checking for a recognized form. Second, even recognizing such a form is tricky, because the expansion may refer to deftest in an aliased namespace (e.g., `t/deftest` or `clojure.test/deftest` rather than bare `deftest`). One could then try to identify possible namespaces using the current environment, but this is getting complicated. Therefore, I think it better to have the user configure their environment to help them solve this problem. (And, of course, future work can implement the full macroexpansion approach.)
* Improve the formatting of a message a bitBozhidar Batsov2017-01-04
|
* Fix pcase compatibility with Emacs 24.xBozhidar Batsov2017-01-04
|
* [Fix #1895] Connect to same host:port after cider-restartcskksc2017-01-04
|
* Fix nrepl-start-server-process's docstringcskksc2017-01-04
|
* Update the copyright years in the source codeBozhidar Batsov2017-01-04
|
* Update the copyright years in the documentationBozhidar Batsov2017-01-03
|
* Add fix for #1588 to changelogBrent Hagany2017-01-02
|
* Improve the formatting of a bit of codeBozhidar Batsov2016-12-27
|
* Fix a docstringBozhidar Batsov2016-12-27
|
* Allow negative prefix to inhibit refresh fnsDan Sutton2016-12-27
|
* [Fix #1897] Bind terminal TAB in stacktrace-modeRadon Rosborough2016-12-24
|
* Get session id from session we are usingDan Sutton2016-12-22
| | | | | | Load file would use a session if provided one for the repl to use but would get the session id from calling `cider-current-session`, allowing for mismatches of repl and session id.
* Fix pcase usage - it accepts only backquote before Emacs 25.1 (#1894)Mikhail Gusarov2016-12-21
|
* Improve a couple of docstringsBozhidar Batsov2016-12-20
|
* [Fix #1872] Allow displaying REPL without focusRadon Rosborough2016-12-19
|
* Improve a docstringBozhidar Batsov2016-12-18
|
* Add option to control whether the cider inspector window fills its frametijsmallaerts2016-12-01
|
* Control pretty print width with variableDan Sutton2016-11-27
| | | | | | Use 'cider-repl-pretty-print-width' to control the width that the pretty printer uses on the repl. If nil, default to fill-column, and finally to 80 if fill-column can be not set.
* Display the Emacs version before running the tests on TravisBozhidar Batsov2016-11-26
|
* Run the tests on Emacs snapshot as wellBozhidar Batsov2016-11-26
|
* Simplify the travis buildBozhidar Batsov2016-11-25
| | | | Basically we drop our custom provisioning and rely only on EVM.
* Update the EVM Emacs builds to use the versions built specifically for TravisCIBozhidar Batsov2016-11-25
|
* Drop some redundant string-related functionsBozhidar Batsov2016-11-25
| | | | | We can now use the versions of those functions that were added in Emacs 24.4.
* [Fix #1882] Restore compatibility with Emacs 24.4Bozhidar Batsov2016-11-25
| | | | | The functions in `cider-compat.el` were actually added in Emacs 25.1, not Emacs 24.4.
* Update the dev version designationBozhidar Batsov2016-11-21
| | | | | Emacs 24.4+ understands more sensible versions like `-git`, `-snapshot`, etc. Die CVS!
* Add Emacs 25.1 to the test matrixBozhidar Batsov2016-11-19
|
* Drop support for Emacs 24.3Bozhidar Batsov2016-11-19
|
* Make it easier to deal with changelog conflictsBozhidar Batsov2016-10-20
| | | | | | See https://medium.com/@nettsundere/on-reducing-changelog-merge-conflicts-1eb23552630b#.dcl1qlj7d for details.