summaryrefslogtreecommitdiff
path: root/cider-interaction.el
Commit message (Expand)AuthorAge
* [Fix #1105] Set eldoc function when reading from minibufferTassilo Horn2015-05-27
* Merge pull request #1101 from Malabarba/masterBozhidar Batsov2015-05-14
|\
| * Improvements to cider-eval-defun-at-pointArtur Malabarba2015-05-14
* | Don't display the current ns in the connection infoBozhidar Batsov2015-05-05
* | [Fix #1061] Add cider-find-nsexpez2015-05-02
* | Enable cider-stacktrace-mode before displaying the error bufferMichael Griffiths2015-04-29
|/
* Add support for refresh middlewareMichael Griffiths2015-04-27
* Code styleMichael Griffiths2015-04-26
* Add validation for empty path to cider-find-resourceMichael Griffiths2015-04-26
* Remove obsolete cider-eval-buffer commandBozhidar Batsov2015-04-26
* Merge pull request #1086 from cichli/compiler-warningsBozhidar Batsov2015-04-26
|\
| * Remove unused parameters from cider-default-err-handlerMichael Griffiths2015-04-25
| * Use _ where appropriateMichael Griffiths2015-04-25
| * Remove an unused functionMichael Griffiths2015-04-22
| * Remove an unused variableMichael Griffiths2015-04-22
| * Fix a compiler warningMichael Griffiths2015-04-22
* | [Fix #1062] Add completion candidates to cider-find-resourceBozhidar Batsov2015-04-25
|/
* [Fix #1078] Remove cider-load-fn-into-repl-bufferexpez2015-04-22
* Use string-match-p/looking-at-p as possibleSyohei YOSHIDA2015-04-22
* Code styleBozhidar Batsov2015-04-22
* [Fix #1014] Jump-to other window with prefixEricGebhart2015-04-19
* 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