summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* Remove cider-jump's aliasBozhidar Batsov2015-04-03
* [Fix #1057] Update a couple of references to cider--jump-to-varBozhidar Batsov2015-04-03
* [#1032] Combine jump-to-var and jump-to-resource into one functionEricGebhart2015-04-02
* Merge pull request #1046 from cichli/delay-error-buffer-creationBozhidar Batsov2015-03-30
|\
| * Delay creation of error buffer until the error can be renderedMichael Griffiths2015-03-30
* | Refine the minimum required nREPL version messageBozhidar Batsov2015-03-30
* | Pass right-margin opt in `cider--pprint-eval-form`Michael Griffiths2015-03-29
|/
* Add cider-debug.el: Interactive debugger similar to edebugArtur Malabarba2015-03-28
* Add `cider-prompt-for-symbol` optionMichael Griffiths2015-03-26
* Allow buffers with no file to be formattedMichael Griffiths2015-03-21
* Merge pull request #1037 from cichli/fix-indentationBozhidar Batsov2015-03-20
|\
| * Fix indentationMichael Griffiths2015-03-20
* | [Fix #699] Prompt for symbol in interactive doc functionsEricGebhart2015-03-20
|/
* Send the complete ns form in interactive eval requestsMichael Griffiths2015-03-19
* Merge pull request #1016 from cichli/stacktrace-print-lengthBozhidar Batsov2015-03-16
|\
| * Add cider-stacktrace-print-lengthMichael Griffiths2015-03-15
* | Merge pull request #1015 from cichli/inhibit-same-windowBozhidar Batsov2015-03-15
|\ \
| * | Don't popup the same buffer in multiple windowsMichael Griffiths2015-03-15
| * | Restore inhibit-same-window behaviourMichael Griffiths2015-03-13
| |/
* / Handle gracefully missing nREPL versionBozhidar Batsov2015-03-14
|/
* Reuse the same window for consecutive stacktracesMichael Griffiths2015-03-10
* Add missing completion annotationsMichael Griffiths2015-03-08
* Update inspector to use :inspect option of eval opMichael Griffiths2015-03-07
* Send ns with interactive eval requestsMichael Griffiths2015-03-03
* Merge pull request #1000 from cichli/keyword-candidate-typeBozhidar Batsov2015-03-03
|\
| * Add annotation for `keyword` completion candidate typeMichael Griffiths2015-03-02
* | Fix styleMichael Griffiths2015-03-02
* | Fix typo in cider--format-bufferMichael Griffiths2015-03-02
|/
* Add annotation for `local` completion candidate typeMichael Griffiths2015-03-01
* Update copyright yearsBozhidar Batsov2015-03-01
* Add options for configuring completion annotationsMichael Griffiths2015-02-28
* Fix styleMichael Griffiths2015-02-28
* Merge pull request #993 from cichli/completion-metadataBozhidar Batsov2015-02-28
|\
| * Enable annotated completion candidates by defaultMichael Griffiths2015-02-27
| * Add support for middleware-annotated completion candidatesMichael Griffiths2015-02-27
* | Add function cider-insert-region-in-replsyl20bnr2015-02-27
|/
* Display error output in cider--check-required-nrepl-opsBozhidar Batsov2015-02-22
* [Fix #970] Warn when used with incompatible nREPL serverBozhidar Batsov2015-02-22
* Prefer find-buffer-visiting to get-file-bufferMichael Griffiths2015-02-21
* [Fix #979] Add cider-inspect--popup-buffer for inspectorMichael Griffiths2015-02-18
* [Fix #977] Properly indent the result of cider-format-regionMichael Griffiths2015-02-16
* Add support for format-edn middlewareMichael Griffiths2015-02-16
* Add support for pprint middlewareMichael Griffiths2015-02-15
* Add code formatting commandsBozhidar Batsov2015-02-08
* Merge pull request #956 from vspinu/950Bozhidar Batsov2015-02-01
|\
| * Auto-eval source buffer ns form when neededVitalie Spinu2015-02-01
* | [1dba82f] On error don't auto-jump to tooling filesVitalie Spinu2015-02-01
|/
* Fix arg nameBozhidar Batsov2015-01-26
* Deprecate redundant cider-evalBozhidar Batsov2015-01-25
* Eval ns forms in the "user" namespace on interactive evalBozhidar Batsov2015-01-25