summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Display result in the echo if the edge of the overlay is off the screenArtur Malabarba2015-07-30
|
* Fix an issue with the debug-bufferArtur Malabarba2015-07-30
| | | | | | point was being left at the end of the buffer (right after the inserted content), which prevented Emacs from correctly locating the instrumented sexp.
* Merge pull request #1229 from clojure-emacs/improve-nrepl-warningBozhidar Batsov2015-07-29
|\ | | | | Include a link on how to fix wrong nrepl version
| * Include a link on how to fix wrong nrepl versionLars Andersen2015-07-29
|/ | | | | People keep asking about this, which is why we added this section to the readme, but they're still not finding it...
* Fix a docstringBozhidar Batsov2015-07-27
|
* Fix an error messageBozhidar Batsov2015-07-27
|
* Fix a docstringBozhidar Batsov2015-07-27
|
* Rename the nREPL client process to nrepl-connectionBozhidar Batsov2015-07-27
| | | | This makes it easier to distinguish it from the nrepl-server process.
* Fix a typoBozhidar Batsov2015-07-27
|
* [Fix #1220] Treat keywords as symbols in lookup commandsBozhidar Batsov2015-07-26
| | | | | Basically, if the thing at point is `:clojure.core/str` we'll treat it as `clojure.core/str` in commands like `cider-find-var'.
* Fix a docstringBozhidar Batsov2015-07-26
|
* [Fix #1216] Move project-handling code to from nrepl-client to ciderBozhidar Batsov2015-07-25
| | | | An nREPL client is not supposed to have any notion of a Clojure project.
* Fix a docstringBozhidar Batsov2015-07-25
|
* Fix a docstringBozhidar Batsov2015-07-25
|
* Fix a few error messagesBozhidar Batsov2015-07-25
|
* Fix a docstringBozhidar Batsov2015-07-25
|
* Merge pull request #1223 from nblumoe/patch-1Lars Andersen2015-07-22
|\ | | | | Fix typo in README
| * Fix typo in READMENils Blum-Oeste2015-07-22
|/
* Merge pull request #1221 from Malabarba/fix-readmeBozhidar Batsov2015-07-22
|\ | | | | Fix cljs to clojurescript in readme
| * Require weasel before using itArtur Malabarba2015-07-22
| |
| * Fix cljs to clojurescript in readmeArtur Malabarba2015-07-22
| |
* | Merge pull request #1211 from Malabarba/masterBozhidar Batsov2015-07-22
|\ \ | |/ |/| Convert version warning to error
| * Convert version warning to errorArtur Malabarba2015-07-18
| |
* | Merge pull request #1219 from cichli/refresh-before-afterBozhidar Batsov2015-07-20
|\ \ | |/ |/| Refresh log + support for `before` and `after` refresh middleware opts
| * Mention code reloading in README.mdMichael Griffiths2015-07-19
| |
| * Code styleMichael Griffiths2015-07-19
| |
| * Add support for `before` and `after` refresh middleware optsMichael Griffiths2015-07-19
| |
| * Log cider-refresh messages to a dedicated bufferMichael Griffiths2015-07-19
| |
| * Add optional FACE arg to cider-emit-into-popup-bufferMichael Griffiths2015-07-19
|/
* Merge pull request #1214 from Malabarba/fix-replBozhidar Batsov2015-07-18
|\ | | | | [Fix #1213] Buffer checking in nrepl-make-response-handler
| * [Fix #1213] Buffer checking in nrepl-make-response-handlerArtur Malabarba2015-07-18
|/
* Merge pull request #1212 from alexander-yakushev/paginationBozhidar Batsov2015-07-18
|\ | | | | Add pagination of long collections to inspector
| * Add customizable default page size to inspectorAlexander Yakushev2015-07-18
| |
| * Add pagination of long collections to inspectorAlexander Yakushev2015-07-18
|/
* Merge pull request #1210 from Malabarba/masterBozhidar Batsov2015-07-17
|\ | | | | Organize connection closing a bit
| * Organize connection closing a bitArtur Malabarba2015-07-17
|/ | | | | | | Do stuff in the proper buffers. Kill the client before the server. Clarify the closing message. Sentinels don't kill server/client counterparts if we're properly closing stuff.
* Merge pull request #1209 from Malabarba/masterBozhidar Batsov2015-07-17
|\ | | | | Better positioning for the result overlay
| * Better positioning for the result overlayArtur Malabarba2015-07-16
|/ | | | | cider--make-result-overlay ensures the the overlay is actually at the end of the sexp.
* Merge pull request #1207 from Malabarba/symbolBozhidar Batsov2015-07-16
|\ | | | | Small internal improvements to cider prompts
| * cider-read-from-minibuffer accepts PROMPT without ": "Artur Malabarba2015-07-16
| | | | | | | | cider-symbol-at-point is smarter on checking for repl prompt
* | Merge pull request #1208 from Malabarba/buffer-killingBozhidar Batsov2015-07-16
|\ \ | | | | | | Address some corner cases
| * | Improve usage of the eval result overlaysArtur Malabarba2015-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change display-eval-result to be smarter when it receives a marker, so it does the right thing when the original buffer was killed before evaluation finished. If the result overlay would be out of view (or in a hidden buffer) it will also display the result as a message regardless of user option. Hiding the message is better handled now. Instead of messaging the result and then messaging nil to hide it, we simply message the result with an invisible property. This means it's not displayed in the echo area, but shows up on the Messages buffer.
| * | cider-interactive-eval takes a BOUNDS argumentArtur Malabarba2015-07-16
| | | | | | | | | | | | | | | | | | | | | | | | interactive-eval takes a bounds third argument (instead of a point). This allows it to properly provide a good marker to display-eval-result (isntead of just giving it the point-marker), so the result of the evaluation is always displayed at the end of the sexp, instead of at line where point happens to be located.
| * | Quit the debugger when the buffer is killed or revertedArtur Malabarba2015-07-16
| | | | | | | | | | | | | | | | | | Add some safeguards to stop the debugger when the buffer is killed or reverted, so you don't get stuck in an unrecoverable debugging session.
* | | Revert "Revert "Bump the cask version to 0.7.2""Bozhidar Batsov2015-07-16
|/ / | | | | | | This reverts commit de890541a30eceb3c2dbbca15a7d1cbbee739117.
* | pushnew -> cl-pushnewBozhidar Batsov2015-07-16
| |
* | Merge pull request #1206 from Malabarba/masterBozhidar Batsov2015-07-16
|\ \ | |/ |/| Organize the debug message handler a bit
| * Documentation and other small fixesArtur Malabarba2015-07-15
| |
| * Refactor debugger message handlingArtur Malabarba2015-07-14
| |
| * Improve debugger buffer/file findingArtur Malabarba2015-07-14
| |