summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Fix a testArtur Malabarba2016-03-06
| |
* | Rename an argument from X to OVArtur Malabarba2016-03-06
| |
* | Prevent the debug prompt from inheriting facesArtur Malabarba2016-03-06
| |
* | C-u C-M-x now inserts a literal #dbg into the bufferArtur Malabarba2016-03-06
| | | | | | | | | | | | | | This #dbg is covered in a fragile overlay. This means hitting RET or deleting any char in it deletes the whole thing. Related to #1591
* | Evaluation only removes overlays created by cider--make-overlayArtur Malabarba2016-03-06
|/
* Revert "Update font-locking of evaluated regions"Artur Malabarba2016-03-04
| | | | | There is no apparent need for this change. We can add it back if I ever remember why I wrote it.
* Be more careful with cider-locals font-lockingArtur Malabarba2016-03-04
| | | | | | | | | | | | Now, when fling a region, we extend to the smallest sexp containing the entire region. Without this, cider-locals font-locking was rather unpredictable. In particular, with the following snippet, editing something in the second line would cause the third "name" to be font-locked as a global. (defn the-func [name] (when (something name) name))
* Define an obsolete alias for cider-test-run-testsArtur Malabarba2016-03-04
|
* [Fix #1601] Use save-excursion in cider--font-lock-flushMichael Griffiths2016-03-04
|
* Document the Javadoc improvementsArtur Malabarba2016-03-03
|
* Allow cider-load-file to work on not-visited filesArtur Malabarba2016-03-03
|
* Update font-locking of evaluated regionsArtur Malabarba2016-03-03
|
* Really fix cider--make-buffer-for-mode for dead buffersArtur Malabarba2016-03-03
|
* New function cider-add-to-alist to set injected deps and pluginsArtur Malabarba2016-03-03
| | | | | | | | This is helpful so that the versions get correctly updated when the user upgrades cider (and similarly for deps that use these variables). It also means the user can safely setq these variables to whatever value they want without the risk of overriding our values.
* Bump version numbersArtur Malabarba2016-03-03
|
* Fix a typo in the help bannerArtur Malabarba2016-03-03
|
* [Fix #1599] Don't error when test makes 0 assertionsArtur Malabarba2016-03-03
|
* Fix a couple of testsArtur Malabarba2016-03-03
|
* Fix a couple of bytecomp warningsArtur Malabarba2016-03-03
|
* Fix current-connectionArtur Malabarba2016-03-03
|
* Release CIDER 0.11 (Bulgaria)Bozhidar Batsov2016-03-03
| | | | | Today Bulgarians celebrate Liberty Day and the rest of the world will celebrate the release of CIDER 0.11! :-)
* Introduce codenames for stable releasesBozhidar Batsov2016-03-02
|
* [Fix #1570] Handle properly rest params in eldocBozhidar Batsov2016-03-02
|
* Add a few pointers about evaluating code in the minibufferBozhidar Batsov2016-03-02
|
* Kill some commented out codeBozhidar Batsov2016-03-02
|
* [Fix #1568] Mouse clicks expand collapsed dicts in nrepl-messagesArtur Malabarba2016-03-01
|
* Make it clear that figwheel is a lein-only solutionBozhidar Batsov2016-03-01
|
* Mention figwheel's wikiBozhidar Batsov2016-03-01
|
* Extract a read-and-inspect command from cider-inspectBozhidar Batsov2016-03-01
|
* Add a few more tipsBozhidar Batsov2016-03-01
|
* Add some more words of inspirationBozhidar Batsov2016-03-01
|
* Fix the formatting in the PR templateBozhidar Batsov2016-03-01
|
* Fix a docstringBozhidar Batsov2016-02-29
|
* Use arrows with the same length in the nREPL messages bufferBozhidar Batsov2016-02-29
|
* [Fix #1593] Don't move point in cider-symbol-at-pointArtur Malabarba2016-02-29
|
* [Try to address #1589] Increase debugger's timeout on accept-process-outputArtur Malabarba2016-02-29
|
* Merge pull request #1590 from jonpither/masterBozhidar Batsov2016-02-28
|\ | | | | [Fix #1578] Add a guard for missing process-buffer
| * [Fix #1578] Add a guard for missing process-bufferJon Pither2016-02-28
| |
* | Add the classpath and ns browsing commands to cider-repl-mode's menuBozhidar Batsov2016-02-28
| |
* | Add cider-open-classpath-entry to cider-mode's menuBozhidar Batsov2016-02-28
| |
* | Use ;; instead of ;;; in the "output cleared" messageBozhidar Batsov2016-02-28
|/
* Make sure cider-open-classpath-entry doesn't blow up in the absence of aBozhidar Batsov2016-02-28
| | | | connection or the classpath op
* Fix broken classpath testBozhidar Batsov2016-02-28
|
* Remove a reference to nrepl-closeBozhidar Batsov2016-02-28
|
* Improve a docstringBozhidar Batsov2016-02-28
|
* Move an op-supported check where it belongsBozhidar Batsov2016-02-28
|
* Improve the message displayed by cider-ensure-op-supportedBozhidar Batsov2016-02-28
|
* Add the commands for clearing banners to the REPL's menuBozhidar Batsov2016-02-27
|
* Remove a bunch of stuff that were marked as obsolete in 0.10Bozhidar Batsov2016-02-27
|
* Reflow a long lineBozhidar Batsov2016-02-27
|